Shades of Yellow Green #A0BA3C
Tints of Yellow Green #A0BA3C
RGB
CMYK
RGB Variations
Color information
#A0BA3C (or 0xA0BA3C) is known color: Yellow Green. HEX triplet: A0, BA and 3C. RGB value is (160,186,60). Sum of RGB (Red+Green+Blue) = 160+186+60=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA3C is #5F45C3. Grayscale: #A4A4A4. Windows color (decimal): -6243780 or 3979936. OLE color: 3979936.
HSL color Cylindrical-coordinate representation of color #A0BA3C: hue angle of 72.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0BA3C is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
RGB | 160 | 186 | 60 | - |
CMYK | 0.14 | 0 | 0.68 | 0.27 |
HSL | 72.38º | 0.51% | 0.48% | - |
HSV(B) | 72.38º | 0.68% | 0.73% | - |
XYZ | 32.87 | 42.92 | 10.83 | - |
YUV | 163.86 | 69.39 | 125.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 186 | 60 | 0.14 | 0 | 0.68 | 0.27 | 72.38 | 0.51 | 0.48 |
Hex | A0 | BA | 3C | E | 0 | 44 | 1B | 48 | 33 | 30 |
Octal | 240 | 272 | 74 | 16 | 0 | 104 | 33 | 110 | 63 | 60 |
Binary | 10100000 | 10111010 | 111100 | 1110 | 0 | 1000100 | 11011 | 1001000 | 110011 | 110000 |
Color Harmonies of #A0BA3C
Complementary color
Monochromatic Colors of #A0BA3C
Black with #A0BA3C
Text Example
Text Example
White with #A0BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA3C; }
p { color: rgb(160,186,60); }
H1.HeaderClassName
{
color: #A0BA3C;
}
.AnyTagClassName
{
color: #A0BA3C;
}
</style>
background-color css
<style>
a { background-color: #A0BA3C; }
a { background-color: rgb(160,186,60); }
div.DivClassName
{
background-color: #A0BA3C;
}
.BgClassName
{
background-color: #A0BA3C;
}
</style>
border-color css
<style>
span { border-color: #A0BA3C; }
span { border-color: rgb(160,186,60); }
td.TdClassName
{
border-color: #A0BA3C;
}
.TagClassName
{
border-color: #A0BA3C;
}
</style>