Shades of Water Leaf #A9F0E2
Tints of Water Leaf #A9F0E2
RGB
CMYK
RGB Variations
Color information
#A9F0E2 (or 0xA9F0E2) is known color: Water Leaf. HEX triplet: A9, F0 and E2. RGB value is (169,240,226). Sum of RGB (Red+Green+Blue) = 169+240+226=635 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.61% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F0E2 is #560F1D. Grayscale: #D9D9D9. Windows color (decimal): -5639966 or 14872745. OLE color: 14872745.
HSL color Cylindrical-coordinate representation of color #A9F0E2: hue angle of 168.17º 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 #A9F0E2 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 226 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.06 |
| HSL | 168.17º | 0.7% | 0.8% | - |
| HSV(B) | 168.17º | 0.3% | 0.94% | - |
| XYZ | 61.25 | 76.25 | 83.44 | - |
| YUV | 217.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 226 | 0.30 | 0 | 0.06 | 0.06 | 168.17 | 0.7 | 0.8 |
| Hex | A9 | F0 | E2 | 1E | 0 | 6 | 6 | A8 | 46 | 50 |
| Octal | 251 | 360 | 342 | 36 | 0 | 6 | 6 | 250 | 106 | 120 |
| Binary | 10101001 | 11110000 | 11100010 | 11110 | 0 | 110 | 110 | 10101000 | 1000110 | 1010000 |
Color Harmonies of #A9F0E2
Complementary color
Monochromatic Colors of #A9F0E2
Black with #A9F0E2
Text Example
Text Example
White with #A9F0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F0E2; }
p { color: rgb(169,240,226); }
H1.HeaderClassName
{
color: #A9F0E2;
}
.AnyTagClassName
{
color: #A9F0E2;
}
</style>
background-color css
<style>
a { background-color: #A9F0E2; }
a { background-color: rgb(169,240,226); }
div.DivClassName
{
background-color: #A9F0E2;
}
.BgClassName
{
background-color: #A9F0E2;
}
</style>
border-color css
<style>
span { border-color: #A9F0E2; }
span { border-color: rgb(169,240,226); }
td.TdClassName
{
border-color: #A9F0E2;
}
.TagClassName
{
border-color: #A9F0E2;
}
</style>