COLOR #A5FD75

HEX: #A5FD75
RGB: (165,253,117)

Color info

#A5FD75 contains mainly green color. Web safe color of #A5FD75 is #99FF66 (or #9F6).

RGB color model

#A5FD75 color RGB value is (165,253,117).

  • red value is 165;
  • green value is 253;
  • blue value is 117.
RGB:
(165,253,117)
(65%,99%,46%)

RGB channels and saturation

R 165 of 255 = 65%
G 253 of 255 = 99%
B 117 of 255 = 46%

165
253
117

R + G + B ~ 70%. #A5FD75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 253 + 117 = 535 (100%)
R 165 of 535 ~ 30.84%
G 253 of 535 ~ 47.29%
B 117 of 535 ~ 21.87%

%30.84
%47.29
%21.87

CMYK color model

#A5FD75 color CMYK value is (35,0,54,1).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 53.75%
  • key color value is 0.78%
CMYK:
(35,0,54,1)
C35M0Y54K1 
(35%,0%,54%,1%)
(0.35/0.00/0.54/0.01)	

CMYK percentages

%34.78
%0
%53.75
%0.78

Codes

Color #A5FD75 in popluar color models

A5FD75
RGB165253117
HSL99°97.14%72.55%
HSB/HSV99°53.75%99.22%
CMYK34.78%0.00%53.75%
0.78%

Color #A5FD75 in popluar number systems.

HEXA5FD75
Decimal165253117
Binary10100101111111011110101
Octal245375165

Shades and tints

Shades of #A5FD75

#A5FD75
(165,253,117)
#96E66B
(150,230,107)
#87CF61
(135,207,97)
#78B857
(120,184,87)
#69A14D
(105,161,77)
#5A8A43
(90,138,67)
#4B7339
(75,115,57)
#3C5C2F
(60,92,47)
#2D4525
(45,69,37)
#1E2E1B
(30,46,27)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5FD75

#A5FD75
(165,253,117)
#ADFD81
(173,253,129)
#B5FD8D
(181,253,141)
#BDFD99
(189,253,153)
#C5FDA5
(197,253,165)
#CDFDB1
(205,253,177)
#D5FDBD
(213,253,189)
#DDFDC9
(221,253,201)
#E5FDD5
(229,253,213)
#EDFDE1
(237,253,225)
#F5FDED
(245,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5FD75 color. Also use rgb(165,253,117) instead hex code.

Text Font Color

.myTextColor { color: #A5FD75; }

<p style="color:#A5FD75">This sample text font color is #A5FD75.</p>

This text font color is #A5FD75.


Background Color

.myBgColor { background-color: #A5FD75; }

<div style="background-color:#A5FD75">Inner text</div>

This div background color is #A5FD75.


Border color

.myBorderColor { border: 1px solid #A5FD75; }

<div style="border:3px solid #A5FD75">Div</div>

This div border color is #A5FD75.


Opacity

.myOpacity80 { color: #A5FD75; opacity: 0.8; }

<p style="color:#A5FD75;opacity:0.8;">80%</p>

Text with #A5FD75 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5FD75;}

<p style="text-shadow: 3px 3px 1px #A5FD75">Text here.</p>

This text has shadow with #A5FD75 color.

.textShadow {text-shadow: 3px 3px 1px #A5FD75, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5FD75, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5FD75 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5FD75, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5FD75, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5FD75 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5FD75;
  -webkit-box-shadow:	1px 1px 3px 2px #A5FD75;
  box-shadow:		1px 1px 3px 2px #A5FD75;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5FD75;
-webkit-box-shadow: 1px 1px 3px 2px #A5FD75;
box-shadow:1px 1px 3px 2px #A5FD75;">
Div content here</div>
This div box has shadow with color #A5FD75.

Preview

Color preview on black background

This text has color #A5FD75 on black background.


Color preview on white background

This text has color #A5FD75 on white background.



Black color preview on #A5FD75 background

This text has black color on #A5FD75 background.


White color preview on #A5FD75 background

This text has white color on #A5FD75 background.