Html Css Color HEX #A0EC8D Granny Smith Apple
📋 copy color: '#A0EC8D'red 160 ◦ green 236 ◦ blue 141
Shades of Granny Smith Apple #A0EC8D
Tints of Granny Smith Apple #A0EC8D
RGB
CMYK
RGB Variations
Color information
#A0EC8D (or 0xA0EC8D) is known color: Granny Smith Apple. HEX triplet: A0, EC and 8D. RGB value is (160,236,141). Sum of RGB (Red+Green+Blue) = 160+236+141=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC8D is #5F1372. Grayscale: #CACACA. Windows color (decimal): -6230899 or 9301152. OLE color: 9301152.
HSL color Cylindrical-coordinate representation of color #A0EC8D: hue angle of 108º 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 #A0EC8D is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 141 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.07 |
| HSL | 108º | 0.71% | 0.74% | - |
| HSV(B) | 108º | 0.4% | 0.93% | - |
| XYZ | 49.3 | 69.39 | 35.99 | - |
| YUV | 202.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 141 | 0.32 | 0 | 0.40 | 0.07 | 108 | 0.71 | 0.74 |
| Hex | A0 | EC | 8D | 20 | 0 | 28 | 7 | 6C | 47 | 4A |
| Octal | 240 | 354 | 215 | 40 | 0 | 50 | 7 | 154 | 107 | 112 |
| Binary | 10100000 | 11101100 | 10001101 | 100000 | 0 | 101000 | 111 | 1101100 | 1000111 | 1001010 |
Color Harmonies of #A0EC8D
Complementary color
Monochromatic Colors of #A0EC8D
Black with #A0EC8D
Text Example
Text Example
White with #A0EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC8D; }
p { color: rgb(160,236,141); }
H1.HeaderClassName
{
color: #A0EC8D;
}
.AnyTagClassName
{
color: #A0EC8D;
}
</style>
background-color css
<style>
a { background-color: #A0EC8D; }
a { background-color: rgb(160,236,141); }
div.DivClassName
{
background-color: #A0EC8D;
}
.BgClassName
{
background-color: #A0EC8D;
}
</style>
border-color css
<style>
span { border-color: #A0EC8D; }
span { border-color: rgb(160,236,141); }
td.TdClassName
{
border-color: #A0EC8D;
}
.TagClassName
{
border-color: #A0EC8D;
}
</style>