Html Css Color HEX #A0E28A Granny Smith Apple
📋 copy color: '#A0E28A'red 160 ◦ green 226 ◦ blue 138
Shades of Granny Smith Apple #A0E28A
Tints of Granny Smith Apple #A0E28A
RGB
CMYK
RGB Variations
Color information
#A0E28A (or 0xA0E28A) is known color: Granny Smith Apple. HEX triplet: A0, E2 and 8A. RGB value is (160,226,138). Sum of RGB (Red+Green+Blue) = 160+226+138=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E28A is #5F1D75. Grayscale: #C4C4C4. Windows color (decimal): -6233462 or 9101984. OLE color: 9101984.
HSL color Cylindrical-coordinate representation of color #A0E28A: hue angle of 105º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0E28A is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 138 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.11 |
| HSL | 105º | 0.6% | 0.71% | - |
| HSV(B) | 105º | 0.39% | 0.89% | - |
| XYZ | 46.28 | 63.7 | 33.9 | - |
| YUV | 196.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 138 | 0.29 | 0 | 0.39 | 0.11 | 105 | 0.6 | 0.71 |
| Hex | A0 | E2 | 8A | 1D | 0 | 27 | B | 69 | 3C | 47 |
| Octal | 240 | 342 | 212 | 35 | 0 | 47 | 13 | 151 | 74 | 107 |
| Binary | 10100000 | 11100010 | 10001010 | 11101 | 0 | 100111 | 1011 | 1101001 | 111100 | 1000111 |
Color Harmonies of #A0E28A
Complementary color
Monochromatic Colors of #A0E28A
Black with #A0E28A
Text Example
Text Example
White with #A0E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E28A; }
p { color: rgb(160,226,138); }
H1.HeaderClassName
{
color: #A0E28A;
}
.AnyTagClassName
{
color: #A0E28A;
}
</style>
background-color css
<style>
a { background-color: #A0E28A; }
a { background-color: rgb(160,226,138); }
div.DivClassName
{
background-color: #A0E28A;
}
.BgClassName
{
background-color: #A0E28A;
}
</style>
border-color css
<style>
span { border-color: #A0E28A; }
span { border-color: rgb(160,226,138); }
td.TdClassName
{
border-color: #A0E28A;
}
.TagClassName
{
border-color: #A0E28A;
}
</style>