Shades of Yellow Green #A0D231
Tints of Yellow Green #A0D231
RGB
CMYK
RGB Variations
Color information
#A0D231 (or 0xA0D231) is known color: Yellow Green. HEX triplet: A0, D2 and 31. RGB value is (160,210,49). Sum of RGB (Red+Green+Blue) = 160+210+49=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D231 is #5F2DCE. Grayscale: #B1B1B1. Windows color (decimal): -6237647 or 3265184. OLE color: 3265184.
HSL color Cylindrical-coordinate representation of color #A0D231: hue angle of 78.63º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0D231 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 49 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.18 |
| HSL | 78.63º | 0.64% | 0.51% | - |
| HSV(B) | 78.63º | 0.77% | 0.82% | - |
| XYZ | 38.1 | 53.79 | 11.28 | - |
| YUV | 176.7 | 55.94 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 49 | 0.24 | 0 | 0.77 | 0.18 | 78.63 | 0.64 | 0.51 |
| Hex | A0 | D2 | 31 | 18 | 0 | 4D | 12 | 4F | 40 | 33 |
| Octal | 240 | 322 | 61 | 30 | 0 | 115 | 22 | 117 | 100 | 63 |
| Binary | 10100000 | 11010010 | 110001 | 11000 | 0 | 1001101 | 10010 | 1001111 | 1000000 | 110011 |
Color Harmonies of #A0D231
Complementary color
Monochromatic Colors of #A0D231
Black with #A0D231
Text Example
Text Example
White with #A0D231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D231; }
p { color: rgb(160,210,49); }
H1.HeaderClassName
{
color: #A0D231;
}
.AnyTagClassName
{
color: #A0D231;
}
</style>
background-color css
<style>
a { background-color: #A0D231; }
a { background-color: rgb(160,210,49); }
div.DivClassName
{
background-color: #A0D231;
}
.BgClassName
{
background-color: #A0D231;
}
</style>
border-color css
<style>
span { border-color: #A0D231; }
span { border-color: rgb(160,210,49); }
td.TdClassName
{
border-color: #A0D231;
}
.TagClassName
{
border-color: #A0D231;
}
</style>