Shades of Yellow Green #A1CA29
Tints of Yellow Green #A1CA29
RGB
CMYK
RGB Variations
Color information
#A1CA29 (or 0xA1CA29) is known color: Yellow Green. HEX triplet: A1, CA and 29. RGB value is (161,202,41). Sum of RGB (Red+Green+Blue) = 161+202+41=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CA29 is #5E35D6. Grayscale: #ABABAB. Windows color (decimal): -6174167 or 2738849. OLE color: 2738849.
HSL color Cylindrical-coordinate representation of color #A1CA29: hue angle of 75.28º 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 #A1CA29 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 41 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.21 |
| HSL | 75.28º | 0.66% | 0.48% | - |
| HSV(B) | 75.28º | 0.8% | 0.79% | - |
| XYZ | 36.22 | 49.98 | 9.84 | - |
| YUV | 171.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 41 | 0.20 | 0 | 0.80 | 0.21 | 75.28 | 0.66 | 0.48 |
| Hex | A1 | CA | 29 | 14 | 0 | 50 | 15 | 4B | 42 | 30 |
| Octal | 241 | 312 | 51 | 24 | 0 | 120 | 25 | 113 | 102 | 60 |
| Binary | 10100001 | 11001010 | 101001 | 10100 | 0 | 1010000 | 10101 | 1001011 | 1000010 | 110000 |
Color Harmonies of #A1CA29
Complementary color
Monochromatic Colors of #A1CA29
Black with #A1CA29
Text Example
Text Example
White with #A1CA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA29; }
p { color: rgb(161,202,41); }
H1.HeaderClassName
{
color: #A1CA29;
}
.AnyTagClassName
{
color: #A1CA29;
}
</style>
background-color css
<style>
a { background-color: #A1CA29; }
a { background-color: rgb(161,202,41); }
div.DivClassName
{
background-color: #A1CA29;
}
.BgClassName
{
background-color: #A1CA29;
}
</style>
border-color css
<style>
span { border-color: #A1CA29; }
span { border-color: rgb(161,202,41); }
td.TdClassName
{
border-color: #A1CA29;
}
.TagClassName
{
border-color: #A1CA29;
}
</style>