Html Css Color HEX #A0DA93 Granny Smith Apple
📋 copy color: '#A0DA93'red 160 ◦ green 218 ◦ blue 147
Shades of Granny Smith Apple #A0DA93
Tints of Granny Smith Apple #A0DA93
RGB
CMYK
RGB Variations
Color information
#A0DA93 (or 0xA0DA93) is known color: Granny Smith Apple. HEX triplet: A0, DA and 93. RGB value is (160,218,147). Sum of RGB (Red+Green+Blue) = 160+218+147=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA93 is #5F256C. Grayscale: #C0C0C0. Windows color (decimal): -6235501 or 9689760. OLE color: 9689760.
HSL color Cylindrical-coordinate representation of color #A0DA93: hue angle of 109.01º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DA93 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 147 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.15 |
| HSL | 109.01º | 0.49% | 0.72% | - |
| HSV(B) | 109.01º | 0.33% | 0.85% | - |
| XYZ | 44.84 | 59.72 | 36.77 | - |
| YUV | 192.56 | 102.28 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 147 | 0.27 | 0 | 0.33 | 0.15 | 109.01 | 0.49 | 0.72 |
| Hex | A0 | DA | 93 | 1B | 0 | 21 | F | 6D | 31 | 48 |
| Octal | 240 | 332 | 223 | 33 | 0 | 41 | 17 | 155 | 61 | 110 |
| Binary | 10100000 | 11011010 | 10010011 | 11011 | 0 | 100001 | 1111 | 1101101 | 110001 | 1001000 |
Color Harmonies of #A0DA93
Complementary color
Monochromatic Colors of #A0DA93
Black with #A0DA93
Text Example
Text Example
White with #A0DA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA93; }
p { color: rgb(160,218,147); }
H1.HeaderClassName
{
color: #A0DA93;
}
.AnyTagClassName
{
color: #A0DA93;
}
</style>
background-color css
<style>
a { background-color: #A0DA93; }
a { background-color: rgb(160,218,147); }
div.DivClassName
{
background-color: #A0DA93;
}
.BgClassName
{
background-color: #A0DA93;
}
</style>
border-color css
<style>
span { border-color: #A0DA93; }
span { border-color: rgb(160,218,147); }
td.TdClassName
{
border-color: #A0DA93;
}
.TagClassName
{
border-color: #A0DA93;
}
</style>