Shades of Water Leaf #A2FFE9
Tints of Water Leaf #A2FFE9
RGB
CMYK
RGB Variations
Color information
#A2FFE9 (or 0xA2FFE9) is known color: Water Leaf. HEX triplet: A2, FF and E9. RGB value is (162,255,233). Sum of RGB (Red+Green+Blue) = 162+255+233=650 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.92% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFE9 is #5D0016. Grayscale: #E0E0E0. Windows color (decimal): -6094871 or 15335330. OLE color: 15335330.
HSL color Cylindrical-coordinate representation of color #A2FFE9: hue angle of 165.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFE9 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 233 | - |
| CMYK | 0.36 | 0 | 0.09 | 0 |
| HSL | 165.81º | 1% | 0.82% | - |
| HSV(B) | 165.81º | 0.36% | 1% | - |
| XYZ | 65.37 | 85.08 | 90.07 | - |
| YUV | 224.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 233 | 0.36 | 0 | 0.09 | 0 | 165.81 | 1 | 0.82 |
| Hex | A2 | FF | E9 | 24 | 0 | 9 | 0 | A6 | 64 | 52 |
| Octal | 242 | 377 | 351 | 44 | 0 | 11 | 0 | 246 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11101001 | 100100 | 0 | 1001 | 0 | 10100110 | 1100100 | 1010010 |
Color Harmonies of #A2FFE9
Complementary color
Monochromatic Colors of #A2FFE9
Black with #A2FFE9
Text Example
Text Example
White with #A2FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFE9; }
p { color: rgb(162,255,233); }
H1.HeaderClassName
{
color: #A2FFE9;
}
.AnyTagClassName
{
color: #A2FFE9;
}
</style>
background-color css
<style>
a { background-color: #A2FFE9; }
a { background-color: rgb(162,255,233); }
div.DivClassName
{
background-color: #A2FFE9;
}
.BgClassName
{
background-color: #A2FFE9;
}
</style>
border-color css
<style>
span { border-color: #A2FFE9; }
span { border-color: rgb(162,255,233); }
td.TdClassName
{
border-color: #A2FFE9;
}
.TagClassName
{
border-color: #A2FFE9;
}
</style>