Shades of Water Leaf #A2F1E2
Tints of Water Leaf #A2F1E2
RGB
CMYK
RGB Variations
Color information
#A2F1E2 (or 0xA2F1E2) is known color: Water Leaf. HEX triplet: A2, F1 and E2. RGB value is (162,241,226). Sum of RGB (Red+Green+Blue) = 162+241+226=629 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.76% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F1E2 is #5D0E1D. Grayscale: #D7D7D7. Windows color (decimal): -6098462 or 14872994. OLE color: 14872994.
HSL color Cylindrical-coordinate representation of color #A2F1E2: hue angle of 168.61º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F1E2 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 226 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.05 |
| HSL | 168.61º | 0.74% | 0.79% | - |
| HSV(B) | 168.61º | 0.33% | 0.95% | - |
| XYZ | 60.08 | 76.08 | 83.47 | - |
| YUV | 215.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 226 | 0.33 | 0 | 0.06 | 0.05 | 168.61 | 0.74 | 0.79 |
| Hex | A2 | F1 | E2 | 21 | 0 | 6 | 5 | A9 | 4A | 4F |
| Octal | 242 | 361 | 342 | 41 | 0 | 6 | 5 | 251 | 112 | 117 |
| Binary | 10100010 | 11110001 | 11100010 | 100001 | 0 | 110 | 101 | 10101001 | 1001010 | 1001111 |
Color Harmonies of #A2F1E2
Complementary color
Monochromatic Colors of #A2F1E2
Black with #A2F1E2
Text Example
Text Example
White with #A2F1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F1E2; }
p { color: rgb(162,241,226); }
H1.HeaderClassName
{
color: #A2F1E2;
}
.AnyTagClassName
{
color: #A2F1E2;
}
</style>
background-color css
<style>
a { background-color: #A2F1E2; }
a { background-color: rgb(162,241,226); }
div.DivClassName
{
background-color: #A2F1E2;
}
.BgClassName
{
background-color: #A2F1E2;
}
</style>
border-color css
<style>
span { border-color: #A2F1E2; }
span { border-color: rgb(162,241,226); }
td.TdClassName
{
border-color: #A2F1E2;
}
.TagClassName
{
border-color: #A2F1E2;
}
</style>