Html Css Color HEX #A2E08E Granny Smith Apple
📋 copy color: '#A2E08E'red 162 ◦ green 224 ◦ blue 142
Shades of Granny Smith Apple #A2E08E
Tints of Granny Smith Apple #A2E08E
RGB
CMYK
RGB Variations
Color information
#A2E08E (or 0xA2E08E) is known color: Granny Smith Apple. HEX triplet: A2, E0 and 8E. RGB value is (162,224,142). Sum of RGB (Red+Green+Blue) = 162+224+142=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E08E is #5D1F71. Grayscale: #C4C4C4. Windows color (decimal): -6102898 or 9363618. OLE color: 9363618.
HSL color Cylindrical-coordinate representation of color #A2E08E: hue angle of 105.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2E08E is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 142 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.12 |
| HSL | 105.37º | 0.57% | 0.72% | - |
| HSV(B) | 105.37º | 0.37% | 0.88% | - |
| XYZ | 46.44 | 62.95 | 35.29 | - |
| YUV | 196.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 142 | 0.28 | 0 | 0.37 | 0.12 | 105.37 | 0.57 | 0.72 |
| Hex | A2 | E0 | 8E | 1C | 0 | 25 | C | 69 | 39 | 48 |
| Octal | 242 | 340 | 216 | 34 | 0 | 45 | 14 | 151 | 71 | 110 |
| Binary | 10100010 | 11100000 | 10001110 | 11100 | 0 | 100101 | 1100 | 1101001 | 111001 | 1001000 |
Color Harmonies of #A2E08E
Complementary color
Monochromatic Colors of #A2E08E
Black with #A2E08E
Text Example
Text Example
White with #A2E08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E08E; }
p { color: rgb(162,224,142); }
H1.HeaderClassName
{
color: #A2E08E;
}
.AnyTagClassName
{
color: #A2E08E;
}
</style>
background-color css
<style>
a { background-color: #A2E08E; }
a { background-color: rgb(162,224,142); }
div.DivClassName
{
background-color: #A2E08E;
}
.BgClassName
{
background-color: #A2E08E;
}
</style>
border-color css
<style>
span { border-color: #A2E08E; }
span { border-color: rgb(162,224,142); }
td.TdClassName
{
border-color: #A2E08E;
}
.TagClassName
{
border-color: #A2E08E;
}
</style>