Html Css Color HEX #A0DF98 Granny Smith Apple
📋 copy color: '#A0DF98'red 160 ◦ green 223 ◦ blue 152
Shades of Granny Smith Apple #A0DF98
Tints of Granny Smith Apple #A0DF98
RGB
CMYK
RGB Variations
Color information
#A0DF98 (or 0xA0DF98) is known color: Granny Smith Apple. HEX triplet: A0, DF and 98. RGB value is (160,223,152). Sum of RGB (Red+Green+Blue) = 160+223+152=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF98 is #5F2067. Grayscale: #C4C4C4. Windows color (decimal): -6234216 or 10018720. OLE color: 10018720.
HSL color Cylindrical-coordinate representation of color #A0DF98: hue angle of 113.24º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DF98 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 152 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.13 |
| HSL | 113.24º | 0.53% | 0.74% | - |
| HSV(B) | 113.24º | 0.32% | 0.87% | - |
| XYZ | 46.55 | 62.52 | 39.32 | - |
| YUV | 196.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 152 | 0.28 | 0 | 0.32 | 0.13 | 113.24 | 0.53 | 0.74 |
| Hex | A0 | DF | 98 | 1C | 0 | 20 | D | 71 | 35 | 4A |
| Octal | 240 | 337 | 230 | 34 | 0 | 40 | 15 | 161 | 65 | 112 |
| Binary | 10100000 | 11011111 | 10011000 | 11100 | 0 | 100000 | 1101 | 1110001 | 110101 | 1001010 |
Color Harmonies of #A0DF98
Complementary color
Monochromatic Colors of #A0DF98
Black with #A0DF98
Text Example
Text Example
White with #A0DF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF98; }
p { color: rgb(160,223,152); }
H1.HeaderClassName
{
color: #A0DF98;
}
.AnyTagClassName
{
color: #A0DF98;
}
</style>
background-color css
<style>
a { background-color: #A0DF98; }
a { background-color: rgb(160,223,152); }
div.DivClassName
{
background-color: #A0DF98;
}
.BgClassName
{
background-color: #A0DF98;
}
</style>
border-color css
<style>
span { border-color: #A0DF98; }
span { border-color: rgb(160,223,152); }
td.TdClassName
{
border-color: #A0DF98;
}
.TagClassName
{
border-color: #A0DF98;
}
</style>