Html Css Color HEX #A0EA9E Granny Smith Apple
📋 copy color: '#A0EA9E'red 160 ◦ green 234 ◦ blue 158
Shades of Granny Smith Apple #A0EA9E
Tints of Granny Smith Apple #A0EA9E
RGB
CMYK
RGB Variations
Color information
#A0EA9E (or 0xA0EA9E) is known color: Granny Smith Apple. HEX triplet: A0, EA and 9E. RGB value is (160,234,158). Sum of RGB (Red+Green+Blue) = 160+234+158=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EA9E is #5F1561. Grayscale: #CBCBCB. Windows color (decimal): -6231394 or 10414752. OLE color: 10414752.
HSL color Cylindrical-coordinate representation of color #A0EA9E: hue angle of 118.42º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EA9E is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 158 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.08 |
| HSL | 118.42º | 0.64% | 0.77% | - |
| HSV(B) | 118.42º | 0.32% | 0.92% | - |
| XYZ | 50.09 | 68.79 | 42.99 | - |
| YUV | 203.21 | 102.48 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 158 | 0.32 | 0 | 0.32 | 0.08 | 118.42 | 0.64 | 0.77 |
| Hex | A0 | EA | 9E | 20 | 0 | 20 | 8 | 76 | 40 | 4D |
| Octal | 240 | 352 | 236 | 40 | 0 | 40 | 10 | 166 | 100 | 115 |
| Binary | 10100000 | 11101010 | 10011110 | 100000 | 0 | 100000 | 1000 | 1110110 | 1000000 | 1001101 |
Color Harmonies of #A0EA9E
Complementary color
Monochromatic Colors of #A0EA9E
Black with #A0EA9E
Text Example
Text Example
White with #A0EA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA9E; }
p { color: rgb(160,234,158); }
H1.HeaderClassName
{
color: #A0EA9E;
}
.AnyTagClassName
{
color: #A0EA9E;
}
</style>
background-color css
<style>
a { background-color: #A0EA9E; }
a { background-color: rgb(160,234,158); }
div.DivClassName
{
background-color: #A0EA9E;
}
.BgClassName
{
background-color: #A0EA9E;
}
</style>
border-color css
<style>
span { border-color: #A0EA9E; }
span { border-color: rgb(160,234,158); }
td.TdClassName
{
border-color: #A0EA9E;
}
.TagClassName
{
border-color: #A0EA9E;
}
</style>