Html Css Color HEX #A2E1A0 Granny Smith Apple
📋 copy color: '#A2E1A0'red 162 ◦ green 225 ◦ blue 160
Shades of Granny Smith Apple #A2E1A0
Tints of Granny Smith Apple #A2E1A0
RGB
CMYK
RGB Variations
Color information
#A2E1A0 (or 0xA2E1A0) is known color: Granny Smith Apple. HEX triplet: A2, E1 and A0. RGB value is (162,225,160). Sum of RGB (Red+Green+Blue) = 162+225+160=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E1A0 is #5D1E5F. Grayscale: #C6C6C6. Windows color (decimal): -6102624 or 10543522. OLE color: 10543522.
HSL color Cylindrical-coordinate representation of color #A2E1A0: hue angle of 118.15º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E1A0 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 160 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.12 |
| HSL | 118.15º | 0.52% | 0.75% | - |
| HSV(B) | 118.15º | 0.29% | 0.88% | - |
| XYZ | 48.17 | 64.07 | 43.09 | - |
| YUV | 198.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 160 | 0.28 | 0 | 0.29 | 0.12 | 118.15 | 0.52 | 0.75 |
| Hex | A2 | E1 | A0 | 1C | 0 | 1D | C | 76 | 34 | 4B |
| Octal | 242 | 341 | 240 | 34 | 0 | 35 | 14 | 166 | 64 | 113 |
| Binary | 10100010 | 11100001 | 10100000 | 11100 | 0 | 11101 | 1100 | 1110110 | 110100 | 1001011 |
Color Harmonies of #A2E1A0
Complementary color
Monochromatic Colors of #A2E1A0
Black with #A2E1A0
Text Example
Text Example
White with #A2E1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E1A0; }
p { color: rgb(162,225,160); }
H1.HeaderClassName
{
color: #A2E1A0;
}
.AnyTagClassName
{
color: #A2E1A0;
}
</style>
background-color css
<style>
a { background-color: #A2E1A0; }
a { background-color: rgb(162,225,160); }
div.DivClassName
{
background-color: #A2E1A0;
}
.BgClassName
{
background-color: #A2E1A0;
}
</style>
border-color css
<style>
span { border-color: #A2E1A0; }
span { border-color: rgb(162,225,160); }
td.TdClassName
{
border-color: #A2E1A0;
}
.TagClassName
{
border-color: #A2E1A0;
}
</style>