Html Css Color HEX #A0DC95 Granny Smith Apple
📋 copy color: '#A0DC95'red 160 ◦ green 220 ◦ blue 149
Shades of Granny Smith Apple #A0DC95
Tints of Granny Smith Apple #A0DC95
RGB
CMYK
RGB Variations
Color information
#A0DC95 (or 0xA0DC95) is known color: Granny Smith Apple. HEX triplet: A0, DC and 95. RGB value is (160,220,149). Sum of RGB (Red+Green+Blue) = 160+220+149=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC95 is #5F236A. Grayscale: #C2C2C2. Windows color (decimal): -6234987 or 9821344. OLE color: 9821344.
HSL color Cylindrical-coordinate representation of color #A0DC95: hue angle of 110.7º degrees, saturation: 0.5, 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 #A0DC95 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 149 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.14 |
| HSL | 110.7º | 0.5% | 0.72% | - |
| HSV(B) | 110.7º | 0.32% | 0.86% | - |
| XYZ | 45.52 | 60.83 | 37.78 | - |
| YUV | 193.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 149 | 0.27 | 0 | 0.32 | 0.14 | 110.7 | 0.5 | 0.72 |
| Hex | A0 | DC | 95 | 1B | 0 | 20 | E | 6F | 32 | 48 |
| Octal | 240 | 334 | 225 | 33 | 0 | 40 | 16 | 157 | 62 | 110 |
| Binary | 10100000 | 11011100 | 10010101 | 11011 | 0 | 100000 | 1110 | 1101111 | 110010 | 1001000 |
Color Harmonies of #A0DC95
Complementary color
Monochromatic Colors of #A0DC95
Black with #A0DC95
Text Example
Text Example
White with #A0DC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC95; }
p { color: rgb(160,220,149); }
H1.HeaderClassName
{
color: #A0DC95;
}
.AnyTagClassName
{
color: #A0DC95;
}
</style>
background-color css
<style>
a { background-color: #A0DC95; }
a { background-color: rgb(160,220,149); }
div.DivClassName
{
background-color: #A0DC95;
}
.BgClassName
{
background-color: #A0DC95;
}
</style>
border-color css
<style>
span { border-color: #A0DC95; }
span { border-color: rgb(160,220,149); }
td.TdClassName
{
border-color: #A0DC95;
}
.TagClassName
{
border-color: #A0DC95;
}
</style>