Shades of Yellow Green #A0C03A
Tints of Yellow Green #A0C03A
RGB
CMYK
RGB Variations
Color information
#A0C03A (or 0xA0C03A) is known color: Yellow Green. HEX triplet: A0, C0 and 3A. RGB value is (160,192,58). Sum of RGB (Red+Green+Blue) = 160+192+58=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C03A is #5F3FC5. Grayscale: #A7A7A7. Windows color (decimal): -6242246 or 3850400. OLE color: 3850400.
HSL color Cylindrical-coordinate representation of color #A0C03A: hue angle of 74.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0C03A is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 58 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.25 |
| HSL | 74.33º | 0.54% | 0.49% | - |
| HSV(B) | 74.33º | 0.7% | 0.75% | - |
| XYZ | 34.11 | 45.48 | 10.98 | - |
| YUV | 167.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 58 | 0.17 | 0 | 0.70 | 0.25 | 74.33 | 0.54 | 0.49 |
| Hex | A0 | C0 | 3A | 11 | 0 | 46 | 19 | 4A | 36 | 31 |
| Octal | 240 | 300 | 72 | 21 | 0 | 106 | 31 | 112 | 66 | 61 |
| Binary | 10100000 | 11000000 | 111010 | 10001 | 0 | 1000110 | 11001 | 1001010 | 110110 | 110001 |
Color Harmonies of #A0C03A
Complementary color
Monochromatic Colors of #A0C03A
Black with #A0C03A
Text Example
Text Example
White with #A0C03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C03A; }
p { color: rgb(160,192,58); }
H1.HeaderClassName
{
color: #A0C03A;
}
.AnyTagClassName
{
color: #A0C03A;
}
</style>
background-color css
<style>
a { background-color: #A0C03A; }
a { background-color: rgb(160,192,58); }
div.DivClassName
{
background-color: #A0C03A;
}
.BgClassName
{
background-color: #A0C03A;
}
</style>
border-color css
<style>
span { border-color: #A0C03A; }
span { border-color: rgb(160,192,58); }
td.TdClassName
{
border-color: #A0C03A;
}
.TagClassName
{
border-color: #A0C03A;
}
</style>