Html Css Color HEX #A2D697 Granny Smith Apple
📋 copy color: '#A2D697'red 162 ◦ green 214 ◦ blue 151
Shades of Granny Smith Apple #A2D697
Tints of Granny Smith Apple #A2D697
RGB
CMYK
RGB Variations
Color information
#A2D697 (or 0xA2D697) is known color: Granny Smith Apple. HEX triplet: A2, D6 and 97. RGB value is (162,214,151). Sum of RGB (Red+Green+Blue) = 162+214+151=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D697 is #5D2968. Grayscale: #BFBFBF. Windows color (decimal): -6105449 or 9950882. OLE color: 9950882.
HSL color Cylindrical-coordinate representation of color #A2D697: hue angle of 109.52º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2D697 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 151 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.16 |
| HSL | 109.52º | 0.43% | 0.72% | - |
| HSV(B) | 109.52º | 0.29% | 0.84% | - |
| XYZ | 44.53 | 58.01 | 38.13 | - |
| YUV | 191.27 | 105.27 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 151 | 0.24 | 0 | 0.29 | 0.16 | 109.52 | 0.43 | 0.72 |
| Hex | A2 | D6 | 97 | 18 | 0 | 1D | 10 | 6E | 2B | 48 |
| Octal | 242 | 326 | 227 | 30 | 0 | 35 | 20 | 156 | 53 | 110 |
| Binary | 10100010 | 11010110 | 10010111 | 11000 | 0 | 11101 | 10000 | 1101110 | 101011 | 1001000 |
Color Harmonies of #A2D697
Complementary color
Monochromatic Colors of #A2D697
Black with #A2D697
Text Example
Text Example
White with #A2D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D697; }
p { color: rgb(162,214,151); }
H1.HeaderClassName
{
color: #A2D697;
}
.AnyTagClassName
{
color: #A2D697;
}
</style>
background-color css
<style>
a { background-color: #A2D697; }
a { background-color: rgb(162,214,151); }
div.DivClassName
{
background-color: #A2D697;
}
.BgClassName
{
background-color: #A2D697;
}
</style>
border-color css
<style>
span { border-color: #A2D697; }
span { border-color: rgb(162,214,151); }
td.TdClassName
{
border-color: #A2D697;
}
.TagClassName
{
border-color: #A2D697;
}
</style>