Shades of Water Leaf #A9F2E4
Tints of Water Leaf #A9F2E4
RGB
CMYK
RGB Variations
Color information
#A9F2E4 (or 0xA9F2E4) is known color: Water Leaf. HEX triplet: A9, F2 and E4. RGB value is (169,242,228). Sum of RGB (Red+Green+Blue) = 169+242+228=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2E4 is #560D1B. Grayscale: #DADADA. Windows color (decimal): -5639452 or 15004329. OLE color: 15004329.
HSL color Cylindrical-coordinate representation of color #A9F2E4: hue angle of 168.49º 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 #A9F2E4 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 228 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.05 |
| HSL | 168.49º | 0.74% | 0.81% | - |
| HSV(B) | 168.49º | 0.3% | 0.95% | - |
| XYZ | 62.12 | 77.54 | 85.09 | - |
| YUV | 218.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 228 | 0.30 | 0 | 0.06 | 0.05 | 168.49 | 0.74 | 0.81 |
| Hex | A9 | F2 | E4 | 1E | 0 | 6 | 5 | A8 | 4A | 51 |
| Octal | 251 | 362 | 344 | 36 | 0 | 6 | 5 | 250 | 112 | 121 |
| Binary | 10101001 | 11110010 | 11100100 | 11110 | 0 | 110 | 101 | 10101000 | 1001010 | 1010001 |
Color Harmonies of #A9F2E4
Complementary color
Monochromatic Colors of #A9F2E4
Black with #A9F2E4
Text Example
Text Example
White with #A9F2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2E4; }
p { color: rgb(169,242,228); }
H1.HeaderClassName
{
color: #A9F2E4;
}
.AnyTagClassName
{
color: #A9F2E4;
}
</style>
background-color css
<style>
a { background-color: #A9F2E4; }
a { background-color: rgb(169,242,228); }
div.DivClassName
{
background-color: #A9F2E4;
}
.BgClassName
{
background-color: #A9F2E4;
}
</style>
border-color css
<style>
span { border-color: #A9F2E4; }
span { border-color: rgb(169,242,228); }
td.TdClassName
{
border-color: #A9F2E4;
}
.TagClassName
{
border-color: #A9F2E4;
}
</style>