Shades of Yellow Green #A0C42A
Tints of Yellow Green #A0C42A
RGB
CMYK
RGB Variations
Color information
#A0C42A (or 0xA0C42A) is known color: Yellow Green. HEX triplet: A0, C4 and 2A. RGB value is (160,196,42). Sum of RGB (Red+Green+Blue) = 160+196+42=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C42A is #5F3BD5. Grayscale: #A8A8A8. Windows color (decimal): -6241238 or 2802848. OLE color: 2802848.
HSL color Cylindrical-coordinate representation of color #A0C42A: hue angle of 74.03º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0C42A is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 42 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.23 |
| HSL | 74.03º | 0.65% | 0.47% | - |
| HSV(B) | 74.03º | 0.79% | 0.77% | - |
| XYZ | 34.66 | 47.12 | 9.46 | - |
| YUV | 167.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 42 | 0.18 | 0 | 0.79 | 0.23 | 74.03 | 0.65 | 0.47 |
| Hex | A0 | C4 | 2A | 12 | 0 | 4F | 17 | 4A | 41 | 2F |
| Octal | 240 | 304 | 52 | 22 | 0 | 117 | 27 | 112 | 101 | 57 |
| Binary | 10100000 | 11000100 | 101010 | 10010 | 0 | 1001111 | 10111 | 1001010 | 1000001 | 101111 |
Color Harmonies of #A0C42A
Complementary color
Monochromatic Colors of #A0C42A
Black with #A0C42A
Text Example
Text Example
White with #A0C42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C42A; }
p { color: rgb(160,196,42); }
H1.HeaderClassName
{
color: #A0C42A;
}
.AnyTagClassName
{
color: #A0C42A;
}
</style>
background-color css
<style>
a { background-color: #A0C42A; }
a { background-color: rgb(160,196,42); }
div.DivClassName
{
background-color: #A0C42A;
}
.BgClassName
{
background-color: #A0C42A;
}
</style>
border-color css
<style>
span { border-color: #A0C42A; }
span { border-color: rgb(160,196,42); }
td.TdClassName
{
border-color: #A0C42A;
}
.TagClassName
{
border-color: #A0C42A;
}
</style>