Shades of Yellow Green #A0CA2B
Tints of Yellow Green #A0CA2B
RGB
CMYK
RGB Variations
Color information
#A0CA2B (or 0xA0CA2B) is known color: Yellow Green. HEX triplet: A0, CA and 2B. RGB value is (160,202,43). Sum of RGB (Red+Green+Blue) = 160+202+43=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA2B is #5F35D4. Grayscale: #ABABAB. Windows color (decimal): -6239701 or 2869920. OLE color: 2869920.
HSL color Cylindrical-coordinate representation of color #A0CA2B: hue angle of 75.85º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0CA2B is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 43 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.21 |
| HSL | 75.85º | 0.65% | 0.48% | - |
| HSV(B) | 75.85º | 0.79% | 0.79% | - |
| XYZ | 36.05 | 49.89 | 10.01 | - |
| YUV | 171.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 43 | 0.21 | 0 | 0.79 | 0.21 | 75.85 | 0.65 | 0.48 |
| Hex | A0 | CA | 2B | 15 | 0 | 4F | 15 | 4C | 41 | 30 |
| Octal | 240 | 312 | 53 | 25 | 0 | 117 | 25 | 114 | 101 | 60 |
| Binary | 10100000 | 11001010 | 101011 | 10101 | 0 | 1001111 | 10101 | 1001100 | 1000001 | 110000 |
Color Harmonies of #A0CA2B
Complementary color
Monochromatic Colors of #A0CA2B
Black with #A0CA2B
Text Example
Text Example
White with #A0CA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA2B; }
p { color: rgb(160,202,43); }
H1.HeaderClassName
{
color: #A0CA2B;
}
.AnyTagClassName
{
color: #A0CA2B;
}
</style>
background-color css
<style>
a { background-color: #A0CA2B; }
a { background-color: rgb(160,202,43); }
div.DivClassName
{
background-color: #A0CA2B;
}
.BgClassName
{
background-color: #A0CA2B;
}
</style>
border-color css
<style>
span { border-color: #A0CA2B; }
span { border-color: rgb(160,202,43); }
td.TdClassName
{
border-color: #A0CA2B;
}
.TagClassName
{
border-color: #A0CA2B;
}
</style>