Html Css Color HEX #A2E696 Granny Smith Apple
📋 copy color: '#A2E696'red 162 ◦ green 230 ◦ blue 150
Shades of Granny Smith Apple #A2E696
Tints of Granny Smith Apple #A2E696
RGB
CMYK
RGB Variations
Color information
#A2E696 (or 0xA2E696) is known color: Granny Smith Apple. HEX triplet: A2, E6 and 96. RGB value is (162,230,150). Sum of RGB (Red+Green+Blue) = 162+230+150=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E696 is #5D1969. Grayscale: #C8C8C8. Windows color (decimal): -6101354 or 9889442. OLE color: 9889442.
HSL color Cylindrical-coordinate representation of color #A2E696: hue angle of 111º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2E696 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 150 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.10 |
| HSL | 111º | 0.62% | 0.75% | - |
| HSV(B) | 111º | 0.35% | 0.9% | - |
| XYZ | 48.7 | 66.48 | 39.12 | - |
| YUV | 200.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 150 | 0.30 | 0 | 0.35 | 0.10 | 111 | 0.62 | 0.75 |
| Hex | A2 | E6 | 96 | 1E | 0 | 23 | A | 6F | 3E | 4B |
| Octal | 242 | 346 | 226 | 36 | 0 | 43 | 12 | 157 | 76 | 113 |
| Binary | 10100010 | 11100110 | 10010110 | 11110 | 0 | 100011 | 1010 | 1101111 | 111110 | 1001011 |
Color Harmonies of #A2E696
Complementary color
Monochromatic Colors of #A2E696
Black with #A2E696
Text Example
Text Example
White with #A2E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E696; }
p { color: rgb(162,230,150); }
H1.HeaderClassName
{
color: #A2E696;
}
.AnyTagClassName
{
color: #A2E696;
}
</style>
background-color css
<style>
a { background-color: #A2E696; }
a { background-color: rgb(162,230,150); }
div.DivClassName
{
background-color: #A2E696;
}
.BgClassName
{
background-color: #A2E696;
}
</style>
border-color css
<style>
span { border-color: #A2E696; }
span { border-color: rgb(162,230,150); }
td.TdClassName
{
border-color: #A2E696;
}
.TagClassName
{
border-color: #A2E696;
}
</style>