Html Css Color HEX #A0EC8E Granny Smith Apple
📋 copy color: '#A0EC8E'red 160 ◦ green 236 ◦ blue 142
Shades of Granny Smith Apple #A0EC8E
Tints of Granny Smith Apple #A0EC8E
RGB
CMYK
RGB Variations
Color information
#A0EC8E (or 0xA0EC8E) is known color: Granny Smith Apple. HEX triplet: A0, EC and 8E. RGB value is (160,236,142). Sum of RGB (Red+Green+Blue) = 160+236+142=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC8E is #5F1371. Grayscale: #CACACA. Windows color (decimal): -6230898 or 9366688. OLE color: 9366688.
HSL color Cylindrical-coordinate representation of color #A0EC8E: hue angle of 108.51º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0EC8E is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 142 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.07 |
| HSL | 108.51º | 0.71% | 0.74% | - |
| HSV(B) | 108.51º | 0.4% | 0.93% | - |
| XYZ | 49.38 | 69.42 | 36.39 | - |
| YUV | 202.56 | 93.82 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 142 | 0.32 | 0 | 0.40 | 0.07 | 108.51 | 0.71 | 0.74 |
| Hex | A0 | EC | 8E | 20 | 0 | 28 | 7 | 6D | 47 | 4A |
| Octal | 240 | 354 | 216 | 40 | 0 | 50 | 7 | 155 | 107 | 112 |
| Binary | 10100000 | 11101100 | 10001110 | 100000 | 0 | 101000 | 111 | 1101101 | 1000111 | 1001010 |
Color Harmonies of #A0EC8E
Complementary color
Monochromatic Colors of #A0EC8E
Black with #A0EC8E
Text Example
Text Example
White with #A0EC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC8E; }
p { color: rgb(160,236,142); }
H1.HeaderClassName
{
color: #A0EC8E;
}
.AnyTagClassName
{
color: #A0EC8E;
}
</style>
background-color css
<style>
a { background-color: #A0EC8E; }
a { background-color: rgb(160,236,142); }
div.DivClassName
{
background-color: #A0EC8E;
}
.BgClassName
{
background-color: #A0EC8E;
}
</style>
border-color css
<style>
span { border-color: #A0EC8E; }
span { border-color: rgb(160,236,142); }
td.TdClassName
{
border-color: #A0EC8E;
}
.TagClassName
{
border-color: #A0EC8E;
}
</style>