Html Css Color HEX #A0DB95 Granny Smith Apple
📋 copy color: '#A0DB95'red 160 ◦ green 219 ◦ blue 149
Shades of Granny Smith Apple #A0DB95
Tints of Granny Smith Apple #A0DB95
RGB
CMYK
RGB Variations
Color information
#A0DB95 (or 0xA0DB95) is known color: Granny Smith Apple. HEX triplet: A0, DB and 95. RGB value is (160,219,149). Sum of RGB (Red+Green+Blue) = 160+219+149=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB95 is #5F246A. Grayscale: #C1C1C1. Windows color (decimal): -6235243 or 9821088. OLE color: 9821088.
HSL color Cylindrical-coordinate representation of color #A0DB95: hue angle of 110.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DB95 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 149 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.14 |
| HSL | 110.57º | 0.49% | 0.72% | - |
| HSV(B) | 110.57º | 0.32% | 0.86% | - |
| XYZ | 45.25 | 60.31 | 37.69 | - |
| YUV | 193.38 | 102.95 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 149 | 0.27 | 0 | 0.32 | 0.14 | 110.57 | 0.49 | 0.72 |
| Hex | A0 | DB | 95 | 1B | 0 | 20 | E | 6F | 31 | 48 |
| Octal | 240 | 333 | 225 | 33 | 0 | 40 | 16 | 157 | 61 | 110 |
| Binary | 10100000 | 11011011 | 10010101 | 11011 | 0 | 100000 | 1110 | 1101111 | 110001 | 1001000 |
Color Harmonies of #A0DB95
Complementary color
Monochromatic Colors of #A0DB95
Black with #A0DB95
Text Example
Text Example
White with #A0DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB95; }
p { color: rgb(160,219,149); }
H1.HeaderClassName
{
color: #A0DB95;
}
.AnyTagClassName
{
color: #A0DB95;
}
</style>
background-color css
<style>
a { background-color: #A0DB95; }
a { background-color: rgb(160,219,149); }
div.DivClassName
{
background-color: #A0DB95;
}
.BgClassName
{
background-color: #A0DB95;
}
</style>
border-color css
<style>
span { border-color: #A0DB95; }
span { border-color: rgb(160,219,149); }
td.TdClassName
{
border-color: #A0DB95;
}
.TagClassName
{
border-color: #A0DB95;
}
</style>