Html Css Color HEX #A0EF89 Granny Smith Apple
📋 copy color: '#A0EF89'red 160 ◦ green 239 ◦ blue 137
Shades of Granny Smith Apple #A0EF89
Tints of Granny Smith Apple #A0EF89
RGB
CMYK
RGB Variations
Color information
#A0EF89 (or 0xA0EF89) is known color: Granny Smith Apple. HEX triplet: A0, EF and 89. RGB value is (160,239,137). Sum of RGB (Red+Green+Blue) = 160+239+137=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EF89 is #5F1076. Grayscale: #CCCCCC. Windows color (decimal): -6230135 or 9039776. OLE color: 9039776.
HSL color Cylindrical-coordinate representation of color #A0EF89: hue angle of 106.47º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0EF89 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 137 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.06 |
| HSL | 106.47º | 0.76% | 0.74% | - |
| HSV(B) | 106.47º | 0.43% | 0.94% | - |
| XYZ | 49.88 | 71.01 | 34.74 | - |
| YUV | 203.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 137 | 0.33 | 0 | 0.43 | 0.06 | 106.47 | 0.76 | 0.74 |
| Hex | A0 | EF | 89 | 21 | 0 | 2B | 6 | 6A | 4C | 4A |
| Octal | 240 | 357 | 211 | 41 | 0 | 53 | 6 | 152 | 114 | 112 |
| Binary | 10100000 | 11101111 | 10001001 | 100001 | 0 | 101011 | 110 | 1101010 | 1001100 | 1001010 |
Color Harmonies of #A0EF89
Complementary color
Monochromatic Colors of #A0EF89
Black with #A0EF89
Text Example
Text Example
White with #A0EF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF89; }
p { color: rgb(160,239,137); }
H1.HeaderClassName
{
color: #A0EF89;
}
.AnyTagClassName
{
color: #A0EF89;
}
</style>
background-color css
<style>
a { background-color: #A0EF89; }
a { background-color: rgb(160,239,137); }
div.DivClassName
{
background-color: #A0EF89;
}
.BgClassName
{
background-color: #A0EF89;
}
</style>
border-color css
<style>
span { border-color: #A0EF89; }
span { border-color: rgb(160,239,137); }
td.TdClassName
{
border-color: #A0EF89;
}
.TagClassName
{
border-color: #A0EF89;
}
</style>