Html Css Color HEX #A2D69B Granny Smith Apple
📋 copy color: '#A2D69B'red 162 ◦ green 214 ◦ blue 155
Shades of Granny Smith Apple #A2D69B
Tints of Granny Smith Apple #A2D69B
RGB
CMYK
RGB Variations
Color information
#A2D69B (or 0xA2D69B) is known color: Granny Smith Apple. HEX triplet: A2, D6 and 9B. RGB value is (162,214,155). Sum of RGB (Red+Green+Blue) = 162+214+155=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D69B is #5D2964. Grayscale: #BFBFBF. Windows color (decimal): -6105445 or 10213026. OLE color: 10213026.
HSL color Cylindrical-coordinate representation of color #A2D69B: hue angle of 112.88º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2D69B is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 155 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.16 |
| HSL | 112.88º | 0.42% | 0.72% | - |
| HSV(B) | 112.88º | 0.28% | 0.84% | - |
| XYZ | 44.86 | 58.14 | 39.87 | - |
| YUV | 191.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 155 | 0.24 | 0 | 0.28 | 0.16 | 112.88 | 0.42 | 0.72 |
| Hex | A2 | D6 | 9B | 18 | 0 | 1C | 10 | 71 | 2A | 48 |
| Octal | 242 | 326 | 233 | 30 | 0 | 34 | 20 | 161 | 52 | 110 |
| Binary | 10100010 | 11010110 | 10011011 | 11000 | 0 | 11100 | 10000 | 1110001 | 101010 | 1001000 |
Color Harmonies of #A2D69B
Complementary color
Monochromatic Colors of #A2D69B
Black with #A2D69B
Text Example
Text Example
White with #A2D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D69B; }
p { color: rgb(162,214,155); }
H1.HeaderClassName
{
color: #A2D69B;
}
.AnyTagClassName
{
color: #A2D69B;
}
</style>
background-color css
<style>
a { background-color: #A2D69B; }
a { background-color: rgb(162,214,155); }
div.DivClassName
{
background-color: #A2D69B;
}
.BgClassName
{
background-color: #A2D69B;
}
</style>
border-color css
<style>
span { border-color: #A2D69B; }
span { border-color: rgb(162,214,155); }
td.TdClassName
{
border-color: #A2D69B;
}
.TagClassName
{
border-color: #A2D69B;
}
</style>