Shades of Yellow Green #A0DF29
Tints of Yellow Green #A0DF29
RGB
CMYK
RGB Variations
Color information
#A0DF29 (or 0xA0DF29) is known color: Yellow Green. HEX triplet: A0, DF and 29. RGB value is (160,223,41). Sum of RGB (Red+Green+Blue) = 160+223+41=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF29 is #5F20D6. Grayscale: #B8B8B8. Windows color (decimal): -6234327 or 2744224. OLE color: 2744224.
HSL color Cylindrical-coordinate representation of color #A0DF29: hue angle of 80.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0DF29 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 41 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.13 |
| HSL | 80.77º | 0.74% | 0.52% | - |
| HSV(B) | 80.77º | 0.82% | 0.87% | - |
| XYZ | 41.29 | 60.41 | 11.58 | - |
| YUV | 183.42 | 47.63 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 41 | 0.28 | 0 | 0.82 | 0.13 | 80.77 | 0.74 | 0.52 |
| Hex | A0 | DF | 29 | 1C | 0 | 52 | D | 51 | 4A | 34 |
| Octal | 240 | 337 | 51 | 34 | 0 | 122 | 15 | 121 | 112 | 64 |
| Binary | 10100000 | 11011111 | 101001 | 11100 | 0 | 1010010 | 1101 | 1010001 | 1001010 | 110100 |
Color Harmonies of #A0DF29
Complementary color
Monochromatic Colors of #A0DF29
Black with #A0DF29
Text Example
Text Example
White with #A0DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF29; }
p { color: rgb(160,223,41); }
H1.HeaderClassName
{
color: #A0DF29;
}
.AnyTagClassName
{
color: #A0DF29;
}
</style>
background-color css
<style>
a { background-color: #A0DF29; }
a { background-color: rgb(160,223,41); }
div.DivClassName
{
background-color: #A0DF29;
}
.BgClassName
{
background-color: #A0DF29;
}
</style>
border-color css
<style>
span { border-color: #A0DF29; }
span { border-color: rgb(160,223,41); }
td.TdClassName
{
border-color: #A0DF29;
}
.TagClassName
{
border-color: #A0DF29;
}
</style>