Html Css Color HEX #A0EC84 Granny Smith Apple
📋 copy color: '#A0EC84'red 160 ◦ green 236 ◦ blue 132
Shades of Granny Smith Apple #A0EC84
Tints of Granny Smith Apple #A0EC84
RGB
CMYK
RGB Variations
Color information
#A0EC84 (or 0xA0EC84) is known color: Granny Smith Apple. HEX triplet: A0, EC and 84. RGB value is (160,236,132). Sum of RGB (Red+Green+Blue) = 160+236+132=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC84 is #5F137B. Grayscale: #C9C9C9. Windows color (decimal): -6230908 or 8711328. OLE color: 8711328.
HSL color Cylindrical-coordinate representation of color #A0EC84: hue angle of 103.85º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0EC84 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 132 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.07 |
| HSL | 103.85º | 0.73% | 0.72% | - |
| HSV(B) | 103.85º | 0.44% | 0.93% | - |
| XYZ | 48.66 | 69.13 | 32.61 | - |
| YUV | 201.42 | 88.82 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 132 | 0.32 | 0 | 0.44 | 0.07 | 103.85 | 0.73 | 0.72 |
| Hex | A0 | EC | 84 | 20 | 0 | 2C | 7 | 68 | 49 | 48 |
| Octal | 240 | 354 | 204 | 40 | 0 | 54 | 7 | 150 | 111 | 110 |
| Binary | 10100000 | 11101100 | 10000100 | 100000 | 0 | 101100 | 111 | 1101000 | 1001001 | 1001000 |
Color Harmonies of #A0EC84
Complementary color
Monochromatic Colors of #A0EC84
Black with #A0EC84
Text Example
Text Example
White with #A0EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC84; }
p { color: rgb(160,236,132); }
H1.HeaderClassName
{
color: #A0EC84;
}
.AnyTagClassName
{
color: #A0EC84;
}
</style>
background-color css
<style>
a { background-color: #A0EC84; }
a { background-color: rgb(160,236,132); }
div.DivClassName
{
background-color: #A0EC84;
}
.BgClassName
{
background-color: #A0EC84;
}
</style>
border-color css
<style>
span { border-color: #A0EC84; }
span { border-color: rgb(160,236,132); }
td.TdClassName
{
border-color: #A0EC84;
}
.TagClassName
{
border-color: #A0EC84;
}
</style>