Shades of Water Leaf #A2F9E1
Tints of Water Leaf #A2F9E1
RGB
CMYK
RGB Variations
Color information
#A2F9E1 (or 0xA2F9E1) is known color: Water Leaf. HEX triplet: A2, F9 and E1. RGB value is (162,249,225). Sum of RGB (Red+Green+Blue) = 162+249+225=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9E1 is #5D061E. Grayscale: #DCDCDC. Windows color (decimal): -6096415 or 14809506. OLE color: 14809506.
HSL color Cylindrical-coordinate representation of color #A2F9E1: hue angle of 163.45º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9E1 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 225 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.02 |
| HSL | 163.45º | 0.88% | 0.81% | - |
| HSV(B) | 163.45º | 0.35% | 0.98% | - |
| XYZ | 62.37 | 80.87 | 83.56 | - |
| YUV | 220.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 225 | 0.35 | 0 | 0.10 | 0.02 | 163.45 | 0.88 | 0.81 |
| Hex | A2 | F9 | E1 | 23 | 0 | A | 2 | A3 | 58 | 51 |
| Octal | 242 | 371 | 341 | 43 | 0 | 12 | 2 | 243 | 130 | 121 |
| Binary | 10100010 | 11111001 | 11100001 | 100011 | 0 | 1010 | 10 | 10100011 | 1011000 | 1010001 |
Color Harmonies of #A2F9E1
Complementary color
Monochromatic Colors of #A2F9E1
Black with #A2F9E1
Text Example
Text Example
White with #A2F9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9E1; }
p { color: rgb(162,249,225); }
H1.HeaderClassName
{
color: #A2F9E1;
}
.AnyTagClassName
{
color: #A2F9E1;
}
</style>
background-color css
<style>
a { background-color: #A2F9E1; }
a { background-color: rgb(162,249,225); }
div.DivClassName
{
background-color: #A2F9E1;
}
.BgClassName
{
background-color: #A2F9E1;
}
</style>
border-color css
<style>
span { border-color: #A2F9E1; }
span { border-color: rgb(162,249,225); }
td.TdClassName
{
border-color: #A2F9E1;
}
.TagClassName
{
border-color: #A2F9E1;
}
</style>