Shades of Yellow Green #A0D931
Tints of Yellow Green #A0D931
RGB
CMYK
RGB Variations
Color information
#A0D931 (or 0xA0D931) is known color: Yellow Green. HEX triplet: A0, D9 and 31. RGB value is (160,217,49). Sum of RGB (Red+Green+Blue) = 160+217+49=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D931 is #5F26CE. Grayscale: #B5B5B5. Windows color (decimal): -6235855 or 3266976. OLE color: 3266976.
HSL color Cylindrical-coordinate representation of color #A0D931: hue angle of 80.36º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0D931 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 49 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.15 |
| HSL | 80.36º | 0.69% | 0.52% | - |
| HSV(B) | 80.36º | 0.77% | 0.85% | - |
| XYZ | 39.86 | 57.32 | 11.87 | - |
| YUV | 180.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 49 | 0.26 | 0 | 0.77 | 0.15 | 80.36 | 0.69 | 0.52 |
| Hex | A0 | D9 | 31 | 1A | 0 | 4D | F | 50 | 45 | 34 |
| Octal | 240 | 331 | 61 | 32 | 0 | 115 | 17 | 120 | 105 | 64 |
| Binary | 10100000 | 11011001 | 110001 | 11010 | 0 | 1001101 | 1111 | 1010000 | 1000101 | 110100 |
Color Harmonies of #A0D931
Complementary color
Monochromatic Colors of #A0D931
Black with #A0D931
Text Example
Text Example
White with #A0D931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D931; }
p { color: rgb(160,217,49); }
H1.HeaderClassName
{
color: #A0D931;
}
.AnyTagClassName
{
color: #A0D931;
}
</style>
background-color css
<style>
a { background-color: #A0D931; }
a { background-color: rgb(160,217,49); }
div.DivClassName
{
background-color: #A0D931;
}
.BgClassName
{
background-color: #A0D931;
}
</style>
border-color css
<style>
span { border-color: #A0D931; }
span { border-color: rgb(160,217,49); }
td.TdClassName
{
border-color: #A0D931;
}
.TagClassName
{
border-color: #A0D931;
}
</style>