Html Css Color HEX #A0DF99 Granny Smith Apple
📋 copy color: '#A0DF99'red 160 ◦ green 223 ◦ blue 153
Shades of Granny Smith Apple #A0DF99
Tints of Granny Smith Apple #A0DF99
RGB
CMYK
RGB Variations
Color information
#A0DF99 (or 0xA0DF99) is known color: Granny Smith Apple. HEX triplet: A0, DF and 99. RGB value is (160,223,153). Sum of RGB (Red+Green+Blue) = 160+223+153=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF99 is #5F2066. Grayscale: #C4C4C4. Windows color (decimal): -6234215 or 10084256. OLE color: 10084256.
HSL color Cylindrical-coordinate representation of color #A0DF99: hue angle of 114º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0DF99 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 153 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.13 |
| HSL | 114º | 0.52% | 0.74% | - |
| HSV(B) | 114º | 0.31% | 0.87% | - |
| XYZ | 46.63 | 62.55 | 39.75 | - |
| YUV | 196.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 153 | 0.28 | 0 | 0.31 | 0.13 | 114 | 0.52 | 0.74 |
| Hex | A0 | DF | 99 | 1C | 0 | 1F | D | 72 | 34 | 4A |
| Octal | 240 | 337 | 231 | 34 | 0 | 37 | 15 | 162 | 64 | 112 |
| Binary | 10100000 | 11011111 | 10011001 | 11100 | 0 | 11111 | 1101 | 1110010 | 110100 | 1001010 |
Color Harmonies of #A0DF99
Complementary color
Monochromatic Colors of #A0DF99
Black with #A0DF99
Text Example
Text Example
White with #A0DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF99; }
p { color: rgb(160,223,153); }
H1.HeaderClassName
{
color: #A0DF99;
}
.AnyTagClassName
{
color: #A0DF99;
}
</style>
background-color css
<style>
a { background-color: #A0DF99; }
a { background-color: rgb(160,223,153); }
div.DivClassName
{
background-color: #A0DF99;
}
.BgClassName
{
background-color: #A0DF99;
}
</style>
border-color css
<style>
span { border-color: #A0DF99; }
span { border-color: rgb(160,223,153); }
td.TdClassName
{
border-color: #A0DF99;
}
.TagClassName
{
border-color: #A0DF99;
}
</style>