Shades of Water Leaf #A4FEE5
Tints of Water Leaf #A4FEE5
RGB
CMYK
RGB Variations
Color information
#A4FEE5 (or 0xA4FEE5) is known color: Water Leaf. HEX triplet: A4, FE and E5. RGB value is (164,254,229). Sum of RGB (Red+Green+Blue) = 164+254+229=647 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.35% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEE5 is #5B011A. Grayscale: #E0E0E0. Windows color (decimal): -5964059 or 15072932. OLE color: 15072932.
HSL color Cylindrical-coordinate representation of color #A4FEE5: hue angle of 163.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FEE5 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 229 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.00 |
| HSL | 163.33º | 0.98% | 0.82% | - |
| HSV(B) | 163.33º | 0.35% | 1% | - |
| XYZ | 64.89 | 84.43 | 87.01 | - |
| YUV | 224.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 229 | 0.35 | 0 | 0.10 | 0.00 | 163.33 | 0.98 | 0.82 |
| Hex | A4 | FE | E5 | 23 | 0 | A | 0 | A3 | 62 | 52 |
| Octal | 244 | 376 | 345 | 43 | 0 | 12 | 0 | 243 | 142 | 122 |
| Binary | 10100100 | 11111110 | 11100101 | 100011 | 0 | 1010 | 0 | 10100011 | 1100010 | 1010010 |
Color Harmonies of #A4FEE5
Complementary color
Monochromatic Colors of #A4FEE5
Black with #A4FEE5
Text Example
Text Example
White with #A4FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FEE5; }
p { color: rgb(164,254,229); }
H1.HeaderClassName
{
color: #A4FEE5;
}
.AnyTagClassName
{
color: #A4FEE5;
}
</style>
background-color css
<style>
a { background-color: #A4FEE5; }
a { background-color: rgb(164,254,229); }
div.DivClassName
{
background-color: #A4FEE5;
}
.BgClassName
{
background-color: #A4FEE5;
}
</style>
border-color css
<style>
span { border-color: #A4FEE5; }
span { border-color: rgb(164,254,229); }
td.TdClassName
{
border-color: #A4FEE5;
}
.TagClassName
{
border-color: #A4FEE5;
}
</style>