Shades of Yellow Green #A0BA37
Tints of Yellow Green #A0BA37
RGB
CMYK
RGB Variations
Color information
#A0BA37 (or 0xA0BA37) is known color: Yellow Green. HEX triplet: A0, BA and 37. RGB value is (160,186,55). Sum of RGB (Red+Green+Blue) = 160+186+55=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA37 is #5F45C8. Grayscale: #A3A3A3. Windows color (decimal): -6243785 or 3652256. OLE color: 3652256.
HSL color Cylindrical-coordinate representation of color #A0BA37: hue angle of 71.91º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0BA37 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 55 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.27 |
| HSL | 71.91º | 0.54% | 0.47% | - |
| HSV(B) | 71.91º | 0.7% | 0.73% | - |
| XYZ | 32.75 | 42.87 | 10.16 | - |
| YUV | 163.29 | 66.89 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 55 | 0.14 | 0 | 0.70 | 0.27 | 71.91 | 0.54 | 0.47 |
| Hex | A0 | BA | 37 | E | 0 | 46 | 1B | 48 | 36 | 2F |
| Octal | 240 | 272 | 67 | 16 | 0 | 106 | 33 | 110 | 66 | 57 |
| Binary | 10100000 | 10111010 | 110111 | 1110 | 0 | 1000110 | 11011 | 1001000 | 110110 | 101111 |
Color Harmonies of #A0BA37
Complementary color
Monochromatic Colors of #A0BA37
Black with #A0BA37
Text Example
Text Example
White with #A0BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA37; }
p { color: rgb(160,186,55); }
H1.HeaderClassName
{
color: #A0BA37;
}
.AnyTagClassName
{
color: #A0BA37;
}
</style>
background-color css
<style>
a { background-color: #A0BA37; }
a { background-color: rgb(160,186,55); }
div.DivClassName
{
background-color: #A0BA37;
}
.BgClassName
{
background-color: #A0BA37;
}
</style>
border-color css
<style>
span { border-color: #A0BA37; }
span { border-color: rgb(160,186,55); }
td.TdClassName
{
border-color: #A0BA37;
}
.TagClassName
{
border-color: #A0BA37;
}
</style>