Html Css Color HEX #A2D49D Granny Smith Apple
📋 copy color: '#A2D49D'red 162 ◦ green 212 ◦ blue 157
Shades of Granny Smith Apple #A2D49D
Tints of Granny Smith Apple #A2D49D
RGB
CMYK
RGB Variations
Color information
#A2D49D (or 0xA2D49D) is known color: Granny Smith Apple. HEX triplet: A2, D4 and 9D. RGB value is (162,212,157). Sum of RGB (Red+Green+Blue) = 162+212+157=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D49D is #5D2B62. Grayscale: #BEBEBE. Windows color (decimal): -6105955 or 10343586. OLE color: 10343586.
HSL color Cylindrical-coordinate representation of color #A2D49D: hue angle of 114.55º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2D49D is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 157 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.17 |
| HSL | 114.55º | 0.39% | 0.72% | - |
| HSV(B) | 114.55º | 0.26% | 0.83% | - |
| XYZ | 44.53 | 57.2 | 40.59 | - |
| YUV | 190.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 157 | 0.24 | 0 | 0.26 | 0.17 | 114.55 | 0.39 | 0.72 |
| Hex | A2 | D4 | 9D | 18 | 0 | 1A | 11 | 73 | 27 | 48 |
| Octal | 242 | 324 | 235 | 30 | 0 | 32 | 21 | 163 | 47 | 110 |
| Binary | 10100010 | 11010100 | 10011101 | 11000 | 0 | 11010 | 10001 | 1110011 | 100111 | 1001000 |
Color Harmonies of #A2D49D
Complementary color
Monochromatic Colors of #A2D49D
Black with #A2D49D
Text Example
Text Example
White with #A2D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D49D; }
p { color: rgb(162,212,157); }
H1.HeaderClassName
{
color: #A2D49D;
}
.AnyTagClassName
{
color: #A2D49D;
}
</style>
background-color css
<style>
a { background-color: #A2D49D; }
a { background-color: rgb(162,212,157); }
div.DivClassName
{
background-color: #A2D49D;
}
.BgClassName
{
background-color: #A2D49D;
}
</style>
border-color css
<style>
span { border-color: #A2D49D; }
span { border-color: rgb(162,212,157); }
td.TdClassName
{
border-color: #A2D49D;
}
.TagClassName
{
border-color: #A2D49D;
}
</style>