#A9F0DB

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

Shades of Water Leaf #A9F0DB

Tints of Water Leaf #A9F0DB

Color information

#A9F0DB (or 0xA9F0DB) is unknown color: approx Water Leaf. HEX triplet: A9, F0 and DB. RGB value is (169,240,219). Sum of RGB (Red+Green+Blue) = 169+240+219=628 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.91% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F0DB is #560F24. Grayscale: #D8D8D8. Windows color (decimal): -5639973 or 14413993. OLE color: 14413993.

HSL color Cylindrical-coordinate representation of color #A9F0DB: hue angle of 162.25º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0DB is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB169240219-
CMYK0.3000.090.06
HSL162.25º70.3%80.2%-
HSV(B)162.25º29.58%94.12%-
XYZ60.3175.8778.48-
YUV216.38129.4894.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.91%
GREEN value IS 240 (94.14% from 255) = 38.22%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=26.91%
G=38.22%
B=34.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692402190.3000.090.06162.2570.380.2
HexA9F0DB1E096a24650
Octal251360333360116242106120
Binary10101001111100001101101111110010011101010001010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F0DB; }

 p { color: rgb(169,240,219); }

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

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

 a { background-color: rgb(169,240,219); }

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

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

 span { border-color: rgb(169,240,219); }

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