Shades of Yellow Green #A0C929
Tints of Yellow Green #A0C929
RGB
CMYK
RGB Variations
Color information
#A0C929 (or 0xA0C929) is known color: Yellow Green. HEX triplet: A0, C9 and 29. RGB value is (160,201,41). Sum of RGB (Red+Green+Blue) = 160+201+41=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C929 is #5F36D6. Grayscale: #ABABAB. Windows color (decimal): -6239959 or 2738592. OLE color: 2738592.
HSL color Cylindrical-coordinate representation of color #A0C929: hue angle of 75.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0C929 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 41 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.21 |
| HSL | 75.38º | 0.66% | 0.47% | - |
| HSV(B) | 75.38º | 0.8% | 0.79% | - |
| XYZ | 35.78 | 49.41 | 9.75 | - |
| YUV | 170.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 41 | 0.20 | 0 | 0.80 | 0.21 | 75.38 | 0.66 | 0.47 |
| Hex | A0 | C9 | 29 | 14 | 0 | 50 | 15 | 4B | 42 | 2F |
| Octal | 240 | 311 | 51 | 24 | 0 | 120 | 25 | 113 | 102 | 57 |
| Binary | 10100000 | 11001001 | 101001 | 10100 | 0 | 1010000 | 10101 | 1001011 | 1000010 | 101111 |
Color Harmonies of #A0C929
Complementary color
Monochromatic Colors of #A0C929
Black with #A0C929
Text Example
Text Example
White with #A0C929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C929; }
p { color: rgb(160,201,41); }
H1.HeaderClassName
{
color: #A0C929;
}
.AnyTagClassName
{
color: #A0C929;
}
</style>
background-color css
<style>
a { background-color: #A0C929; }
a { background-color: rgb(160,201,41); }
div.DivClassName
{
background-color: #A0C929;
}
.BgClassName
{
background-color: #A0C929;
}
</style>
border-color css
<style>
span { border-color: #A0C929; }
span { border-color: rgb(160,201,41); }
td.TdClassName
{
border-color: #A0C929;
}
.TagClassName
{
border-color: #A0C929;
}
</style>