Html Css Color HEX #A0EA87 Granny Smith Apple
📋 copy color: '#A0EA87'red 160 ◦ green 234 ◦ blue 135
Shades of Granny Smith Apple #A0EA87
Tints of Granny Smith Apple #A0EA87
RGB
CMYK
RGB Variations
Color information
#A0EA87 (or 0xA0EA87) is known color: Granny Smith Apple. HEX triplet: A0, EA and 87. RGB value is (160,234,135). Sum of RGB (Red+Green+Blue) = 160+234+135=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EA87 is #5F1578. Grayscale: #C8C8C8. Windows color (decimal): -6231417 or 8907424. OLE color: 8907424.
HSL color Cylindrical-coordinate representation of color #A0EA87: hue angle of 104.85º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0EA87 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 135 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.08 |
| HSL | 104.85º | 0.7% | 0.72% | - |
| HSV(B) | 104.85º | 0.42% | 0.92% | - |
| XYZ | 48.29 | 68.07 | 33.51 | - |
| YUV | 200.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 135 | 0.32 | 0 | 0.42 | 0.08 | 104.85 | 0.7 | 0.72 |
| Hex | A0 | EA | 87 | 20 | 0 | 2A | 8 | 69 | 46 | 48 |
| Octal | 240 | 352 | 207 | 40 | 0 | 52 | 10 | 151 | 106 | 110 |
| Binary | 10100000 | 11101010 | 10000111 | 100000 | 0 | 101010 | 1000 | 1101001 | 1000110 | 1001000 |
Color Harmonies of #A0EA87
Complementary color
Monochromatic Colors of #A0EA87
Black with #A0EA87
Text Example
Text Example
White with #A0EA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA87; }
p { color: rgb(160,234,135); }
H1.HeaderClassName
{
color: #A0EA87;
}
.AnyTagClassName
{
color: #A0EA87;
}
</style>
background-color css
<style>
a { background-color: #A0EA87; }
a { background-color: rgb(160,234,135); }
div.DivClassName
{
background-color: #A0EA87;
}
.BgClassName
{
background-color: #A0EA87;
}
</style>
border-color css
<style>
span { border-color: #A0EA87; }
span { border-color: rgb(160,234,135); }
td.TdClassName
{
border-color: #A0EA87;
}
.TagClassName
{
border-color: #A0EA87;
}
</style>