Html Css Color HEX #A0DC8D Granny Smith Apple
📋 copy color: '#A0DC8D'red 160 ◦ green 220 ◦ blue 141
Shades of Granny Smith Apple #A0DC8D
Tints of Granny Smith Apple #A0DC8D
RGB
CMYK
RGB Variations
Color information
#A0DC8D (or 0xA0DC8D) is known color: Granny Smith Apple. HEX triplet: A0, DC and 8D. RGB value is (160,220,141). Sum of RGB (Red+Green+Blue) = 160+220+141=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC8D is #5F2372. Grayscale: #C1C1C1. Windows color (decimal): -6234995 or 9297056. OLE color: 9297056.
HSL color Cylindrical-coordinate representation of color #A0DC8D: hue angle of 105.57º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0DC8D is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 141 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.14 |
| HSL | 105.57º | 0.53% | 0.71% | - |
| HSV(B) | 105.57º | 0.36% | 0.86% | - |
| XYZ | 44.9 | 60.58 | 34.53 | - |
| YUV | 193.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 141 | 0.27 | 0 | 0.36 | 0.14 | 105.57 | 0.53 | 0.71 |
| Hex | A0 | DC | 8D | 1B | 0 | 24 | E | 6A | 35 | 47 |
| Octal | 240 | 334 | 215 | 33 | 0 | 44 | 16 | 152 | 65 | 107 |
| Binary | 10100000 | 11011100 | 10001101 | 11011 | 0 | 100100 | 1110 | 1101010 | 110101 | 1000111 |
Color Harmonies of #A0DC8D
Complementary color
Monochromatic Colors of #A0DC8D
Black with #A0DC8D
Text Example
Text Example
White with #A0DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC8D; }
p { color: rgb(160,220,141); }
H1.HeaderClassName
{
color: #A0DC8D;
}
.AnyTagClassName
{
color: #A0DC8D;
}
</style>
background-color css
<style>
a { background-color: #A0DC8D; }
a { background-color: rgb(160,220,141); }
div.DivClassName
{
background-color: #A0DC8D;
}
.BgClassName
{
background-color: #A0DC8D;
}
</style>
border-color css
<style>
span { border-color: #A0DC8D; }
span { border-color: rgb(160,220,141); }
td.TdClassName
{
border-color: #A0DC8D;
}
.TagClassName
{
border-color: #A0DC8D;
}
</style>