Html Css Color HEX #A0EC88 Granny Smith Apple
📋 copy color: '#A0EC88'red 160 ◦ green 236 ◦ blue 136
Shades of Granny Smith Apple #A0EC88
Tints of Granny Smith Apple #A0EC88
RGB
CMYK
RGB Variations
Color information
#A0EC88 (or 0xA0EC88) is known color: Granny Smith Apple. HEX triplet: A0, EC and 88. RGB value is (160,236,136). Sum of RGB (Red+Green+Blue) = 160+236+136=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC88 is #5F1377. Grayscale: #CACACA. Windows color (decimal): -6230904 or 8973472. OLE color: 8973472.
HSL color Cylindrical-coordinate representation of color #A0EC88: hue angle of 105.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0EC88 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 136 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.07 |
| HSL | 105.6º | 0.72% | 0.73% | - |
| HSV(B) | 105.6º | 0.42% | 0.93% | - |
| XYZ | 48.94 | 69.24 | 34.08 | - |
| YUV | 201.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 136 | 0.32 | 0 | 0.42 | 0.07 | 105.6 | 0.72 | 0.73 |
| Hex | A0 | EC | 88 | 20 | 0 | 2A | 7 | 6A | 48 | 49 |
| Octal | 240 | 354 | 210 | 40 | 0 | 52 | 7 | 152 | 110 | 111 |
| Binary | 10100000 | 11101100 | 10001000 | 100000 | 0 | 101010 | 111 | 1101010 | 1001000 | 1001001 |
Color Harmonies of #A0EC88
Complementary color
Monochromatic Colors of #A0EC88
Black with #A0EC88
Text Example
Text Example
White with #A0EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC88; }
p { color: rgb(160,236,136); }
H1.HeaderClassName
{
color: #A0EC88;
}
.AnyTagClassName
{
color: #A0EC88;
}
</style>
background-color css
<style>
a { background-color: #A0EC88; }
a { background-color: rgb(160,236,136); }
div.DivClassName
{
background-color: #A0EC88;
}
.BgClassName
{
background-color: #A0EC88;
}
</style>
border-color css
<style>
span { border-color: #A0EC88; }
span { border-color: rgb(160,236,136); }
td.TdClassName
{
border-color: #A0EC88;
}
.TagClassName
{
border-color: #A0EC88;
}
</style>