Html Css Color HEX #A0EC9B Granny Smith Apple
📋 copy color: '#A0EC9B'red 160 ◦ green 236 ◦ blue 155
Shades of Granny Smith Apple #A0EC9B
Tints of Granny Smith Apple #A0EC9B
RGB
CMYK
RGB Variations
Color information
#A0EC9B (or 0xA0EC9B) is known color: Granny Smith Apple. HEX triplet: A0, EC and 9B. RGB value is (160,236,155). Sum of RGB (Red+Green+Blue) = 160+236+155=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC9B is #5F1364. Grayscale: #CCCCCC. Windows color (decimal): -6230885 or 10218656. OLE color: 10218656.
HSL color Cylindrical-coordinate representation of color #A0EC9B: hue angle of 116.3º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0EC9B is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 155 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.07 |
| HSL | 116.3º | 0.68% | 0.77% | - |
| HSV(B) | 116.3º | 0.34% | 0.93% | - |
| XYZ | 50.41 | 69.83 | 41.83 | - |
| YUV | 204.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 155 | 0.32 | 0 | 0.34 | 0.07 | 116.3 | 0.68 | 0.77 |
| Hex | A0 | EC | 9B | 20 | 0 | 22 | 7 | 74 | 44 | 4D |
| Octal | 240 | 354 | 233 | 40 | 0 | 42 | 7 | 164 | 104 | 115 |
| Binary | 10100000 | 11101100 | 10011011 | 100000 | 0 | 100010 | 111 | 1110100 | 1000100 | 1001101 |
Color Harmonies of #A0EC9B
Complementary color
Monochromatic Colors of #A0EC9B
Black with #A0EC9B
Text Example
Text Example
White with #A0EC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC9B; }
p { color: rgb(160,236,155); }
H1.HeaderClassName
{
color: #A0EC9B;
}
.AnyTagClassName
{
color: #A0EC9B;
}
</style>
background-color css
<style>
a { background-color: #A0EC9B; }
a { background-color: rgb(160,236,155); }
div.DivClassName
{
background-color: #A0EC9B;
}
.BgClassName
{
background-color: #A0EC9B;
}
</style>
border-color css
<style>
span { border-color: #A0EC9B; }
span { border-color: rgb(160,236,155); }
td.TdClassName
{
border-color: #A0EC9B;
}
.TagClassName
{
border-color: #A0EC9B;
}
</style>