Shades of Yellow Green #A0C631
Tints of Yellow Green #A0C631
RGB
CMYK
RGB Variations
Color information
#A0C631 (or 0xA0C631) is known color: Yellow Green. HEX triplet: A0, C6 and 31. RGB value is (160,198,49). Sum of RGB (Red+Green+Blue) = 160+198+49=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C631 is #5F39CE. Grayscale: #AAAAAA. Windows color (decimal): -6240719 or 3262112. OLE color: 3262112.
HSL color Cylindrical-coordinate representation of color #A0C631: hue angle of 75.3º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0C631 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 49 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.22 |
| HSL | 75.3º | 0.6% | 0.48% | - |
| HSV(B) | 75.3º | 0.75% | 0.78% | - |
| XYZ | 35.25 | 48.08 | 10.33 | - |
| YUV | 169.65 | 59.91 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 49 | 0.19 | 0 | 0.75 | 0.22 | 75.3 | 0.6 | 0.48 |
| Hex | A0 | C6 | 31 | 13 | 0 | 4B | 16 | 4B | 3C | 30 |
| Octal | 240 | 306 | 61 | 23 | 0 | 113 | 26 | 113 | 74 | 60 |
| Binary | 10100000 | 11000110 | 110001 | 10011 | 0 | 1001011 | 10110 | 1001011 | 111100 | 110000 |
Color Harmonies of #A0C631
Complementary color
Monochromatic Colors of #A0C631
Black with #A0C631
Text Example
Text Example
White with #A0C631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C631; }
p { color: rgb(160,198,49); }
H1.HeaderClassName
{
color: #A0C631;
}
.AnyTagClassName
{
color: #A0C631;
}
</style>
background-color css
<style>
a { background-color: #A0C631; }
a { background-color: rgb(160,198,49); }
div.DivClassName
{
background-color: #A0C631;
}
.BgClassName
{
background-color: #A0C631;
}
</style>
border-color css
<style>
span { border-color: #A0C631; }
span { border-color: rgb(160,198,49); }
td.TdClassName
{
border-color: #A0C631;
}
.TagClassName
{
border-color: #A0C631;
}
</style>