Shades of Water Leaf #A4FFE5
Tints of Water Leaf #A4FFE5
RGB
CMYK
RGB Variations
Color information
#A4FFE5 (or 0xA4FFE5) is known color: Water Leaf. HEX triplet: A4, FF and E5. RGB value is (164,255,229). Sum of RGB (Red+Green+Blue) = 164+255+229=648 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.31% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFE5 is #5B001A. Grayscale: #E0E0E0. Windows color (decimal): -5963803 or 15073188. OLE color: 15073188.
HSL color Cylindrical-coordinate representation of color #A4FFE5: hue angle of 162.86º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFE5 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 229 | - |
| CMYK | 0.36 | 0 | 0.10 | 0 |
| HSL | 162.86º | 1% | 0.82% | - |
| HSV(B) | 162.86º | 0.36% | 1% | - |
| XYZ | 65.21 | 85.07 | 87.11 | - |
| YUV | 224.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 229 | 0.36 | 0 | 0.10 | 0 | 162.86 | 1 | 0.82 |
| Hex | A4 | FF | E5 | 24 | 0 | A | 0 | A3 | 64 | 52 |
| Octal | 244 | 377 | 345 | 44 | 0 | 12 | 0 | 243 | 144 | 122 |
| Binary | 10100100 | 11111111 | 11100101 | 100100 | 0 | 1010 | 0 | 10100011 | 1100100 | 1010010 |
Color Harmonies of #A4FFE5
Complementary color
Monochromatic Colors of #A4FFE5
Black with #A4FFE5
Text Example
Text Example
White with #A4FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFE5; }
p { color: rgb(164,255,229); }
H1.HeaderClassName
{
color: #A4FFE5;
}
.AnyTagClassName
{
color: #A4FFE5;
}
</style>
background-color css
<style>
a { background-color: #A4FFE5; }
a { background-color: rgb(164,255,229); }
div.DivClassName
{
background-color: #A4FFE5;
}
.BgClassName
{
background-color: #A4FFE5;
}
</style>
border-color css
<style>
span { border-color: #A4FFE5; }
span { border-color: rgb(164,255,229); }
td.TdClassName
{
border-color: #A4FFE5;
}
.TagClassName
{
border-color: #A4FFE5;
}
</style>