Shades of Yellow Green #A0CA2D
Tints of Yellow Green #A0CA2D
RGB
CMYK
RGB Variations
Color information
#A0CA2D (or 0xA0CA2D) is known color: Yellow Green. HEX triplet: A0, CA and 2D. RGB value is (160,202,45). Sum of RGB (Red+Green+Blue) = 160+202+45=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA2D is #5F35D2. Grayscale: #ACACAC. Windows color (decimal): -6239699 or 3000992. OLE color: 3000992.
HSL color Cylindrical-coordinate representation of color #A0CA2D: hue angle of 76.05º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0CA2D is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 45 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.21 |
| HSL | 76.05º | 0.64% | 0.48% | - |
| HSV(B) | 76.05º | 0.78% | 0.79% | - |
| XYZ | 36.09 | 49.9 | 10.21 | - |
| YUV | 171.54 | 56.59 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 45 | 0.21 | 0 | 0.78 | 0.21 | 76.05 | 0.64 | 0.48 |
| Hex | A0 | CA | 2D | 15 | 0 | 4E | 15 | 4C | 40 | 30 |
| Octal | 240 | 312 | 55 | 25 | 0 | 116 | 25 | 114 | 100 | 60 |
| Binary | 10100000 | 11001010 | 101101 | 10101 | 0 | 1001110 | 10101 | 1001100 | 1000000 | 110000 |
Color Harmonies of #A0CA2D
Complementary color
Monochromatic Colors of #A0CA2D
Black with #A0CA2D
Text Example
Text Example
White with #A0CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA2D; }
p { color: rgb(160,202,45); }
H1.HeaderClassName
{
color: #A0CA2D;
}
.AnyTagClassName
{
color: #A0CA2D;
}
</style>
background-color css
<style>
a { background-color: #A0CA2D; }
a { background-color: rgb(160,202,45); }
div.DivClassName
{
background-color: #A0CA2D;
}
.BgClassName
{
background-color: #A0CA2D;
}
</style>
border-color css
<style>
span { border-color: #A0CA2D; }
span { border-color: rgb(160,202,45); }
td.TdClassName
{
border-color: #A0CA2D;
}
.TagClassName
{
border-color: #A0CA2D;
}
</style>