Shades of Yellow Green #A0DF24
Tints of Yellow Green #A0DF24
RGB
CMYK
RGB Variations
Color information
#A0DF24 (or 0xA0DF24) is known color: Yellow Green. HEX triplet: A0, DF and 24. RGB value is (160,223,36). Sum of RGB (Red+Green+Blue) = 160+223+36=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF24 is #5F20DB. Grayscale: #B7B7B7. Windows color (decimal): -6234332 or 2416544. OLE color: 2416544.
HSL color Cylindrical-coordinate representation of color #A0DF24: hue angle of 80.21º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0DF24 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 36 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.13 |
| HSL | 80.21º | 0.75% | 0.51% | - |
| HSV(B) | 80.21º | 0.84% | 0.87% | - |
| XYZ | 41.2 | 60.38 | 11.15 | - |
| YUV | 182.85 | 45.13 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 36 | 0.28 | 0 | 0.84 | 0.13 | 80.21 | 0.75 | 0.51 |
| Hex | A0 | DF | 24 | 1C | 0 | 54 | D | 50 | 4B | 33 |
| Octal | 240 | 337 | 44 | 34 | 0 | 124 | 15 | 120 | 113 | 63 |
| Binary | 10100000 | 11011111 | 100100 | 11100 | 0 | 1010100 | 1101 | 1010000 | 1001011 | 110011 |
Color Harmonies of #A0DF24
Complementary color
Monochromatic Colors of #A0DF24
Black with #A0DF24
Text Example
Text Example
White with #A0DF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF24; }
p { color: rgb(160,223,36); }
H1.HeaderClassName
{
color: #A0DF24;
}
.AnyTagClassName
{
color: #A0DF24;
}
</style>
background-color css
<style>
a { background-color: #A0DF24; }
a { background-color: rgb(160,223,36); }
div.DivClassName
{
background-color: #A0DF24;
}
.BgClassName
{
background-color: #A0DF24;
}
</style>
border-color css
<style>
span { border-color: #A0DF24; }
span { border-color: rgb(160,223,36); }
td.TdClassName
{
border-color: #A0DF24;
}
.TagClassName
{
border-color: #A0DF24;
}
</style>