Shades of Yellow Green #A1BA3A
Tints of Yellow Green #A1BA3A
RGB
CMYK
RGB Variations
Color information
#A1BA3A (or 0xA1BA3A) is known color: Yellow Green. HEX triplet: A1, BA and 3A. RGB value is (161,186,58). Sum of RGB (Red+Green+Blue) = 161+186+58=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA3A is #5E45C5. Grayscale: #A4A4A4. Windows color (decimal): -6178246 or 3848865. OLE color: 3848865.
HSL color Cylindrical-coordinate representation of color #A1BA3A: hue angle of 71.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1BA3A is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 58 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.27 |
| HSL | 71.72º | 0.52% | 0.48% | - |
| HSV(B) | 71.72º | 0.69% | 0.73% | - |
| XYZ | 33.02 | 43 | 10.56 | - |
| YUV | 163.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 58 | 0.13 | 0 | 0.69 | 0.27 | 71.72 | 0.52 | 0.48 |
| Hex | A1 | BA | 3A | D | 0 | 45 | 1B | 48 | 34 | 30 |
| Octal | 241 | 272 | 72 | 15 | 0 | 105 | 33 | 110 | 64 | 60 |
| Binary | 10100001 | 10111010 | 111010 | 1101 | 0 | 1000101 | 11011 | 1001000 | 110100 | 110000 |
Color Harmonies of #A1BA3A
Complementary color
Monochromatic Colors of #A1BA3A
Black with #A1BA3A
Text Example
Text Example
White with #A1BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA3A; }
p { color: rgb(161,186,58); }
H1.HeaderClassName
{
color: #A1BA3A;
}
.AnyTagClassName
{
color: #A1BA3A;
}
</style>
background-color css
<style>
a { background-color: #A1BA3A; }
a { background-color: rgb(161,186,58); }
div.DivClassName
{
background-color: #A1BA3A;
}
.BgClassName
{
background-color: #A1BA3A;
}
</style>
border-color css
<style>
span { border-color: #A1BA3A; }
span { border-color: rgb(161,186,58); }
td.TdClassName
{
border-color: #A1BA3A;
}
.TagClassName
{
border-color: #A1BA3A;
}
</style>