Html Css Color HEX #A2D896 Granny Smith Apple
📋 copy color: '#A2D896'red 162 ◦ green 216 ◦ blue 150
Shades of Granny Smith Apple #A2D896
Tints of Granny Smith Apple #A2D896
RGB
CMYK
RGB Variations
Color information
#A2D896 (or 0xA2D896) is known color: Granny Smith Apple. HEX triplet: A2, D8 and 96. RGB value is (162,216,150). Sum of RGB (Red+Green+Blue) = 162+216+150=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D896 is #5D2769. Grayscale: #C0C0C0. Windows color (decimal): -6104938 or 9885858. OLE color: 9885858.
HSL color Cylindrical-coordinate representation of color #A2D896: hue angle of 109.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D896 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 150 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.15 |
| HSL | 109.09º | 0.46% | 0.72% | - |
| HSV(B) | 109.09º | 0.31% | 0.85% | - |
| XYZ | 44.96 | 59 | 37.87 | - |
| YUV | 192.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 150 | 0.25 | 0 | 0.31 | 0.15 | 109.09 | 0.46 | 0.72 |
| Hex | A2 | D8 | 96 | 19 | 0 | 1F | F | 6D | 2E | 48 |
| Octal | 242 | 330 | 226 | 31 | 0 | 37 | 17 | 155 | 56 | 110 |
| Binary | 10100010 | 11011000 | 10010110 | 11001 | 0 | 11111 | 1111 | 1101101 | 101110 | 1001000 |
Color Harmonies of #A2D896
Complementary color
Monochromatic Colors of #A2D896
Black with #A2D896
Text Example
Text Example
White with #A2D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D896; }
p { color: rgb(162,216,150); }
H1.HeaderClassName
{
color: #A2D896;
}
.AnyTagClassName
{
color: #A2D896;
}
</style>
background-color css
<style>
a { background-color: #A2D896; }
a { background-color: rgb(162,216,150); }
div.DivClassName
{
background-color: #A2D896;
}
.BgClassName
{
background-color: #A2D896;
}
</style>
border-color css
<style>
span { border-color: #A2D896; }
span { border-color: rgb(162,216,150); }
td.TdClassName
{
border-color: #A2D896;
}
.TagClassName
{
border-color: #A2D896;
}
</style>