Shades of Water Leaf #A9F2E5
Tints of Water Leaf #A9F2E5
RGB
CMYK
RGB Variations
Color information
#A9F2E5 (or 0xA9F2E5) is known color: Water Leaf. HEX triplet: A9, F2 and E5. RGB value is (169,242,229). Sum of RGB (Red+Green+Blue) = 169+242+229=640 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.41% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2E5 is #560D1A. Grayscale: #DADADA. Windows color (decimal): -5639451 or 15069865. OLE color: 15069865.
HSL color Cylindrical-coordinate representation of color #A9F2E5: hue angle of 169.32º 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 #A9F2E5 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 229 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.05 |
| HSL | 169.32º | 0.74% | 0.81% | - |
| HSV(B) | 169.32º | 0.3% | 0.95% | - |
| XYZ | 62.26 | 77.6 | 85.83 | - |
| YUV | 218.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 229 | 0.30 | 0 | 0.05 | 0.05 | 169.32 | 0.74 | 0.81 |
| Hex | A9 | F2 | E5 | 1E | 0 | 5 | 5 | A9 | 4A | 51 |
| Octal | 251 | 362 | 345 | 36 | 0 | 5 | 5 | 251 | 112 | 121 |
| Binary | 10101001 | 11110010 | 11100101 | 11110 | 0 | 101 | 101 | 10101001 | 1001010 | 1010001 |
Color Harmonies of #A9F2E5
Complementary color
Monochromatic Colors of #A9F2E5
Black with #A9F2E5
Text Example
Text Example
White with #A9F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2E5; }
p { color: rgb(169,242,229); }
H1.HeaderClassName
{
color: #A9F2E5;
}
.AnyTagClassName
{
color: #A9F2E5;
}
</style>
background-color css
<style>
a { background-color: #A9F2E5; }
a { background-color: rgb(169,242,229); }
div.DivClassName
{
background-color: #A9F2E5;
}
.BgClassName
{
background-color: #A9F2E5;
}
</style>
border-color css
<style>
span { border-color: #A9F2E5; }
span { border-color: rgb(169,242,229); }
td.TdClassName
{
border-color: #A9F2E5;
}
.TagClassName
{
border-color: #A9F2E5;
}
</style>