Html Css Color HEX #A0DA99 Granny Smith Apple
📋 copy color: '#A0DA99'red 160 ◦ green 218 ◦ blue 153
Shades of Granny Smith Apple #A0DA99
Tints of Granny Smith Apple #A0DA99
RGB
CMYK
RGB Variations
Color information
#A0DA99 (or 0xA0DA99) is known color: Granny Smith Apple. HEX triplet: A0, DA and 99. RGB value is (160,218,153). Sum of RGB (Red+Green+Blue) = 160+218+153=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA99 is #5F2566. Grayscale: #C1C1C1. Windows color (decimal): -6235495 or 10082976. OLE color: 10082976.
HSL color Cylindrical-coordinate representation of color #A0DA99: hue angle of 113.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DA99 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 153 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.15 |
| HSL | 113.54º | 0.47% | 0.73% | - |
| HSV(B) | 113.54º | 0.3% | 0.85% | - |
| XYZ | 45.32 | 59.92 | 39.31 | - |
| YUV | 193.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 153 | 0.27 | 0 | 0.30 | 0.15 | 113.54 | 0.47 | 0.73 |
| Hex | A0 | DA | 99 | 1B | 0 | 1E | F | 72 | 2F | 49 |
| Octal | 240 | 332 | 231 | 33 | 0 | 36 | 17 | 162 | 57 | 111 |
| Binary | 10100000 | 11011010 | 10011001 | 11011 | 0 | 11110 | 1111 | 1110010 | 101111 | 1001001 |
Color Harmonies of #A0DA99
Complementary color
Monochromatic Colors of #A0DA99
Black with #A0DA99
Text Example
Text Example
White with #A0DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA99; }
p { color: rgb(160,218,153); }
H1.HeaderClassName
{
color: #A0DA99;
}
.AnyTagClassName
{
color: #A0DA99;
}
</style>
background-color css
<style>
a { background-color: #A0DA99; }
a { background-color: rgb(160,218,153); }
div.DivClassName
{
background-color: #A0DA99;
}
.BgClassName
{
background-color: #A0DA99;
}
</style>
border-color css
<style>
span { border-color: #A0DA99; }
span { border-color: rgb(160,218,153); }
td.TdClassName
{
border-color: #A0DA99;
}
.TagClassName
{
border-color: #A0DA99;
}
</style>