Html Css Color HEX #A0E49F Granny Smith Apple
📋 copy color: '#A0E49F'red 160 ◦ green 228 ◦ blue 159
Shades of Granny Smith Apple #A0E49F
Tints of Granny Smith Apple #A0E49F
RGB
CMYK
RGB Variations
Color information
#A0E49F (or 0xA0E49F) is known color: Granny Smith Apple. HEX triplet: A0, E4 and 9F. RGB value is (160,228,159). Sum of RGB (Red+Green+Blue) = 160+228+159=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E49F is #5F1B60. Grayscale: #C8C8C8. Windows color (decimal): -6232929 or 10478752. OLE color: 10478752.
HSL color Cylindrical-coordinate representation of color #A0E49F: hue angle of 119.13º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E49F is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 159 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.11 |
| HSL | 119.13º | 0.56% | 0.76% | - |
| HSV(B) | 119.13º | 0.3% | 0.89% | - |
| XYZ | 48.5 | 65.46 | 42.88 | - |
| YUV | 199.8 | 104.97 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 159 | 0.30 | 0 | 0.30 | 0.11 | 119.13 | 0.56 | 0.76 |
| Hex | A0 | E4 | 9F | 1E | 0 | 1E | B | 77 | 38 | 4C |
| Octal | 240 | 344 | 237 | 36 | 0 | 36 | 13 | 167 | 70 | 114 |
| Binary | 10100000 | 11100100 | 10011111 | 11110 | 0 | 11110 | 1011 | 1110111 | 111000 | 1001100 |
Color Harmonies of #A0E49F
Complementary color
Monochromatic Colors of #A0E49F
Black with #A0E49F
Text Example
Text Example
White with #A0E49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E49F; }
p { color: rgb(160,228,159); }
H1.HeaderClassName
{
color: #A0E49F;
}
.AnyTagClassName
{
color: #A0E49F;
}
</style>
background-color css
<style>
a { background-color: #A0E49F; }
a { background-color: rgb(160,228,159); }
div.DivClassName
{
background-color: #A0E49F;
}
.BgClassName
{
background-color: #A0E49F;
}
</style>
border-color css
<style>
span { border-color: #A0E49F; }
span { border-color: rgb(160,228,159); }
td.TdClassName
{
border-color: #A0E49F;
}
.TagClassName
{
border-color: #A0E49F;
}
</style>