Html Css Color HEX #A0EF84 Granny Smith Apple
📋 copy color: '#A0EF84'red 160 ◦ green 239 ◦ blue 132
Shades of Granny Smith Apple #A0EF84
Tints of Granny Smith Apple #A0EF84
RGB
CMYK
RGB Variations
Color information
#A0EF84 (or 0xA0EF84) is known color: Granny Smith Apple. HEX triplet: A0, EF and 84. RGB value is (160,239,132). Sum of RGB (Red+Green+Blue) = 160+239+132=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EF84 is #5F107B. Grayscale: #CBCBCB. Windows color (decimal): -6230140 or 8712096. OLE color: 8712096.
HSL color Cylindrical-coordinate representation of color #A0EF84: hue angle of 104.3º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0EF84 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 132 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.06 |
| HSL | 104.3º | 0.77% | 0.73% | - |
| HSV(B) | 104.3º | 0.45% | 0.94% | - |
| XYZ | 49.53 | 70.87 | 32.9 | - |
| YUV | 203.18 | 87.83 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 132 | 0.33 | 0 | 0.45 | 0.06 | 104.3 | 0.77 | 0.73 |
| Hex | A0 | EF | 84 | 21 | 0 | 2D | 6 | 68 | 4D | 49 |
| Octal | 240 | 357 | 204 | 41 | 0 | 55 | 6 | 150 | 115 | 111 |
| Binary | 10100000 | 11101111 | 10000100 | 100001 | 0 | 101101 | 110 | 1101000 | 1001101 | 1001001 |
Color Harmonies of #A0EF84
Complementary color
Monochromatic Colors of #A0EF84
Black with #A0EF84
Text Example
Text Example
White with #A0EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF84; }
p { color: rgb(160,239,132); }
H1.HeaderClassName
{
color: #A0EF84;
}
.AnyTagClassName
{
color: #A0EF84;
}
</style>
background-color css
<style>
a { background-color: #A0EF84; }
a { background-color: rgb(160,239,132); }
div.DivClassName
{
background-color: #A0EF84;
}
.BgClassName
{
background-color: #A0EF84;
}
</style>
border-color css
<style>
span { border-color: #A0EF84; }
span { border-color: rgb(160,239,132); }
td.TdClassName
{
border-color: #A0EF84;
}
.TagClassName
{
border-color: #A0EF84;
}
</style>