Shades of Water Leaf #A4F6E1
Tints of Water Leaf #A4F6E1
RGB
CMYK
RGB Variations
Color information
#A4F6E1 (or 0xA4F6E1) is known color: Water Leaf. HEX triplet: A4, F6 and E1. RGB value is (164,246,225). Sum of RGB (Red+Green+Blue) = 164+246+225=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F6E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F6E1 is #5B091E. Grayscale: #DBDBDB. Windows color (decimal): -5966111 or 14808740. OLE color: 14808740.
HSL color Cylindrical-coordinate representation of color #A4F6E1: hue angle of 164.63º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F6E1 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 246 | 225 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.04 |
| HSL | 164.63º | 0.82% | 0.8% | - |
| HSV(B) | 164.63º | 0.33% | 0.96% | - |
| XYZ | 61.86 | 79.24 | 83.27 | - |
| YUV | 219.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 246 | 225 | 0.33 | 0 | 0.09 | 0.04 | 164.63 | 0.82 | 0.8 |
| Hex | A4 | F6 | E1 | 21 | 0 | 9 | 4 | A5 | 52 | 50 |
| Octal | 244 | 366 | 341 | 41 | 0 | 11 | 4 | 245 | 122 | 120 |
| Binary | 10100100 | 11110110 | 11100001 | 100001 | 0 | 1001 | 100 | 10100101 | 1010010 | 1010000 |
Color Harmonies of #A4F6E1
Complementary color
Monochromatic Colors of #A4F6E1
Black with #A4F6E1
Text Example
Text Example
White with #A4F6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F6E1; }
p { color: rgb(164,246,225); }
H1.HeaderClassName
{
color: #A4F6E1;
}
.AnyTagClassName
{
color: #A4F6E1;
}
</style>
background-color css
<style>
a { background-color: #A4F6E1; }
a { background-color: rgb(164,246,225); }
div.DivClassName
{
background-color: #A4F6E1;
}
.BgClassName
{
background-color: #A4F6E1;
}
</style>
border-color css
<style>
span { border-color: #A4F6E1; }
span { border-color: rgb(164,246,225); }
td.TdClassName
{
border-color: #A4F6E1;
}
.TagClassName
{
border-color: #A4F6E1;
}
</style>