Html Css Color HEX #A0DF96 Granny Smith Apple
📋 copy color: '#A0DF96'red 160 ◦ green 223 ◦ blue 150
Shades of Granny Smith Apple #A0DF96
Tints of Granny Smith Apple #A0DF96
RGB
CMYK
RGB Variations
Color information
#A0DF96 (or 0xA0DF96) is known color: Granny Smith Apple. HEX triplet: A0, DF and 96. RGB value is (160,223,150). Sum of RGB (Red+Green+Blue) = 160+223+150=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF96 is #5F2069. Grayscale: #C4C4C4. Windows color (decimal): -6234218 or 9887648. OLE color: 9887648.
HSL color Cylindrical-coordinate representation of color #A0DF96: hue angle of 111.78º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DF96 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 150 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.13 |
| HSL | 111.78º | 0.53% | 0.73% | - |
| HSV(B) | 111.78º | 0.33% | 0.87% | - |
| XYZ | 46.39 | 62.45 | 38.46 | - |
| YUV | 195.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 150 | 0.28 | 0 | 0.33 | 0.13 | 111.78 | 0.53 | 0.73 |
| Hex | A0 | DF | 96 | 1C | 0 | 21 | D | 70 | 35 | 49 |
| Octal | 240 | 337 | 226 | 34 | 0 | 41 | 15 | 160 | 65 | 111 |
| Binary | 10100000 | 11011111 | 10010110 | 11100 | 0 | 100001 | 1101 | 1110000 | 110101 | 1001001 |
Color Harmonies of #A0DF96
Complementary color
Monochromatic Colors of #A0DF96
Black with #A0DF96
Text Example
Text Example
White with #A0DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF96; }
p { color: rgb(160,223,150); }
H1.HeaderClassName
{
color: #A0DF96;
}
.AnyTagClassName
{
color: #A0DF96;
}
</style>
background-color css
<style>
a { background-color: #A0DF96; }
a { background-color: rgb(160,223,150); }
div.DivClassName
{
background-color: #A0DF96;
}
.BgClassName
{
background-color: #A0DF96;
}
</style>
border-color css
<style>
span { border-color: #A0DF96; }
span { border-color: rgb(160,223,150); }
td.TdClassName
{
border-color: #A0DF96;
}
.TagClassName
{
border-color: #A0DF96;
}
</style>