Shades of Yellow Green #A0C42B
Tints of Yellow Green #A0C42B
RGB
CMYK
RGB Variations
Color information
#A0C42B (or 0xA0C42B) is known color: Yellow Green. HEX triplet: A0, C4 and 2B. RGB value is (160,196,43). Sum of RGB (Red+Green+Blue) = 160+196+43=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C42B is #5F3BD4. Grayscale: #A8A8A8. Windows color (decimal): -6241237 or 2868384. OLE color: 2868384.
HSL color Cylindrical-coordinate representation of color #A0C42B: hue angle of 74.12º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0C42B is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 43 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.23 |
| HSL | 74.12º | 0.64% | 0.47% | - |
| HSV(B) | 74.12º | 0.78% | 0.77% | - |
| XYZ | 34.67 | 47.13 | 9.55 | - |
| YUV | 167.79 | 57.57 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 43 | 0.18 | 0 | 0.78 | 0.23 | 74.12 | 0.64 | 0.47 |
| Hex | A0 | C4 | 2B | 12 | 0 | 4E | 17 | 4A | 40 | 2F |
| Octal | 240 | 304 | 53 | 22 | 0 | 116 | 27 | 112 | 100 | 57 |
| Binary | 10100000 | 11000100 | 101011 | 10010 | 0 | 1001110 | 10111 | 1001010 | 1000000 | 101111 |
Color Harmonies of #A0C42B
Complementary color
Monochromatic Colors of #A0C42B
Black with #A0C42B
Text Example
Text Example
White with #A0C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C42B; }
p { color: rgb(160,196,43); }
H1.HeaderClassName
{
color: #A0C42B;
}
.AnyTagClassName
{
color: #A0C42B;
}
</style>
background-color css
<style>
a { background-color: #A0C42B; }
a { background-color: rgb(160,196,43); }
div.DivClassName
{
background-color: #A0C42B;
}
.BgClassName
{
background-color: #A0C42B;
}
</style>
border-color css
<style>
span { border-color: #A0C42B; }
span { border-color: rgb(160,196,43); }
td.TdClassName
{
border-color: #A0C42B;
}
.TagClassName
{
border-color: #A0C42B;
}
</style>