Html Css Color HEX #A2D296 Granny Smith Apple
📋 copy color: '#A2D296'red 162 ◦ green 210 ◦ blue 150
Shades of Granny Smith Apple #A2D296
Tints of Granny Smith Apple #A2D296
RGB
CMYK
RGB Variations
Color information
#A2D296 (or 0xA2D296) is known color: Granny Smith Apple. HEX triplet: A2, D2 and 96. RGB value is (162,210,150). Sum of RGB (Red+Green+Blue) = 162+210+150=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D296 is #5D2D69. Grayscale: #BDBDBD. Windows color (decimal): -6106474 or 9884322. OLE color: 9884322.
HSL color Cylindrical-coordinate representation of color #A2D296: hue angle of 108º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2D296 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 150 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.18 |
| HSL | 108º | 0.4% | 0.71% | - |
| HSV(B) | 108º | 0.29% | 0.82% | - |
| XYZ | 43.45 | 55.98 | 37.37 | - |
| YUV | 188.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 150 | 0.23 | 0 | 0.29 | 0.18 | 108 | 0.4 | 0.71 |
| Hex | A2 | D2 | 96 | 17 | 0 | 1D | 12 | 6C | 28 | 47 |
| Octal | 242 | 322 | 226 | 27 | 0 | 35 | 22 | 154 | 50 | 107 |
| Binary | 10100010 | 11010010 | 10010110 | 10111 | 0 | 11101 | 10010 | 1101100 | 101000 | 1000111 |
Color Harmonies of #A2D296
Complementary color
Monochromatic Colors of #A2D296
Black with #A2D296
Text Example
Text Example
White with #A2D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D296; }
p { color: rgb(162,210,150); }
H1.HeaderClassName
{
color: #A2D296;
}
.AnyTagClassName
{
color: #A2D296;
}
</style>
background-color css
<style>
a { background-color: #A2D296; }
a { background-color: rgb(162,210,150); }
div.DivClassName
{
background-color: #A2D296;
}
.BgClassName
{
background-color: #A2D296;
}
</style>
border-color css
<style>
span { border-color: #A2D296; }
span { border-color: rgb(162,210,150); }
td.TdClassName
{
border-color: #A2D296;
}
.TagClassName
{
border-color: #A2D296;
}
</style>