Html Css Color HEX #A2E095 Granny Smith Apple
📋 copy color: '#A2E095'red 162 ◦ green 224 ◦ blue 149
Shades of Granny Smith Apple #A2E095
Tints of Granny Smith Apple #A2E095
RGB
CMYK
RGB Variations
Color information
#A2E095 (or 0xA2E095) is known color: Granny Smith Apple. HEX triplet: A2, E0 and 95. RGB value is (162,224,149). Sum of RGB (Red+Green+Blue) = 162+224+149=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E095 is #5D1F6A. Grayscale: #C5C5C5. Windows color (decimal): -6102891 or 9822370. OLE color: 9822370.
HSL color Cylindrical-coordinate representation of color #A2E095: hue angle of 109.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2E095 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 149 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.12 |
| HSL | 109.6º | 0.55% | 0.73% | - |
| HSV(B) | 109.6º | 0.33% | 0.88% | - |
| XYZ | 46.98 | 63.16 | 38.15 | - |
| YUV | 196.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 149 | 0.28 | 0 | 0.33 | 0.12 | 109.6 | 0.55 | 0.73 |
| Hex | A2 | E0 | 95 | 1C | 0 | 21 | C | 6E | 37 | 49 |
| Octal | 242 | 340 | 225 | 34 | 0 | 41 | 14 | 156 | 67 | 111 |
| Binary | 10100010 | 11100000 | 10010101 | 11100 | 0 | 100001 | 1100 | 1101110 | 110111 | 1001001 |
Color Harmonies of #A2E095
Complementary color
Monochromatic Colors of #A2E095
Black with #A2E095
Text Example
Text Example
White with #A2E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E095; }
p { color: rgb(162,224,149); }
H1.HeaderClassName
{
color: #A2E095;
}
.AnyTagClassName
{
color: #A2E095;
}
</style>
background-color css
<style>
a { background-color: #A2E095; }
a { background-color: rgb(162,224,149); }
div.DivClassName
{
background-color: #A2E095;
}
.BgClassName
{
background-color: #A2E095;
}
</style>
border-color css
<style>
span { border-color: #A2E095; }
span { border-color: rgb(162,224,149); }
td.TdClassName
{
border-color: #A2E095;
}
.TagClassName
{
border-color: #A2E095;
}
</style>