Shades of Citrus #A1BA14
Tints of Citrus #A1BA14
RGB
CMYK
RGB Variations
Color information
#A1BA14 (or 0xA1BA14) is known color: Citrus. HEX triplet: A1, BA and 14. RGB value is (161,186,20). Sum of RGB (Red+Green+Blue) = 161+186+20=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA14 is #5E45EB. Grayscale: #A0A0A0. Windows color (decimal): -6178284 or 1358497. OLE color: 1358497.
HSL color Cylindrical-coordinate representation of color #A1BA14: hue angle of 69.04º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1BA14 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 20 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.27 |
| HSL | 69.04º | 0.81% | 0.4% | - |
| HSV(B) | 69.04º | 0.89% | 0.73% | - |
| XYZ | 32.38 | 42.75 | 7.21 | - |
| YUV | 159.6 | 49.22 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 20 | 0.13 | 0 | 0.89 | 0.27 | 69.04 | 0.81 | 0.4 |
| Hex | A1 | BA | 14 | D | 0 | 59 | 1B | 45 | 51 | 28 |
| Octal | 241 | 272 | 24 | 15 | 0 | 131 | 33 | 105 | 121 | 50 |
| Binary | 10100001 | 10111010 | 10100 | 1101 | 0 | 1011001 | 11011 | 1000101 | 1010001 | 101000 |
Color Harmonies of #A1BA14
Complementary color
Monochromatic Colors of #A1BA14
Black with #A1BA14
Text Example
Text Example
White with #A1BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA14; }
p { color: rgb(161,186,20); }
H1.HeaderClassName
{
color: #A1BA14;
}
.AnyTagClassName
{
color: #A1BA14;
}
</style>
background-color css
<style>
a { background-color: #A1BA14; }
a { background-color: rgb(161,186,20); }
div.DivClassName
{
background-color: #A1BA14;
}
.BgClassName
{
background-color: #A1BA14;
}
</style>
border-color css
<style>
span { border-color: #A1BA14; }
span { border-color: rgb(161,186,20); }
td.TdClassName
{
border-color: #A1BA14;
}
.TagClassName
{
border-color: #A1BA14;
}
</style>