Html Css Color HEX #A0E494 Granny Smith Apple
📋 copy color: '#A0E494'red 160 ◦ green 228 ◦ blue 148
Shades of Granny Smith Apple #A0E494
Tints of Granny Smith Apple #A0E494
RGB
CMYK
RGB Variations
Color information
#A0E494 (or 0xA0E494) is known color: Granny Smith Apple. HEX triplet: A0, E4 and 94. RGB value is (160,228,148). Sum of RGB (Red+Green+Blue) = 160+228+148=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E494 is #5F1B6B. Grayscale: #C6C6C6. Windows color (decimal): -6232940 or 9757856. OLE color: 9757856.
HSL color Cylindrical-coordinate representation of color #A0E494: hue angle of 111º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0E494 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 148 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.11 |
| HSL | 111º | 0.6% | 0.74% | - |
| HSV(B) | 111º | 0.35% | 0.89% | - |
| XYZ | 47.59 | 65.1 | 38.07 | - |
| YUV | 198.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 148 | 0.30 | 0 | 0.35 | 0.11 | 111 | 0.6 | 0.74 |
| Hex | A0 | E4 | 94 | 1E | 0 | 23 | B | 6F | 3C | 4A |
| Octal | 240 | 344 | 224 | 36 | 0 | 43 | 13 | 157 | 74 | 112 |
| Binary | 10100000 | 11100100 | 10010100 | 11110 | 0 | 100011 | 1011 | 1101111 | 111100 | 1001010 |
Color Harmonies of #A0E494
Complementary color
Monochromatic Colors of #A0E494
Black with #A0E494
Text Example
Text Example
White with #A0E494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E494; }
p { color: rgb(160,228,148); }
H1.HeaderClassName
{
color: #A0E494;
}
.AnyTagClassName
{
color: #A0E494;
}
</style>
background-color css
<style>
a { background-color: #A0E494; }
a { background-color: rgb(160,228,148); }
div.DivClassName
{
background-color: #A0E494;
}
.BgClassName
{
background-color: #A0E494;
}
</style>
border-color css
<style>
span { border-color: #A0E494; }
span { border-color: rgb(160,228,148); }
td.TdClassName
{
border-color: #A0E494;
}
.TagClassName
{
border-color: #A0E494;
}
</style>