Html Css Color HEX #A2D69C Granny Smith Apple
📋 copy color: '#A2D69C'red 162 ◦ green 214 ◦ blue 156
Shades of Granny Smith Apple #A2D69C
Tints of Granny Smith Apple #A2D69C
RGB
CMYK
RGB Variations
Color information
#A2D69C (or 0xA2D69C) is known color: Granny Smith Apple. HEX triplet: A2, D6 and 9C. RGB value is (162,214,156). Sum of RGB (Red+Green+Blue) = 162+214+156=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D69C is #5D2963. Grayscale: #C0C0C0. Windows color (decimal): -6105444 or 10278562. OLE color: 10278562.
HSL color Cylindrical-coordinate representation of color #A2D69C: hue angle of 113.79º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2D69C is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 156 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.16 |
| HSL | 113.79º | 0.41% | 0.73% | - |
| HSV(B) | 113.79º | 0.27% | 0.84% | - |
| XYZ | 44.95 | 58.17 | 40.31 | - |
| YUV | 191.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 156 | 0.24 | 0 | 0.27 | 0.16 | 113.79 | 0.41 | 0.73 |
| Hex | A2 | D6 | 9C | 18 | 0 | 1B | 10 | 72 | 29 | 49 |
| Octal | 242 | 326 | 234 | 30 | 0 | 33 | 20 | 162 | 51 | 111 |
| Binary | 10100010 | 11010110 | 10011100 | 11000 | 0 | 11011 | 10000 | 1110010 | 101001 | 1001001 |
Color Harmonies of #A2D69C
Complementary color
Monochromatic Colors of #A2D69C
Black with #A2D69C
Text Example
Text Example
White with #A2D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D69C; }
p { color: rgb(162,214,156); }
H1.HeaderClassName
{
color: #A2D69C;
}
.AnyTagClassName
{
color: #A2D69C;
}
</style>
background-color css
<style>
a { background-color: #A2D69C; }
a { background-color: rgb(162,214,156); }
div.DivClassName
{
background-color: #A2D69C;
}
.BgClassName
{
background-color: #A2D69C;
}
</style>
border-color css
<style>
span { border-color: #A2D69C; }
span { border-color: rgb(162,214,156); }
td.TdClassName
{
border-color: #A2D69C;
}
.TagClassName
{
border-color: #A2D69C;
}
</style>