Html Css Color HEX #A0D49A Granny Smith Apple
📋 copy color: '#A0D49A'red 160 ◦ green 212 ◦ blue 154
Shades of Granny Smith Apple #A0D49A
Tints of Granny Smith Apple #A0D49A
RGB
CMYK
RGB Variations
Color information
#A0D49A (or 0xA0D49A) is known color: Granny Smith Apple. HEX triplet: A0, D4 and 9A. RGB value is (160,212,154). Sum of RGB (Red+Green+Blue) = 160+212+154=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D49A is #5F2B65. Grayscale: #BEBEBE. Windows color (decimal): -6237030 or 10146976. OLE color: 10146976.
HSL color Cylindrical-coordinate representation of color #A0D49A: hue angle of 113.79º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0D49A is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 154 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.17 |
| HSL | 113.79º | 0.4% | 0.72% | - |
| HSV(B) | 113.79º | 0.27% | 0.83% | - |
| XYZ | 43.87 | 56.89 | 39.24 | - |
| YUV | 189.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 154 | 0.25 | 0 | 0.27 | 0.17 | 113.79 | 0.4 | 0.72 |
| Hex | A0 | D4 | 9A | 19 | 0 | 1B | 11 | 72 | 28 | 48 |
| Octal | 240 | 324 | 232 | 31 | 0 | 33 | 21 | 162 | 50 | 110 |
| Binary | 10100000 | 11010100 | 10011010 | 11001 | 0 | 11011 | 10001 | 1110010 | 101000 | 1001000 |
Color Harmonies of #A0D49A
Complementary color
Monochromatic Colors of #A0D49A
Black with #A0D49A
Text Example
Text Example
White with #A0D49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D49A; }
p { color: rgb(160,212,154); }
H1.HeaderClassName
{
color: #A0D49A;
}
.AnyTagClassName
{
color: #A0D49A;
}
</style>
background-color css
<style>
a { background-color: #A0D49A; }
a { background-color: rgb(160,212,154); }
div.DivClassName
{
background-color: #A0D49A;
}
.BgClassName
{
background-color: #A0D49A;
}
</style>
border-color css
<style>
span { border-color: #A0D49A; }
span { border-color: rgb(160,212,154); }
td.TdClassName
{
border-color: #A0D49A;
}
.TagClassName
{
border-color: #A0D49A;
}
</style>