Shades of Yellow Green #A0C62D
Tints of Yellow Green #A0C62D
RGB
CMYK
RGB Variations
Color information
#A0C62D (or 0xA0C62D) is known color: Yellow Green. HEX triplet: A0, C6 and 2D. RGB value is (160,198,45). Sum of RGB (Red+Green+Blue) = 160+198+45=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C62D is #5F39D2. Grayscale: #A9A9A9. Windows color (decimal): -6240723 or 2999968. OLE color: 2999968.
HSL color Cylindrical-coordinate representation of color #A0C62D: hue angle of 74.9º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0C62D is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 45 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.22 |
| HSL | 74.9º | 0.63% | 0.48% | - |
| HSV(B) | 74.9º | 0.77% | 0.78% | - |
| XYZ | 35.16 | 48.05 | 9.9 | - |
| YUV | 169.2 | 57.91 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 45 | 0.19 | 0 | 0.77 | 0.22 | 74.9 | 0.63 | 0.48 |
| Hex | A0 | C6 | 2D | 13 | 0 | 4D | 16 | 4B | 3F | 30 |
| Octal | 240 | 306 | 55 | 23 | 0 | 115 | 26 | 113 | 77 | 60 |
| Binary | 10100000 | 11000110 | 101101 | 10011 | 0 | 1001101 | 10110 | 1001011 | 111111 | 110000 |
Color Harmonies of #A0C62D
Complementary color
Monochromatic Colors of #A0C62D
Black with #A0C62D
Text Example
Text Example
White with #A0C62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C62D; }
p { color: rgb(160,198,45); }
H1.HeaderClassName
{
color: #A0C62D;
}
.AnyTagClassName
{
color: #A0C62D;
}
</style>
background-color css
<style>
a { background-color: #A0C62D; }
a { background-color: rgb(160,198,45); }
div.DivClassName
{
background-color: #A0C62D;
}
.BgClassName
{
background-color: #A0C62D;
}
</style>
border-color css
<style>
span { border-color: #A0C62D; }
span { border-color: rgb(160,198,45); }
td.TdClassName
{
border-color: #A0C62D;
}
.TagClassName
{
border-color: #A0C62D;
}
</style>