Shades of Water Leaf #A4FEE3
Tints of Water Leaf #A4FEE3
RGB
CMYK
RGB Variations
Color information
#A4FEE3 (or 0xA4FEE3) is known color: Water Leaf. HEX triplet: A4, FE and E3. RGB value is (164,254,227). Sum of RGB (Red+Green+Blue) = 164+254+227=645 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.43% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEE3 is #5B011C. Grayscale: #E0E0E0. Windows color (decimal): -5964061 or 14941860. OLE color: 14941860.
HSL color Cylindrical-coordinate representation of color #A4FEE3: hue angle of 162º 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 #A4FEE3 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 227 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.00 |
| HSL | 162º | 0.98% | 0.82% | - |
| HSV(B) | 162º | 0.35% | 1% | - |
| XYZ | 64.62 | 84.32 | 85.54 | - |
| YUV | 224.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 227 | 0.35 | 0 | 0.11 | 0.00 | 162 | 0.98 | 0.82 |
| Hex | A4 | FE | E3 | 23 | 0 | B | 0 | A2 | 62 | 52 |
| Octal | 244 | 376 | 343 | 43 | 0 | 13 | 0 | 242 | 142 | 122 |
| Binary | 10100100 | 11111110 | 11100011 | 100011 | 0 | 1011 | 0 | 10100010 | 1100010 | 1010010 |
Color Harmonies of #A4FEE3
Complementary color
Monochromatic Colors of #A4FEE3
Black with #A4FEE3
Text Example
Text Example
White with #A4FEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FEE3; }
p { color: rgb(164,254,227); }
H1.HeaderClassName
{
color: #A4FEE3;
}
.AnyTagClassName
{
color: #A4FEE3;
}
</style>
background-color css
<style>
a { background-color: #A4FEE3; }
a { background-color: rgb(164,254,227); }
div.DivClassName
{
background-color: #A4FEE3;
}
.BgClassName
{
background-color: #A4FEE3;
}
</style>
border-color css
<style>
span { border-color: #A4FEE3; }
span { border-color: rgb(164,254,227); }
td.TdClassName
{
border-color: #A4FEE3;
}
.TagClassName
{
border-color: #A4FEE3;
}
</style>