Html Css Color HEX #A0E497 Granny Smith Apple
📋 copy color: '#A0E497'red 160 ◦ green 228 ◦ blue 151
Shades of Granny Smith Apple #A0E497
Tints of Granny Smith Apple #A0E497
RGB
CMYK
RGB Variations
Color information
#A0E497 (or 0xA0E497) is known color: Granny Smith Apple. HEX triplet: A0, E4 and 97. RGB value is (160,228,151). Sum of RGB (Red+Green+Blue) = 160+228+151=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E497 is #5F1B68. Grayscale: #C7C7C7. Windows color (decimal): -6232937 or 9954464. OLE color: 9954464.
HSL color Cylindrical-coordinate representation of color #A0E497: hue angle of 112.99º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0E497 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 151 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.11 |
| HSL | 112.99º | 0.59% | 0.74% | - |
| HSV(B) | 112.99º | 0.34% | 0.89% | - |
| XYZ | 47.83 | 65.19 | 39.34 | - |
| YUV | 198.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 151 | 0.30 | 0 | 0.34 | 0.11 | 112.99 | 0.59 | 0.74 |
| Hex | A0 | E4 | 97 | 1E | 0 | 22 | B | 71 | 3B | 4A |
| Octal | 240 | 344 | 227 | 36 | 0 | 42 | 13 | 161 | 73 | 112 |
| Binary | 10100000 | 11100100 | 10010111 | 11110 | 0 | 100010 | 1011 | 1110001 | 111011 | 1001010 |
Color Harmonies of #A0E497
Complementary color
Monochromatic Colors of #A0E497
Black with #A0E497
Text Example
Text Example
White with #A0E497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E497; }
p { color: rgb(160,228,151); }
H1.HeaderClassName
{
color: #A0E497;
}
.AnyTagClassName
{
color: #A0E497;
}
</style>
background-color css
<style>
a { background-color: #A0E497; }
a { background-color: rgb(160,228,151); }
div.DivClassName
{
background-color: #A0E497;
}
.BgClassName
{
background-color: #A0E497;
}
</style>
border-color css
<style>
span { border-color: #A0E497; }
span { border-color: rgb(160,228,151); }
td.TdClassName
{
border-color: #A0E497;
}
.TagClassName
{
border-color: #A0E497;
}
</style>