Html Css Color HEX #A0DF97 Granny Smith Apple
📋 copy color: '#A0DF97'red 160 ◦ green 223 ◦ blue 151
Shades of Granny Smith Apple #A0DF97
Tints of Granny Smith Apple #A0DF97
RGB
CMYK
RGB Variations
Color information
#A0DF97 (or 0xA0DF97) is known color: Granny Smith Apple. HEX triplet: A0, DF and 97. RGB value is (160,223,151). Sum of RGB (Red+Green+Blue) = 160+223+151=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF97 is #5F2068. Grayscale: #C4C4C4. Windows color (decimal): -6234217 or 9953184. OLE color: 9953184.
HSL color Cylindrical-coordinate representation of color #A0DF97: hue angle of 112.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DF97 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 151 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.13 |
| HSL | 112.5º | 0.53% | 0.73% | - |
| HSV(B) | 112.5º | 0.32% | 0.87% | - |
| XYZ | 46.47 | 62.48 | 38.89 | - |
| YUV | 195.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 151 | 0.28 | 0 | 0.32 | 0.13 | 112.5 | 0.53 | 0.73 |
| Hex | A0 | DF | 97 | 1C | 0 | 20 | D | 70 | 35 | 49 |
| Octal | 240 | 337 | 227 | 34 | 0 | 40 | 15 | 160 | 65 | 111 |
| Binary | 10100000 | 11011111 | 10010111 | 11100 | 0 | 100000 | 1101 | 1110000 | 110101 | 1001001 |
Color Harmonies of #A0DF97
Complementary color
Monochromatic Colors of #A0DF97
Black with #A0DF97
Text Example
Text Example
White with #A0DF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF97; }
p { color: rgb(160,223,151); }
H1.HeaderClassName
{
color: #A0DF97;
}
.AnyTagClassName
{
color: #A0DF97;
}
</style>
background-color css
<style>
a { background-color: #A0DF97; }
a { background-color: rgb(160,223,151); }
div.DivClassName
{
background-color: #A0DF97;
}
.BgClassName
{
background-color: #A0DF97;
}
</style>
border-color css
<style>
span { border-color: #A0DF97; }
span { border-color: rgb(160,223,151); }
td.TdClassName
{
border-color: #A0DF97;
}
.TagClassName
{
border-color: #A0DF97;
}
</style>