Html Css Color HEX #A0EE84 Granny Smith Apple
📋 copy color: '#A0EE84'red 160 ◦ green 238 ◦ blue 132
Shades of Granny Smith Apple #A0EE84
Tints of Granny Smith Apple #A0EE84
RGB
CMYK
RGB Variations
Color information
#A0EE84 (or 0xA0EE84) is known color: Granny Smith Apple. HEX triplet: A0, EE and 84. RGB value is (160,238,132). Sum of RGB (Red+Green+Blue) = 160+238+132=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE84 is #5F117B. Grayscale: #CACACA. Windows color (decimal): -6230396 or 8711840. OLE color: 8711840.
HSL color Cylindrical-coordinate representation of color #A0EE84: hue angle of 104.15º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0EE84 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 132 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.07 |
| HSL | 104.15º | 0.76% | 0.73% | - |
| HSV(B) | 104.15º | 0.45% | 0.93% | - |
| XYZ | 49.24 | 70.29 | 32.8 | - |
| YUV | 202.59 | 88.16 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 132 | 0.33 | 0 | 0.45 | 0.07 | 104.15 | 0.76 | 0.73 |
| Hex | A0 | EE | 84 | 21 | 0 | 2D | 7 | 68 | 4C | 49 |
| Octal | 240 | 356 | 204 | 41 | 0 | 55 | 7 | 150 | 114 | 111 |
| Binary | 10100000 | 11101110 | 10000100 | 100001 | 0 | 101101 | 111 | 1101000 | 1001100 | 1001001 |
Color Harmonies of #A0EE84
Complementary color
Monochromatic Colors of #A0EE84
Black with #A0EE84
Text Example
Text Example
White with #A0EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE84; }
p { color: rgb(160,238,132); }
H1.HeaderClassName
{
color: #A0EE84;
}
.AnyTagClassName
{
color: #A0EE84;
}
</style>
background-color css
<style>
a { background-color: #A0EE84; }
a { background-color: rgb(160,238,132); }
div.DivClassName
{
background-color: #A0EE84;
}
.BgClassName
{
background-color: #A0EE84;
}
</style>
border-color css
<style>
span { border-color: #A0EE84; }
span { border-color: rgb(160,238,132); }
td.TdClassName
{
border-color: #A0EE84;
}
.TagClassName
{
border-color: #A0EE84;
}
</style>