Shades of Water Leaf #A5FEE4
Tints of Water Leaf #A5FEE4
RGB
CMYK
RGB Variations
Color information
#A5FEE4 (or 0xA5FEE4) is known color: Water Leaf. HEX triplet: A5, FE and E4. RGB value is (165,254,228). Sum of RGB (Red+Green+Blue) = 165+254+228=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEE4 is #5A011B. Grayscale: #E0E0E0. Windows color (decimal): -5898524 or 15007397. OLE color: 15007397.
HSL color Cylindrical-coordinate representation of color #A5FEE4: hue angle of 162.47º 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 #A5FEE4 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 228 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.00 |
| HSL | 162.47º | 0.98% | 0.82% | - |
| HSV(B) | 162.47º | 0.35% | 1% | - |
| XYZ | 64.96 | 84.48 | 86.28 | - |
| YUV | 224.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 228 | 0.35 | 0 | 0.10 | 0.00 | 162.47 | 0.98 | 0.82 |
| Hex | A5 | FE | E4 | 23 | 0 | A | 0 | A2 | 62 | 52 |
| Octal | 245 | 376 | 344 | 43 | 0 | 12 | 0 | 242 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11100100 | 100011 | 0 | 1010 | 0 | 10100010 | 1100010 | 1010010 |
Color Harmonies of #A5FEE4
Complementary color
Monochromatic Colors of #A5FEE4
Black with #A5FEE4
Text Example
Text Example
White with #A5FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FEE4; }
p { color: rgb(165,254,228); }
H1.HeaderClassName
{
color: #A5FEE4;
}
.AnyTagClassName
{
color: #A5FEE4;
}
</style>
background-color css
<style>
a { background-color: #A5FEE4; }
a { background-color: rgb(165,254,228); }
div.DivClassName
{
background-color: #A5FEE4;
}
.BgClassName
{
background-color: #A5FEE4;
}
</style>
border-color css
<style>
span { border-color: #A5FEE4; }
span { border-color: rgb(165,254,228); }
td.TdClassName
{
border-color: #A5FEE4;
}
.TagClassName
{
border-color: #A5FEE4;
}
</style>