Shades of Yellow Green #A0CA29
Tints of Yellow Green #A0CA29
RGB
CMYK
RGB Variations
Color information
#A0CA29 (or 0xA0CA29) is known color: Yellow Green. HEX triplet: A0, CA and 29. RGB value is (160,202,41). Sum of RGB (Red+Green+Blue) = 160+202+41=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA29 is #5F35D6. Grayscale: #ABABAB. Windows color (decimal): -6239703 or 2738848. OLE color: 2738848.
HSL color Cylindrical-coordinate representation of color #A0CA29: hue angle of 75.65º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0CA29 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 41 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.21 |
| HSL | 75.65º | 0.66% | 0.48% | - |
| HSV(B) | 75.65º | 0.8% | 0.79% | - |
| XYZ | 36.02 | 49.87 | 9.83 | - |
| YUV | 171.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 41 | 0.21 | 0 | 0.80 | 0.21 | 75.65 | 0.66 | 0.48 |
| Hex | A0 | CA | 29 | 15 | 0 | 50 | 15 | 4C | 42 | 30 |
| Octal | 240 | 312 | 51 | 25 | 0 | 120 | 25 | 114 | 102 | 60 |
| Binary | 10100000 | 11001010 | 101001 | 10101 | 0 | 1010000 | 10101 | 1001100 | 1000010 | 110000 |
Color Harmonies of #A0CA29
Complementary color
Monochromatic Colors of #A0CA29
Black with #A0CA29
Text Example
Text Example
White with #A0CA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA29; }
p { color: rgb(160,202,41); }
H1.HeaderClassName
{
color: #A0CA29;
}
.AnyTagClassName
{
color: #A0CA29;
}
</style>
background-color css
<style>
a { background-color: #A0CA29; }
a { background-color: rgb(160,202,41); }
div.DivClassName
{
background-color: #A0CA29;
}
.BgClassName
{
background-color: #A0CA29;
}
</style>
border-color css
<style>
span { border-color: #A0CA29; }
span { border-color: rgb(160,202,41); }
td.TdClassName
{
border-color: #A0CA29;
}
.TagClassName
{
border-color: #A0CA29;
}
</style>