Shades of Yellow Green #A0C42D
Tints of Yellow Green #A0C42D
RGB
CMYK
RGB Variations
Color information
#A0C42D (or 0xA0C42D) is known color: Yellow Green. HEX triplet: A0, C4 and 2D. RGB value is (160,196,45). Sum of RGB (Red+Green+Blue) = 160+196+45=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C42D is #5F3BD2. Grayscale: #A8A8A8. Windows color (decimal): -6241235 or 2999456. OLE color: 2999456.
HSL color Cylindrical-coordinate representation of color #A0C42D: hue angle of 74.3º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0C42D is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 45 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.23 |
| HSL | 74.3º | 0.63% | 0.47% | - |
| HSV(B) | 74.3º | 0.77% | 0.77% | - |
| XYZ | 34.71 | 47.14 | 9.75 | - |
| YUV | 168.02 | 58.57 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 45 | 0.18 | 0 | 0.77 | 0.23 | 74.3 | 0.63 | 0.47 |
| Hex | A0 | C4 | 2D | 12 | 0 | 4D | 17 | 4A | 3F | 2F |
| Octal | 240 | 304 | 55 | 22 | 0 | 115 | 27 | 112 | 77 | 57 |
| Binary | 10100000 | 11000100 | 101101 | 10010 | 0 | 1001101 | 10111 | 1001010 | 111111 | 101111 |
Color Harmonies of #A0C42D
Complementary color
Monochromatic Colors of #A0C42D
Black with #A0C42D
Text Example
Text Example
White with #A0C42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C42D; }
p { color: rgb(160,196,45); }
H1.HeaderClassName
{
color: #A0C42D;
}
.AnyTagClassName
{
color: #A0C42D;
}
</style>
background-color css
<style>
a { background-color: #A0C42D; }
a { background-color: rgb(160,196,45); }
div.DivClassName
{
background-color: #A0C42D;
}
.BgClassName
{
background-color: #A0C42D;
}
</style>
border-color css
<style>
span { border-color: #A0C42D; }
span { border-color: rgb(160,196,45); }
td.TdClassName
{
border-color: #A0C42D;
}
.TagClassName
{
border-color: #A0C42D;
}
</style>