Html Css Color HEX #A0EC92 Granny Smith Apple
📋 copy color: '#A0EC92'red 160 ◦ green 236 ◦ blue 146
Shades of Granny Smith Apple #A0EC92
Tints of Granny Smith Apple #A0EC92
RGB
CMYK
RGB Variations
Color information
#A0EC92 (or 0xA0EC92) is known color: Granny Smith Apple. HEX triplet: A0, EC and 92. RGB value is (160,236,146). Sum of RGB (Red+Green+Blue) = 160+236+146=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC92 is #5F136D. Grayscale: #CBCBCB. Windows color (decimal): -6230894 or 9628832. OLE color: 9628832.
HSL color Cylindrical-coordinate representation of color #A0EC92: hue angle of 110.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0EC92 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 146 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.07 |
| HSL | 110.67º | 0.7% | 0.75% | - |
| HSV(B) | 110.67º | 0.38% | 0.93% | - |
| XYZ | 49.68 | 69.54 | 38 | - |
| YUV | 203.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 146 | 0.32 | 0 | 0.38 | 0.07 | 110.67 | 0.7 | 0.75 |
| Hex | A0 | EC | 92 | 20 | 0 | 26 | 7 | 6F | 46 | 4B |
| Octal | 240 | 354 | 222 | 40 | 0 | 46 | 7 | 157 | 106 | 113 |
| Binary | 10100000 | 11101100 | 10010010 | 100000 | 0 | 100110 | 111 | 1101111 | 1000110 | 1001011 |
Color Harmonies of #A0EC92
Complementary color
Monochromatic Colors of #A0EC92
Black with #A0EC92
Text Example
Text Example
White with #A0EC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC92; }
p { color: rgb(160,236,146); }
H1.HeaderClassName
{
color: #A0EC92;
}
.AnyTagClassName
{
color: #A0EC92;
}
</style>
background-color css
<style>
a { background-color: #A0EC92; }
a { background-color: rgb(160,236,146); }
div.DivClassName
{
background-color: #A0EC92;
}
.BgClassName
{
background-color: #A0EC92;
}
</style>
border-color css
<style>
span { border-color: #A0EC92; }
span { border-color: rgb(160,236,146); }
td.TdClassName
{
border-color: #A0EC92;
}
.TagClassName
{
border-color: #A0EC92;
}
</style>