Html Css Color HEX #A2D696 Granny Smith Apple
📋 copy color: '#A2D696'red 162 ◦ green 214 ◦ blue 150
Shades of Granny Smith Apple #A2D696
Tints of Granny Smith Apple #A2D696
RGB
CMYK
RGB Variations
Color information
#A2D696 (or 0xA2D696) is known color: Granny Smith Apple. HEX triplet: A2, D6 and 96. RGB value is (162,214,150). Sum of RGB (Red+Green+Blue) = 162+214+150=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D696 is #5D2969. Grayscale: #BFBFBF. Windows color (decimal): -6105450 or 9885346. OLE color: 9885346.
HSL color Cylindrical-coordinate representation of color #A2D696: hue angle of 108.75º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2D696 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 150 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.16 |
| HSL | 108.75º | 0.44% | 0.71% | - |
| HSV(B) | 108.75º | 0.3% | 0.84% | - |
| XYZ | 44.45 | 57.98 | 37.7 | - |
| YUV | 191.16 | 104.77 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 150 | 0.24 | 0 | 0.30 | 0.16 | 108.75 | 0.44 | 0.71 |
| Hex | A2 | D6 | 96 | 18 | 0 | 1E | 10 | 6D | 2C | 47 |
| Octal | 242 | 326 | 226 | 30 | 0 | 36 | 20 | 155 | 54 | 107 |
| Binary | 10100010 | 11010110 | 10010110 | 11000 | 0 | 11110 | 10000 | 1101101 | 101100 | 1000111 |
Color Harmonies of #A2D696
Complementary color
Monochromatic Colors of #A2D696
Black with #A2D696
Text Example
Text Example
White with #A2D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D696; }
p { color: rgb(162,214,150); }
H1.HeaderClassName
{
color: #A2D696;
}
.AnyTagClassName
{
color: #A2D696;
}
</style>
background-color css
<style>
a { background-color: #A2D696; }
a { background-color: rgb(162,214,150); }
div.DivClassName
{
background-color: #A2D696;
}
.BgClassName
{
background-color: #A2D696;
}
</style>
border-color css
<style>
span { border-color: #A2D696; }
span { border-color: rgb(162,214,150); }
td.TdClassName
{
border-color: #A2D696;
}
.TagClassName
{
border-color: #A2D696;
}
</style>