Html Css Color HEX #A0EC95 Granny Smith Apple
📋 copy color: '#A0EC95'red 160 ◦ green 236 ◦ blue 149
Shades of Granny Smith Apple #A0EC95
Tints of Granny Smith Apple #A0EC95
RGB
CMYK
RGB Variations
Color information
#A0EC95 (or 0xA0EC95) is known color: Granny Smith Apple. HEX triplet: A0, EC and 95. RGB value is (160,236,149). Sum of RGB (Red+Green+Blue) = 160+236+149=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC95 is #5F136A. Grayscale: #CBCBCB. Windows color (decimal): -6230891 or 9825440. OLE color: 9825440.
HSL color Cylindrical-coordinate representation of color #A0EC95: hue angle of 112.41º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0EC95 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 149 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.07 |
| HSL | 112.41º | 0.7% | 0.75% | - |
| HSV(B) | 112.41º | 0.37% | 0.93% | - |
| XYZ | 49.92 | 69.63 | 39.24 | - |
| YUV | 203.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 149 | 0.32 | 0 | 0.37 | 0.07 | 112.41 | 0.7 | 0.75 |
| Hex | A0 | EC | 95 | 20 | 0 | 25 | 7 | 70 | 46 | 4B |
| Octal | 240 | 354 | 225 | 40 | 0 | 45 | 7 | 160 | 106 | 113 |
| Binary | 10100000 | 11101100 | 10010101 | 100000 | 0 | 100101 | 111 | 1110000 | 1000110 | 1001011 |
Color Harmonies of #A0EC95
Complementary color
Monochromatic Colors of #A0EC95
Black with #A0EC95
Text Example
Text Example
White with #A0EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC95; }
p { color: rgb(160,236,149); }
H1.HeaderClassName
{
color: #A0EC95;
}
.AnyTagClassName
{
color: #A0EC95;
}
</style>
background-color css
<style>
a { background-color: #A0EC95; }
a { background-color: rgb(160,236,149); }
div.DivClassName
{
background-color: #A0EC95;
}
.BgClassName
{
background-color: #A0EC95;
}
</style>
border-color css
<style>
span { border-color: #A0EC95; }
span { border-color: rgb(160,236,149); }
td.TdClassName
{
border-color: #A0EC95;
}
.TagClassName
{
border-color: #A0EC95;
}
</style>