Shades of Water Leaf #A6F6E0
Tints of Water Leaf #A6F6E0
RGB
CMYK
RGB Variations
Color information
#A6F6E0 (or 0xA6F6E0) is known color: Water Leaf. HEX triplet: A6, F6 and E0. RGB value is (166,246,224). Sum of RGB (Red+Green+Blue) = 166+246+224=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F6E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F6E0 is #59091F. Grayscale: #DBDBDB. Windows color (decimal): -5835040 or 14743206. OLE color: 14743206.
HSL color Cylindrical-coordinate representation of color #A6F6E0: hue angle of 163.5º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F6E0 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 224 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.04 |
| HSL | 163.5º | 0.82% | 0.81% | - |
| HSV(B) | 163.5º | 0.33% | 0.96% | - |
| XYZ | 62.14 | 79.4 | 82.57 | - |
| YUV | 219.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 224 | 0.33 | 0 | 0.09 | 0.04 | 163.5 | 0.82 | 0.81 |
| Hex | A6 | F6 | E0 | 21 | 0 | 9 | 4 | A4 | 52 | 51 |
| Octal | 246 | 366 | 340 | 41 | 0 | 11 | 4 | 244 | 122 | 121 |
| Binary | 10100110 | 11110110 | 11100000 | 100001 | 0 | 1001 | 100 | 10100100 | 1010010 | 1010001 |
Color Harmonies of #A6F6E0
Complementary color
Monochromatic Colors of #A6F6E0
Black with #A6F6E0
Text Example
Text Example
White with #A6F6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F6E0; }
p { color: rgb(166,246,224); }
H1.HeaderClassName
{
color: #A6F6E0;
}
.AnyTagClassName
{
color: #A6F6E0;
}
</style>
background-color css
<style>
a { background-color: #A6F6E0; }
a { background-color: rgb(166,246,224); }
div.DivClassName
{
background-color: #A6F6E0;
}
.BgClassName
{
background-color: #A6F6E0;
}
</style>
border-color css
<style>
span { border-color: #A6F6E0; }
span { border-color: rgb(166,246,224); }
td.TdClassName
{
border-color: #A6F6E0;
}
.TagClassName
{
border-color: #A6F6E0;
}
</style>