Shades of Yellow Green #A0C02C
Tints of Yellow Green #A0C02C
RGB
CMYK
RGB Variations
Color information
#A0C02C (or 0xA0C02C) is known color: Yellow Green. HEX triplet: A0, C0 and 2C. RGB value is (160,192,44). Sum of RGB (Red+Green+Blue) = 160+192+44=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C02C is #5F3FD3. Grayscale: #A6A6A6. Windows color (decimal): -6242260 or 2932896. OLE color: 2932896.
HSL color Cylindrical-coordinate representation of color #A0C02C: hue angle of 72.97º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0C02C is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 44 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.25 |
| HSL | 72.97º | 0.63% | 0.46% | - |
| HSV(B) | 72.97º | 0.77% | 0.75% | - |
| XYZ | 33.8 | 45.35 | 9.36 | - |
| YUV | 165.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 44 | 0.17 | 0 | 0.77 | 0.25 | 72.97 | 0.63 | 0.46 |
| Hex | A0 | C0 | 2C | 11 | 0 | 4D | 19 | 49 | 3F | 2E |
| Octal | 240 | 300 | 54 | 21 | 0 | 115 | 31 | 111 | 77 | 56 |
| Binary | 10100000 | 11000000 | 101100 | 10001 | 0 | 1001101 | 11001 | 1001001 | 111111 | 101110 |
Color Harmonies of #A0C02C
Complementary color
Monochromatic Colors of #A0C02C
Black with #A0C02C
Text Example
Text Example
White with #A0C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C02C; }
p { color: rgb(160,192,44); }
H1.HeaderClassName
{
color: #A0C02C;
}
.AnyTagClassName
{
color: #A0C02C;
}
</style>
background-color css
<style>
a { background-color: #A0C02C; }
a { background-color: rgb(160,192,44); }
div.DivClassName
{
background-color: #A0C02C;
}
.BgClassName
{
background-color: #A0C02C;
}
</style>
border-color css
<style>
span { border-color: #A0C02C; }
span { border-color: rgb(160,192,44); }
td.TdClassName
{
border-color: #A0C02C;
}
.TagClassName
{
border-color: #A0C02C;
}
</style>