Html Css Color HEX #A2E094 Granny Smith Apple
📋 copy color: '#A2E094'red 162 ◦ green 224 ◦ blue 148
Shades of Granny Smith Apple #A2E094
Tints of Granny Smith Apple #A2E094
RGB
CMYK
RGB Variations
Color information
#A2E094 (or 0xA2E094) is known color: Granny Smith Apple. HEX triplet: A2, E0 and 94. RGB value is (162,224,148). Sum of RGB (Red+Green+Blue) = 162+224+148=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E094 is #5D1F6B. Grayscale: #C5C5C5. Windows color (decimal): -6102892 or 9756834. OLE color: 9756834.
HSL color Cylindrical-coordinate representation of color #A2E094: hue angle of 108.95º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2E094 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 148 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.12 |
| HSL | 108.95º | 0.55% | 0.73% | - |
| HSV(B) | 108.95º | 0.34% | 0.88% | - |
| XYZ | 46.9 | 63.13 | 37.73 | - |
| YUV | 196.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 148 | 0.28 | 0 | 0.34 | 0.12 | 108.95 | 0.55 | 0.73 |
| Hex | A2 | E0 | 94 | 1C | 0 | 22 | C | 6D | 37 | 49 |
| Octal | 242 | 340 | 224 | 34 | 0 | 42 | 14 | 155 | 67 | 111 |
| Binary | 10100010 | 11100000 | 10010100 | 11100 | 0 | 100010 | 1100 | 1101101 | 110111 | 1001001 |
Color Harmonies of #A2E094
Complementary color
Monochromatic Colors of #A2E094
Black with #A2E094
Text Example
Text Example
White with #A2E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E094; }
p { color: rgb(162,224,148); }
H1.HeaderClassName
{
color: #A2E094;
}
.AnyTagClassName
{
color: #A2E094;
}
</style>
background-color css
<style>
a { background-color: #A2E094; }
a { background-color: rgb(162,224,148); }
div.DivClassName
{
background-color: #A2E094;
}
.BgClassName
{
background-color: #A2E094;
}
</style>
border-color css
<style>
span { border-color: #A2E094; }
span { border-color: rgb(162,224,148); }
td.TdClassName
{
border-color: #A2E094;
}
.TagClassName
{
border-color: #A2E094;
}
</style>