Html Css Color HEX #A0DB97 Granny Smith Apple
📋 copy color: '#A0DB97'red 160 ◦ green 219 ◦ blue 151
Shades of Granny Smith Apple #A0DB97
Tints of Granny Smith Apple #A0DB97
RGB
CMYK
RGB Variations
Color information
#A0DB97 (or 0xA0DB97) is known color: Granny Smith Apple. HEX triplet: A0, DB and 97. RGB value is (160,219,151). Sum of RGB (Red+Green+Blue) = 160+219+151=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB97 is #5F2468. Grayscale: #C1C1C1. Windows color (decimal): -6235241 or 9952160. OLE color: 9952160.
HSL color Cylindrical-coordinate representation of color #A0DB97: hue angle of 112.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0DB97 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 151 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.14 |
| HSL | 112.06º | 0.49% | 0.73% | - |
| HSV(B) | 112.06º | 0.31% | 0.86% | - |
| XYZ | 45.41 | 60.37 | 38.54 | - |
| YUV | 193.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 151 | 0.27 | 0 | 0.31 | 0.14 | 112.06 | 0.49 | 0.73 |
| Hex | A0 | DB | 97 | 1B | 0 | 1F | E | 70 | 31 | 49 |
| Octal | 240 | 333 | 227 | 33 | 0 | 37 | 16 | 160 | 61 | 111 |
| Binary | 10100000 | 11011011 | 10010111 | 11011 | 0 | 11111 | 1110 | 1110000 | 110001 | 1001001 |
Color Harmonies of #A0DB97
Complementary color
Monochromatic Colors of #A0DB97
Black with #A0DB97
Text Example
Text Example
White with #A0DB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB97; }
p { color: rgb(160,219,151); }
H1.HeaderClassName
{
color: #A0DB97;
}
.AnyTagClassName
{
color: #A0DB97;
}
</style>
background-color css
<style>
a { background-color: #A0DB97; }
a { background-color: rgb(160,219,151); }
div.DivClassName
{
background-color: #A0DB97;
}
.BgClassName
{
background-color: #A0DB97;
}
</style>
border-color css
<style>
span { border-color: #A0DB97; }
span { border-color: rgb(160,219,151); }
td.TdClassName
{
border-color: #A0DB97;
}
.TagClassName
{
border-color: #A0DB97;
}
</style>