Shades of Yellow Green #A1CA34
Tints of Yellow Green #A1CA34
RGB
CMYK
RGB Variations
Color information
#A1CA34 (or 0xA1CA34) is known color: Yellow Green. HEX triplet: A1, CA and 34. RGB value is (161,202,52). Sum of RGB (Red+Green+Blue) = 161+202+52=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CA34 is #5E35CB. Grayscale: #ADADAD. Windows color (decimal): -6174156 or 3459745. OLE color: 3459745.
HSL color Cylindrical-coordinate representation of color #A1CA34: hue angle of 76.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1CA34 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 52 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.21 |
| HSL | 76.4º | 0.59% | 0.5% | - |
| HSV(B) | 76.4º | 0.74% | 0.79% | - |
| XYZ | 36.44 | 50.07 | 10.99 | - |
| YUV | 172.64 | 59.92 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 52 | 0.20 | 0 | 0.74 | 0.21 | 76.4 | 0.59 | 0.5 |
| Hex | A1 | CA | 34 | 14 | 0 | 4A | 15 | 4C | 3B | 32 |
| Octal | 241 | 312 | 64 | 24 | 0 | 112 | 25 | 114 | 73 | 62 |
| Binary | 10100001 | 11001010 | 110100 | 10100 | 0 | 1001010 | 10101 | 1001100 | 111011 | 110010 |
Color Harmonies of #A1CA34
Complementary color
Monochromatic Colors of #A1CA34
Black with #A1CA34
Text Example
Text Example
White with #A1CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA34; }
p { color: rgb(161,202,52); }
H1.HeaderClassName
{
color: #A1CA34;
}
.AnyTagClassName
{
color: #A1CA34;
}
</style>
background-color css
<style>
a { background-color: #A1CA34; }
a { background-color: rgb(161,202,52); }
div.DivClassName
{
background-color: #A1CA34;
}
.BgClassName
{
background-color: #A1CA34;
}
</style>
border-color css
<style>
span { border-color: #A1CA34; }
span { border-color: rgb(161,202,52); }
td.TdClassName
{
border-color: #A1CA34;
}
.TagClassName
{
border-color: #A1CA34;
}
</style>