Html Css Color HEX #A2D49B Granny Smith Apple
📋 copy color: '#A2D49B'red 162 ◦ green 212 ◦ blue 155
Shades of Granny Smith Apple #A2D49B
Tints of Granny Smith Apple #A2D49B
RGB
CMYK
RGB Variations
Color information
#A2D49B (or 0xA2D49B) is known color: Granny Smith Apple. HEX triplet: A2, D4 and 9B. RGB value is (162,212,155). Sum of RGB (Red+Green+Blue) = 162+212+155=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D49B is #5D2B64. Grayscale: #BEBEBE. Windows color (decimal): -6105957 or 10212514. OLE color: 10212514.
HSL color Cylindrical-coordinate representation of color #A2D49B: hue angle of 112.63º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2D49B is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 155 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.17 |
| HSL | 112.63º | 0.4% | 0.72% | - |
| HSV(B) | 112.63º | 0.27% | 0.83% | - |
| XYZ | 44.36 | 57.13 | 39.7 | - |
| YUV | 190.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 155 | 0.24 | 0 | 0.27 | 0.17 | 112.63 | 0.4 | 0.72 |
| Hex | A2 | D4 | 9B | 18 | 0 | 1B | 11 | 71 | 28 | 48 |
| Octal | 242 | 324 | 233 | 30 | 0 | 33 | 21 | 161 | 50 | 110 |
| Binary | 10100010 | 11010100 | 10011011 | 11000 | 0 | 11011 | 10001 | 1110001 | 101000 | 1001000 |
Color Harmonies of #A2D49B
Complementary color
Monochromatic Colors of #A2D49B
Black with #A2D49B
Text Example
Text Example
White with #A2D49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D49B; }
p { color: rgb(162,212,155); }
H1.HeaderClassName
{
color: #A2D49B;
}
.AnyTagClassName
{
color: #A2D49B;
}
</style>
background-color css
<style>
a { background-color: #A2D49B; }
a { background-color: rgb(162,212,155); }
div.DivClassName
{
background-color: #A2D49B;
}
.BgClassName
{
background-color: #A2D49B;
}
</style>
border-color css
<style>
span { border-color: #A2D49B; }
span { border-color: rgb(162,212,155); }
td.TdClassName
{
border-color: #A2D49B;
}
.TagClassName
{
border-color: #A2D49B;
}
</style>