Html Css Color HEX #A0D096 Granny Smith Apple
📋 copy color: '#A0D096'red 160 ◦ green 208 ◦ blue 150
Shades of Granny Smith Apple #A0D096
Tints of Granny Smith Apple #A0D096
RGB
CMYK
RGB Variations
Color information
#A0D096 (or 0xA0D096) is known color: Granny Smith Apple. HEX triplet: A0, D0 and 96. RGB value is (160,208,150). Sum of RGB (Red+Green+Blue) = 160+208+150=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D096 is #5F2F69. Grayscale: #BBBBBB. Windows color (decimal): -6238058 or 9883808. OLE color: 9883808.
HSL color Cylindrical-coordinate representation of color #A0D096: hue angle of 109.66º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0D096 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 150 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.18 |
| HSL | 109.66º | 0.38% | 0.7% | - |
| HSV(B) | 109.66º | 0.28% | 0.82% | - |
| XYZ | 42.56 | 54.79 | 37.19 | - |
| YUV | 187.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 150 | 0.23 | 0 | 0.28 | 0.18 | 109.66 | 0.38 | 0.7 |
| Hex | A0 | D0 | 96 | 17 | 0 | 1C | 12 | 6E | 26 | 46 |
| Octal | 240 | 320 | 226 | 27 | 0 | 34 | 22 | 156 | 46 | 106 |
| Binary | 10100000 | 11010000 | 10010110 | 10111 | 0 | 11100 | 10010 | 1101110 | 100110 | 1000110 |
Color Harmonies of #A0D096
Complementary color
Monochromatic Colors of #A0D096
Black with #A0D096
Text Example
Text Example
White with #A0D096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D096; }
p { color: rgb(160,208,150); }
H1.HeaderClassName
{
color: #A0D096;
}
.AnyTagClassName
{
color: #A0D096;
}
</style>
background-color css
<style>
a { background-color: #A0D096; }
a { background-color: rgb(160,208,150); }
div.DivClassName
{
background-color: #A0D096;
}
.BgClassName
{
background-color: #A0D096;
}
</style>
border-color css
<style>
span { border-color: #A0D096; }
span { border-color: rgb(160,208,150); }
td.TdClassName
{
border-color: #A0D096;
}
.TagClassName
{
border-color: #A0D096;
}
</style>