Html Css Color HEX #A2D295 Granny Smith Apple
📋 copy color: '#A2D295'red 162 ◦ green 210 ◦ blue 149
Shades of Granny Smith Apple #A2D295
Tints of Granny Smith Apple #A2D295
RGB
CMYK
RGB Variations
Color information
#A2D295 (or 0xA2D295) is known color: Granny Smith Apple. HEX triplet: A2, D2 and 95. RGB value is (162,210,149). Sum of RGB (Red+Green+Blue) = 162+210+149=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D295 is #5D2D6A. Grayscale: #BCBCBC. Windows color (decimal): -6106475 or 9818786. OLE color: 9818786.
HSL color Cylindrical-coordinate representation of color #A2D295: hue angle of 107.21º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2D295 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 149 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.18 |
| HSL | 107.21º | 0.4% | 0.7% | - |
| HSV(B) | 107.21º | 0.29% | 0.82% | - |
| XYZ | 43.37 | 55.94 | 36.95 | - |
| YUV | 188.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 149 | 0.23 | 0 | 0.29 | 0.18 | 107.21 | 0.4 | 0.7 |
| Hex | A2 | D2 | 95 | 17 | 0 | 1D | 12 | 6B | 28 | 46 |
| Octal | 242 | 322 | 225 | 27 | 0 | 35 | 22 | 153 | 50 | 106 |
| Binary | 10100010 | 11010010 | 10010101 | 10111 | 0 | 11101 | 10010 | 1101011 | 101000 | 1000110 |
Color Harmonies of #A2D295
Complementary color
Monochromatic Colors of #A2D295
Black with #A2D295
Text Example
Text Example
White with #A2D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D295; }
p { color: rgb(162,210,149); }
H1.HeaderClassName
{
color: #A2D295;
}
.AnyTagClassName
{
color: #A2D295;
}
</style>
background-color css
<style>
a { background-color: #A2D295; }
a { background-color: rgb(162,210,149); }
div.DivClassName
{
background-color: #A2D295;
}
.BgClassName
{
background-color: #A2D295;
}
</style>
border-color css
<style>
span { border-color: #A2D295; }
span { border-color: rgb(162,210,149); }
td.TdClassName
{
border-color: #A2D295;
}
.TagClassName
{
border-color: #A2D295;
}
</style>