Shades of Pale Green #A0EC9E
Tints of Pale Green #A0EC9E
RGB
CMYK
RGB Variations
Color information
#A0EC9E (or 0xA0EC9E) is known color: Pale Green. HEX triplet: A0, EC and 9E. RGB value is (160,236,158). Sum of RGB (Red+Green+Blue) = 160+236+158=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC9E is #5F1361. Grayscale: #CCCCCC. Windows color (decimal): -6230882 or 10415264. OLE color: 10415264.
HSL color Cylindrical-coordinate representation of color #A0EC9E: hue angle of 118.46º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EC9E is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 158 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.07 |
| HSL | 118.46º | 0.67% | 0.77% | - |
| HSV(B) | 118.46º | 0.33% | 0.93% | - |
| XYZ | 50.66 | 69.93 | 43.18 | - |
| YUV | 204.38 | 101.82 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 158 | 0.32 | 0 | 0.33 | 0.07 | 118.46 | 0.67 | 0.77 |
| Hex | A0 | EC | 9E | 20 | 0 | 21 | 7 | 76 | 43 | 4D |
| Octal | 240 | 354 | 236 | 40 | 0 | 41 | 7 | 166 | 103 | 115 |
| Binary | 10100000 | 11101100 | 10011110 | 100000 | 0 | 100001 | 111 | 1110110 | 1000011 | 1001101 |
Color Harmonies of #A0EC9E
Complementary color
Monochromatic Colors of #A0EC9E
Black with #A0EC9E
Text Example
Text Example
White with #A0EC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC9E; }
p { color: rgb(160,236,158); }
H1.HeaderClassName
{
color: #A0EC9E;
}
.AnyTagClassName
{
color: #A0EC9E;
}
</style>
background-color css
<style>
a { background-color: #A0EC9E; }
a { background-color: rgb(160,236,158); }
div.DivClassName
{
background-color: #A0EC9E;
}
.BgClassName
{
background-color: #A0EC9E;
}
</style>
border-color css
<style>
span { border-color: #A0EC9E; }
span { border-color: rgb(160,236,158); }
td.TdClassName
{
border-color: #A0EC9E;
}
.TagClassName
{
border-color: #A0EC9E;
}
</style>