Html Css Color HEX #A2D496 Granny Smith Apple
📋 copy color: '#A2D496'red 162 ◦ green 212 ◦ blue 150
Shades of Granny Smith Apple #A2D496
Tints of Granny Smith Apple #A2D496
RGB
CMYK
RGB Variations
Color information
#A2D496 (or 0xA2D496) is known color: Granny Smith Apple. HEX triplet: A2, D4 and 96. RGB value is (162,212,150). Sum of RGB (Red+Green+Blue) = 162+212+150=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D496 is #5D2B69. Grayscale: #BEBEBE. Windows color (decimal): -6105962 or 9884834. OLE color: 9884834.
HSL color Cylindrical-coordinate representation of color #A2D496: hue angle of 108.39º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2D496 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 150 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.17 |
| HSL | 108.39º | 0.42% | 0.71% | - |
| HSV(B) | 108.39º | 0.29% | 0.83% | - |
| XYZ | 43.95 | 56.97 | 37.53 | - |
| YUV | 189.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 150 | 0.24 | 0 | 0.29 | 0.17 | 108.39 | 0.42 | 0.71 |
| Hex | A2 | D4 | 96 | 18 | 0 | 1D | 11 | 6C | 2A | 47 |
| Octal | 242 | 324 | 226 | 30 | 0 | 35 | 21 | 154 | 52 | 107 |
| Binary | 10100010 | 11010100 | 10010110 | 11000 | 0 | 11101 | 10001 | 1101100 | 101010 | 1000111 |
Color Harmonies of #A2D496
Complementary color
Monochromatic Colors of #A2D496
Black with #A2D496
Text Example
Text Example
White with #A2D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D496; }
p { color: rgb(162,212,150); }
H1.HeaderClassName
{
color: #A2D496;
}
.AnyTagClassName
{
color: #A2D496;
}
</style>
background-color css
<style>
a { background-color: #A2D496; }
a { background-color: rgb(162,212,150); }
div.DivClassName
{
background-color: #A2D496;
}
.BgClassName
{
background-color: #A2D496;
}
</style>
border-color css
<style>
span { border-color: #A2D496; }
span { border-color: rgb(162,212,150); }
td.TdClassName
{
border-color: #A2D496;
}
.TagClassName
{
border-color: #A2D496;
}
</style>