Shades of Yellow Green #A0C62E
Tints of Yellow Green #A0C62E
RGB
CMYK
RGB Variations
Color information
#A0C62E (or 0xA0C62E) is known color: Yellow Green. HEX triplet: A0, C6 and 2E. RGB value is (160,198,46). Sum of RGB (Red+Green+Blue) = 160+198+46=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C62E is #5F39D1. Grayscale: #A9A9A9. Windows color (decimal): -6240722 or 3065504. OLE color: 3065504.
HSL color Cylindrical-coordinate representation of color #A0C62E: hue angle of 75º degrees, saturation: 0.62, 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 #A0C62E is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 46 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.22 |
| HSL | 75º | 0.62% | 0.48% | - |
| HSV(B) | 75º | 0.77% | 0.78% | - |
| XYZ | 35.18 | 48.06 | 10.01 | - |
| YUV | 169.31 | 58.41 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 46 | 0.19 | 0 | 0.77 | 0.22 | 75 | 0.62 | 0.48 |
| Hex | A0 | C6 | 2E | 13 | 0 | 4D | 16 | 4B | 3E | 30 |
| Octal | 240 | 306 | 56 | 23 | 0 | 115 | 26 | 113 | 76 | 60 |
| Binary | 10100000 | 11000110 | 101110 | 10011 | 0 | 1001101 | 10110 | 1001011 | 111110 | 110000 |
Color Harmonies of #A0C62E
Complementary color
Monochromatic Colors of #A0C62E
Black with #A0C62E
Text Example
Text Example
White with #A0C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C62E; }
p { color: rgb(160,198,46); }
H1.HeaderClassName
{
color: #A0C62E;
}
.AnyTagClassName
{
color: #A0C62E;
}
</style>
background-color css
<style>
a { background-color: #A0C62E; }
a { background-color: rgb(160,198,46); }
div.DivClassName
{
background-color: #A0C62E;
}
.BgClassName
{
background-color: #A0C62E;
}
</style>
border-color css
<style>
span { border-color: #A0C62E; }
span { border-color: rgb(160,198,46); }
td.TdClassName
{
border-color: #A0C62E;
}
.TagClassName
{
border-color: #A0C62E;
}
</style>