#ADFBA9

Color #ADFBA9 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #ADFBA9

Tints of Pale Green #ADFBA9

Color information

#ADFBA9 (or 0xADFBA9) is unknown color: approx Pale Green. HEX triplet: AD, FB and A9. RGB value is (173,251,169). Sum of RGB (Red+Green+Blue) = 173+251+169=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFBA9 is #520456. Grayscale: #DADADA. Windows color (decimal): -5375063 or 11140013. OLE color: 11140013.

HSL color Cylindrical-coordinate representation of color #ADFBA9: hue angle of 117.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADFBA9 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB173251169-
CMYK0.3100.330.02
HSL117.07º91.11%82.35%-
HSV(B)117.07º32.67%98.43%-
XYZ58.8980.7450.02-
YUV218.33100.1695.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 169 (66.41% from 255) = 28.50%
R=29.17%
G=42.33%
B=28.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732511690.3100.330.02117.0791.1182.35
HexADFBA91F0212755b52
Octal255373251370412165133122
Binary10101101111110111010100111111010000110111010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBA9; }

 p { color: rgb(173,251,169); }

 H1.HeaderClassName
 {
   color: #ADFBA9;
 }
 .AnyTagClassName
 {
   color: #ADFBA9;
 }
</style>
background-color css

<style>
 a { background-color: #ADFBA9; }

 a { background-color: rgb(173,251,169); }

 div.DivClassName
 {
   background-color: #ADFBA9;
 }
 .BgClassName
 {
   background-color: #ADFBA9;
 }
</style>
border-color css

<style>
 span { border-color: #ADFBA9; }

 span { border-color: rgb(173,251,169); }

 td.TdClassName
 {
   border-color: #ADFBA9;
 }
 .TagClassName
 {
   border-color: #ADFBA9;
 }
</style>