Shades of Yellow Green #A0CB29
Tints of Yellow Green #A0CB29
RGB
CMYK
RGB Variations
Color information
#A0CB29 (or 0xA0CB29) is known color: Yellow Green. HEX triplet: A0, CB and 29. RGB value is (160,203,41). Sum of RGB (Red+Green+Blue) = 160+203+41=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CB29 is #5F34D6. Grayscale: #ACACAC. Windows color (decimal): -6239447 or 2739104. OLE color: 2739104.
HSL color Cylindrical-coordinate representation of color #A0CB29: hue angle of 75.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0CB29 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 41 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.20 |
| HSL | 75.93º | 0.66% | 0.48% | - |
| HSV(B) | 75.93º | 0.8% | 0.8% | - |
| XYZ | 36.25 | 50.35 | 9.9 | - |
| YUV | 171.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 41 | 0.21 | 0 | 0.80 | 0.20 | 75.93 | 0.66 | 0.48 |
| Hex | A0 | CB | 29 | 15 | 0 | 50 | 14 | 4C | 42 | 30 |
| Octal | 240 | 313 | 51 | 25 | 0 | 120 | 24 | 114 | 102 | 60 |
| Binary | 10100000 | 11001011 | 101001 | 10101 | 0 | 1010000 | 10100 | 1001100 | 1000010 | 110000 |
Color Harmonies of #A0CB29
Complementary color
Monochromatic Colors of #A0CB29
Black with #A0CB29
Text Example
Text Example
White with #A0CB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB29; }
p { color: rgb(160,203,41); }
H1.HeaderClassName
{
color: #A0CB29;
}
.AnyTagClassName
{
color: #A0CB29;
}
</style>
background-color css
<style>
a { background-color: #A0CB29; }
a { background-color: rgb(160,203,41); }
div.DivClassName
{
background-color: #A0CB29;
}
.BgClassName
{
background-color: #A0CB29;
}
</style>
border-color css
<style>
span { border-color: #A0CB29; }
span { border-color: rgb(160,203,41); }
td.TdClassName
{
border-color: #A0CB29;
}
.TagClassName
{
border-color: #A0CB29;
}
</style>