Html Css Color HEX #A0E29F Granny Smith Apple
📋 copy color: '#A0E29F'red 160 ◦ green 226 ◦ blue 159
Shades of Granny Smith Apple #A0E29F
Tints of Granny Smith Apple #A0E29F
RGB
CMYK
RGB Variations
Color information
#A0E29F (or 0xA0E29F) is known color: Granny Smith Apple. HEX triplet: A0, E2 and 9F. RGB value is (160,226,159). Sum of RGB (Red+Green+Blue) = 160+226+159=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E29F is #5F1D60. Grayscale: #C6C6C6. Windows color (decimal): -6233441 or 10478240. OLE color: 10478240.
HSL color Cylindrical-coordinate representation of color #A0E29F: hue angle of 119.1º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E29F is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 159 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.11 |
| HSL | 119.1º | 0.54% | 0.75% | - |
| HSV(B) | 119.1º | 0.3% | 0.89% | - |
| XYZ | 47.95 | 64.37 | 42.7 | - |
| YUV | 198.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 159 | 0.29 | 0 | 0.30 | 0.11 | 119.1 | 0.54 | 0.75 |
| Hex | A0 | E2 | 9F | 1D | 0 | 1E | B | 77 | 36 | 4B |
| Octal | 240 | 342 | 237 | 35 | 0 | 36 | 13 | 167 | 66 | 113 |
| Binary | 10100000 | 11100010 | 10011111 | 11101 | 0 | 11110 | 1011 | 1110111 | 110110 | 1001011 |
Color Harmonies of #A0E29F
Complementary color
Monochromatic Colors of #A0E29F
Black with #A0E29F
Text Example
Text Example
White with #A0E29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E29F; }
p { color: rgb(160,226,159); }
H1.HeaderClassName
{
color: #A0E29F;
}
.AnyTagClassName
{
color: #A0E29F;
}
</style>
background-color css
<style>
a { background-color: #A0E29F; }
a { background-color: rgb(160,226,159); }
div.DivClassName
{
background-color: #A0E29F;
}
.BgClassName
{
background-color: #A0E29F;
}
</style>
border-color css
<style>
span { border-color: #A0E29F; }
span { border-color: rgb(160,226,159); }
td.TdClassName
{
border-color: #A0E29F;
}
.TagClassName
{
border-color: #A0E29F;
}
</style>