Shades of Yellow Green #A0C037
Tints of Yellow Green #A0C037
RGB
CMYK
RGB Variations
Color information
#A0C037 (or 0xA0C037) is known color: Yellow Green. HEX triplet: A0, C0 and 37. RGB value is (160,192,55). Sum of RGB (Red+Green+Blue) = 160+192+55=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C037 is #5F3FC8. Grayscale: #A7A7A7. Windows color (decimal): -6242249 or 3653792. OLE color: 3653792.
HSL color Cylindrical-coordinate representation of color #A0C037: hue angle of 74.01º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0C037 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 55 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.25 |
| HSL | 74.01º | 0.55% | 0.48% | - |
| HSV(B) | 74.01º | 0.71% | 0.75% | - |
| XYZ | 34.04 | 45.45 | 10.59 | - |
| YUV | 166.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 55 | 0.17 | 0 | 0.71 | 0.25 | 74.01 | 0.55 | 0.48 |
| Hex | A0 | C0 | 37 | 11 | 0 | 47 | 19 | 4A | 37 | 30 |
| Octal | 240 | 300 | 67 | 21 | 0 | 107 | 31 | 112 | 67 | 60 |
| Binary | 10100000 | 11000000 | 110111 | 10001 | 0 | 1000111 | 11001 | 1001010 | 110111 | 110000 |
Color Harmonies of #A0C037
Complementary color
Monochromatic Colors of #A0C037
Black with #A0C037
Text Example
Text Example
White with #A0C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C037; }
p { color: rgb(160,192,55); }
H1.HeaderClassName
{
color: #A0C037;
}
.AnyTagClassName
{
color: #A0C037;
}
</style>
background-color css
<style>
a { background-color: #A0C037; }
a { background-color: rgb(160,192,55); }
div.DivClassName
{
background-color: #A0C037;
}
.BgClassName
{
background-color: #A0C037;
}
</style>
border-color css
<style>
span { border-color: #A0C037; }
span { border-color: rgb(160,192,55); }
td.TdClassName
{
border-color: #A0C037;
}
.TagClassName
{
border-color: #A0C037;
}
</style>