#A9F2DD

Color #A9F2DD Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #A9F2DD

Tints of Water Leaf #A9F2DD

Color information

#A9F2DD (or 0xA9F2DD) is unknown color: approx Water Leaf. HEX triplet: A9, F2 and DD. RGB value is (169,242,221). Sum of RGB (Red+Green+Blue) = 169+242+221=632 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.74% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2DD is #560D22. Grayscale: #D9D9D9. Windows color (decimal): -5639459 or 14545577. OLE color: 14545577.

HSL color Cylindrical-coordinate representation of color #A9F2DD: hue angle of 162.74º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2DD is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB169242221-
CMYK0.3000.090.05
HSL162.74º73.74%80.59%-
HSV(B)162.74º30.17%94.9%-
XYZ61.1777.1680.08-
YUV217.78129.8293.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.74%
GREEN value IS 242 (94.92% from 255) = 38.29%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=26.74%
G=38.29%
B=34.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692422210.3000.090.05162.7473.7480.59
HexA9F2DD1E095a34a51
Octal251362335360115243112121
Binary10101001111100101101110111110010011011010001110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F2DD; }

 p { color: rgb(169,242,221); }

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

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

 a { background-color: rgb(169,242,221); }

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

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

 span { border-color: rgb(169,242,221); }

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