Shades of Yellow Green #A0BA35
Tints of Yellow Green #A0BA35
RGB
CMYK
RGB Variations
Color information
#A0BA35 (or 0xA0BA35) is known color: Yellow Green. HEX triplet: A0, BA and 35. RGB value is (160,186,53). Sum of RGB (Red+Green+Blue) = 160+186+53=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA35 is #5F45CA. Grayscale: #A3A3A3. Windows color (decimal): -6243787 or 3521184. OLE color: 3521184.
HSL color Cylindrical-coordinate representation of color #A0BA35: hue angle of 71.73º 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 #A0BA35 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 53 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.27 |
| HSL | 71.73º | 0.56% | 0.47% | - |
| HSV(B) | 71.73º | 0.72% | 0.73% | - |
| XYZ | 32.7 | 42.85 | 9.92 | - |
| YUV | 163.06 | 65.89 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 53 | 0.14 | 0 | 0.72 | 0.27 | 71.73 | 0.56 | 0.47 |
| Hex | A0 | BA | 35 | E | 0 | 48 | 1B | 48 | 38 | 2F |
| Octal | 240 | 272 | 65 | 16 | 0 | 110 | 33 | 110 | 70 | 57 |
| Binary | 10100000 | 10111010 | 110101 | 1110 | 0 | 1001000 | 11011 | 1001000 | 111000 | 101111 |
Color Harmonies of #A0BA35
Complementary color
Monochromatic Colors of #A0BA35
Black with #A0BA35
Text Example
Text Example
White with #A0BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA35; }
p { color: rgb(160,186,53); }
H1.HeaderClassName
{
color: #A0BA35;
}
.AnyTagClassName
{
color: #A0BA35;
}
</style>
background-color css
<style>
a { background-color: #A0BA35; }
a { background-color: rgb(160,186,53); }
div.DivClassName
{
background-color: #A0BA35;
}
.BgClassName
{
background-color: #A0BA35;
}
</style>
border-color css
<style>
span { border-color: #A0BA35; }
span { border-color: rgb(160,186,53); }
td.TdClassName
{
border-color: #A0BA35;
}
.TagClassName
{
border-color: #A0BA35;
}
</style>