Html Css Color HEX #A0ED87 Granny Smith Apple
📋 copy color: '#A0ED87'red 160 ◦ green 237 ◦ blue 135
Shades of Granny Smith Apple #A0ED87
Tints of Granny Smith Apple #A0ED87
RGB
CMYK
RGB Variations
Color information
#A0ED87 (or 0xA0ED87) is known color: Granny Smith Apple. HEX triplet: A0, ED and 87. RGB value is (160,237,135). Sum of RGB (Red+Green+Blue) = 160+237+135=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ED87 is #5F1278. Grayscale: #CACACA. Windows color (decimal): -6230649 or 8908192. OLE color: 8908192.
HSL color Cylindrical-coordinate representation of color #A0ED87: hue angle of 105.29º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0ED87 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 237 | 135 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.07 |
| HSL | 105.29º | 0.74% | 0.73% | - |
| HSV(B) | 105.29º | 0.43% | 0.93% | - |
| XYZ | 49.15 | 69.79 | 33.8 | - |
| YUV | 202.35 | 89.99 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 135 | 0.32 | 0 | 0.43 | 0.07 | 105.29 | 0.74 | 0.73 |
| Hex | A0 | ED | 87 | 20 | 0 | 2B | 7 | 69 | 4A | 49 |
| Octal | 240 | 355 | 207 | 40 | 0 | 53 | 7 | 151 | 112 | 111 |
| Binary | 10100000 | 11101101 | 10000111 | 100000 | 0 | 101011 | 111 | 1101001 | 1001010 | 1001001 |
Color Harmonies of #A0ED87
Complementary color
Monochromatic Colors of #A0ED87
Black with #A0ED87
Text Example
Text Example
White with #A0ED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ED87; }
p { color: rgb(160,237,135); }
H1.HeaderClassName
{
color: #A0ED87;
}
.AnyTagClassName
{
color: #A0ED87;
}
</style>
background-color css
<style>
a { background-color: #A0ED87; }
a { background-color: rgb(160,237,135); }
div.DivClassName
{
background-color: #A0ED87;
}
.BgClassName
{
background-color: #A0ED87;
}
</style>
border-color css
<style>
span { border-color: #A0ED87; }
span { border-color: rgb(160,237,135); }
td.TdClassName
{
border-color: #A0ED87;
}
.TagClassName
{
border-color: #A0ED87;
}
</style>