Html Css Color HEX #A2D895 Granny Smith Apple
📋 copy color: '#A2D895'red 162 ◦ green 216 ◦ blue 149
Shades of Granny Smith Apple #A2D895
Tints of Granny Smith Apple #A2D895
RGB
CMYK
RGB Variations
Color information
#A2D895 (or 0xA2D895) is known color: Granny Smith Apple. HEX triplet: A2, D8 and 95. RGB value is (162,216,149). Sum of RGB (Red+Green+Blue) = 162+216+149=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D895 is #5D276A. Grayscale: #C0C0C0. Windows color (decimal): -6104939 or 9820322. OLE color: 9820322.
HSL color Cylindrical-coordinate representation of color #A2D895: hue angle of 108.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D895 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 149 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.15 |
| HSL | 108.36º | 0.46% | 0.72% | - |
| HSV(B) | 108.36º | 0.31% | 0.85% | - |
| XYZ | 44.88 | 58.96 | 37.45 | - |
| YUV | 192.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 149 | 0.25 | 0 | 0.31 | 0.15 | 108.36 | 0.46 | 0.72 |
| Hex | A2 | D8 | 95 | 19 | 0 | 1F | F | 6C | 2E | 48 |
| Octal | 242 | 330 | 225 | 31 | 0 | 37 | 17 | 154 | 56 | 110 |
| Binary | 10100010 | 11011000 | 10010101 | 11001 | 0 | 11111 | 1111 | 1101100 | 101110 | 1001000 |
Color Harmonies of #A2D895
Complementary color
Monochromatic Colors of #A2D895
Black with #A2D895
Text Example
Text Example
White with #A2D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D895; }
p { color: rgb(162,216,149); }
H1.HeaderClassName
{
color: #A2D895;
}
.AnyTagClassName
{
color: #A2D895;
}
</style>
background-color css
<style>
a { background-color: #A2D895; }
a { background-color: rgb(162,216,149); }
div.DivClassName
{
background-color: #A2D895;
}
.BgClassName
{
background-color: #A2D895;
}
</style>
border-color css
<style>
span { border-color: #A2D895; }
span { border-color: rgb(162,216,149); }
td.TdClassName
{
border-color: #A2D895;
}
.TagClassName
{
border-color: #A2D895;
}
</style>