Html Css Color HEX #A0D295 Granny Smith Apple
📋 copy color: '#A0D295'red 160 ◦ green 210 ◦ blue 149
Shades of Granny Smith Apple #A0D295
Tints of Granny Smith Apple #A0D295
RGB
CMYK
RGB Variations
Color information
#A0D295 (or 0xA0D295) is known color: Granny Smith Apple. HEX triplet: A0, D2 and 95. RGB value is (160,210,149). Sum of RGB (Red+Green+Blue) = 160+210+149=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D295 is #5F2D6A. Grayscale: #BCBCBC. Windows color (decimal): -6237547 or 9818784. OLE color: 9818784.
HSL color Cylindrical-coordinate representation of color #A0D295: hue angle of 109.18º 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 #A0D295 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 149 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.18 |
| HSL | 109.18º | 0.4% | 0.7% | - |
| HSV(B) | 109.18º | 0.29% | 0.82% | - |
| XYZ | 42.97 | 55.74 | 36.93 | - |
| YUV | 188.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 149 | 0.24 | 0 | 0.29 | 0.18 | 109.18 | 0.4 | 0.7 |
| Hex | A0 | D2 | 95 | 18 | 0 | 1D | 12 | 6D | 28 | 46 |
| Octal | 240 | 322 | 225 | 30 | 0 | 35 | 22 | 155 | 50 | 106 |
| Binary | 10100000 | 11010010 | 10010101 | 11000 | 0 | 11101 | 10010 | 1101101 | 101000 | 1000110 |
Color Harmonies of #A0D295
Complementary color
Monochromatic Colors of #A0D295
Black with #A0D295
Text Example
Text Example
White with #A0D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D295; }
p { color: rgb(160,210,149); }
H1.HeaderClassName
{
color: #A0D295;
}
.AnyTagClassName
{
color: #A0D295;
}
</style>
background-color css
<style>
a { background-color: #A0D295; }
a { background-color: rgb(160,210,149); }
div.DivClassName
{
background-color: #A0D295;
}
.BgClassName
{
background-color: #A0D295;
}
</style>
border-color css
<style>
span { border-color: #A0D295; }
span { border-color: rgb(160,210,149); }
td.TdClassName
{
border-color: #A0D295;
}
.TagClassName
{
border-color: #A0D295;
}
</style>