Html Css Color HEX #A2D495 Granny Smith Apple
📋 copy color: '#A2D495'red 162 ◦ green 212 ◦ blue 149
Shades of Granny Smith Apple #A2D495
Tints of Granny Smith Apple #A2D495
RGB
CMYK
RGB Variations
Color information
#A2D495 (or 0xA2D495) is known color: Granny Smith Apple. HEX triplet: A2, D4 and 95. RGB value is (162,212,149). Sum of RGB (Red+Green+Blue) = 162+212+149=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D495 is #5D2B6A. Grayscale: #BEBEBE. Windows color (decimal): -6105963 or 9819298. OLE color: 9819298.
HSL color Cylindrical-coordinate representation of color #A2D495: hue angle of 107.62º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2D495 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 149 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.17 |
| HSL | 107.62º | 0.42% | 0.71% | - |
| HSV(B) | 107.62º | 0.3% | 0.83% | - |
| XYZ | 43.87 | 56.94 | 37.11 | - |
| YUV | 189.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 149 | 0.24 | 0 | 0.30 | 0.17 | 107.62 | 0.42 | 0.71 |
| Hex | A2 | D4 | 95 | 18 | 0 | 1E | 11 | 6C | 2A | 47 |
| Octal | 242 | 324 | 225 | 30 | 0 | 36 | 21 | 154 | 52 | 107 |
| Binary | 10100010 | 11010100 | 10010101 | 11000 | 0 | 11110 | 10001 | 1101100 | 101010 | 1000111 |
Color Harmonies of #A2D495
Complementary color
Monochromatic Colors of #A2D495
Black with #A2D495
Text Example
Text Example
White with #A2D495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D495; }
p { color: rgb(162,212,149); }
H1.HeaderClassName
{
color: #A2D495;
}
.AnyTagClassName
{
color: #A2D495;
}
</style>
background-color css
<style>
a { background-color: #A2D495; }
a { background-color: rgb(162,212,149); }
div.DivClassName
{
background-color: #A2D495;
}
.BgClassName
{
background-color: #A2D495;
}
</style>
border-color css
<style>
span { border-color: #A2D495; }
span { border-color: rgb(162,212,149); }
td.TdClassName
{
border-color: #A2D495;
}
.TagClassName
{
border-color: #A2D495;
}
</style>