Shades of Yellow Green #A0BA34
Tints of Yellow Green #A0BA34
RGB
CMYK
RGB Variations
Color information
#A0BA34 (or 0xA0BA34) is known color: Yellow Green. HEX triplet: A0, BA and 34. RGB value is (160,186,52). Sum of RGB (Red+Green+Blue) = 160+186+52=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA34 is #5F45CB. Grayscale: #A3A3A3. Windows color (decimal): -6243788 or 3455648. OLE color: 3455648.
HSL color Cylindrical-coordinate representation of color #A0BA34: hue angle of 71.64º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0BA34 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 52 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.27 |
| HSL | 71.64º | 0.56% | 0.47% | - |
| HSV(B) | 71.64º | 0.72% | 0.73% | - |
| XYZ | 32.68 | 42.84 | 9.8 | - |
| YUV | 162.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 52 | 0.14 | 0 | 0.72 | 0.27 | 71.64 | 0.56 | 0.47 |
| Hex | A0 | BA | 34 | E | 0 | 48 | 1B | 48 | 38 | 2F |
| Octal | 240 | 272 | 64 | 16 | 0 | 110 | 33 | 110 | 70 | 57 |
| Binary | 10100000 | 10111010 | 110100 | 1110 | 0 | 1001000 | 11011 | 1001000 | 111000 | 101111 |
Color Harmonies of #A0BA34
Complementary color
Monochromatic Colors of #A0BA34
Black with #A0BA34
Text Example
Text Example
White with #A0BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA34; }
p { color: rgb(160,186,52); }
H1.HeaderClassName
{
color: #A0BA34;
}
.AnyTagClassName
{
color: #A0BA34;
}
</style>
background-color css
<style>
a { background-color: #A0BA34; }
a { background-color: rgb(160,186,52); }
div.DivClassName
{
background-color: #A0BA34;
}
.BgClassName
{
background-color: #A0BA34;
}
</style>
border-color css
<style>
span { border-color: #A0BA34; }
span { border-color: rgb(160,186,52); }
td.TdClassName
{
border-color: #A0BA34;
}
.TagClassName
{
border-color: #A0BA34;
}
</style>