Html Css Color HEX #A0DC9A Granny Smith Apple
📋 copy color: '#A0DC9A'red 160 ◦ green 220 ◦ blue 154
Shades of Granny Smith Apple #A0DC9A
Tints of Granny Smith Apple #A0DC9A
RGB
CMYK
RGB Variations
Color information
#A0DC9A (or 0xA0DC9A) is known color: Granny Smith Apple. HEX triplet: A0, DC and 9A. RGB value is (160,220,154). Sum of RGB (Red+Green+Blue) = 160+220+154=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC9A is #5F2365. Grayscale: #C2C2C2. Windows color (decimal): -6234982 or 10149024. OLE color: 10149024.
HSL color Cylindrical-coordinate representation of color #A0DC9A: hue angle of 114.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DC9A is Cyan = 0.27, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 154 | - |
| CMYK | 0.27 | 0 | 0.3 | 0.14 |
| HSL | 114.55º | 0.49% | 0.73% | - |
| HSV(B) | 114.55º | 0.3% | 0.86% | - |
| XYZ | 45.92 | 60.99 | 39.92 | - |
| YUV | 194.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 154 | 0.27 | 0 | 0.3 | 0.14 | 114.55 | 0.49 | 0.73 |
| Hex | A0 | DC | 9A | 1B | 0 | 1E | E | 73 | 31 | 49 |
| Octal | 240 | 334 | 232 | 33 | 0 | 36 | 16 | 163 | 61 | 111 |
| Binary | 10100000 | 11011100 | 10011010 | 11011 | 0 | 11110 | 1110 | 1110011 | 110001 | 1001001 |
Color Harmonies of #A0DC9A
Complementary color
Monochromatic Colors of #A0DC9A
Black with #A0DC9A
Text Example
Text Example
White with #A0DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC9A; }
p { color: rgb(160,220,154); }
H1.HeaderClassName
{
color: #A0DC9A;
}
.AnyTagClassName
{
color: #A0DC9A;
}
</style>
background-color css
<style>
a { background-color: #A0DC9A; }
a { background-color: rgb(160,220,154); }
div.DivClassName
{
background-color: #A0DC9A;
}
.BgClassName
{
background-color: #A0DC9A;
}
</style>
border-color css
<style>
span { border-color: #A0DC9A; }
span { border-color: rgb(160,220,154); }
td.TdClassName
{
border-color: #A0DC9A;
}
.TagClassName
{
border-color: #A0DC9A;
}
</style>