Shades of Yellow Green #A0CA2C
Tints of Yellow Green #A0CA2C
RGB
CMYK
RGB Variations
Color information
#A0CA2C (or 0xA0CA2C) is known color: Yellow Green. HEX triplet: A0, CA and 2C. RGB value is (160,202,44). Sum of RGB (Red+Green+Blue) = 160+202+44=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA2C is #5F35D3. Grayscale: #ACACAC. Windows color (decimal): -6239700 or 2935456. OLE color: 2935456.
HSL color Cylindrical-coordinate representation of color #A0CA2C: hue angle of 75.95º 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 #A0CA2C is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 44 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.21 |
| HSL | 75.95º | 0.64% | 0.48% | - |
| HSV(B) | 75.95º | 0.78% | 0.79% | - |
| XYZ | 36.07 | 49.9 | 10.11 | - |
| YUV | 171.43 | 56.09 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 44 | 0.21 | 0 | 0.78 | 0.21 | 75.95 | 0.64 | 0.48 |
| Hex | A0 | CA | 2C | 15 | 0 | 4E | 15 | 4C | 40 | 30 |
| Octal | 240 | 312 | 54 | 25 | 0 | 116 | 25 | 114 | 100 | 60 |
| Binary | 10100000 | 11001010 | 101100 | 10101 | 0 | 1001110 | 10101 | 1001100 | 1000000 | 110000 |
Color Harmonies of #A0CA2C
Complementary color
Monochromatic Colors of #A0CA2C
Black with #A0CA2C
Text Example
Text Example
White with #A0CA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA2C; }
p { color: rgb(160,202,44); }
H1.HeaderClassName
{
color: #A0CA2C;
}
.AnyTagClassName
{
color: #A0CA2C;
}
</style>
background-color css
<style>
a { background-color: #A0CA2C; }
a { background-color: rgb(160,202,44); }
div.DivClassName
{
background-color: #A0CA2C;
}
.BgClassName
{
background-color: #A0CA2C;
}
</style>
border-color css
<style>
span { border-color: #A0CA2C; }
span { border-color: rgb(160,202,44); }
td.TdClassName
{
border-color: #A0CA2C;
}
.TagClassName
{
border-color: #A0CA2C;
}
</style>