Shades of Citrus #A1BC14
Tints of Citrus #A1BC14
RGB
CMYK
RGB Variations
Color information
#A1BC14 (or 0xA1BC14) is known color: Citrus. HEX triplet: A1, BC and 14. RGB value is (161,188,20). Sum of RGB (Red+Green+Blue) = 161+188+20=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC14 is #5E43EB. Grayscale: #A1A1A1. Windows color (decimal): -6177772 or 1359009. OLE color: 1359009.
HSL color Cylindrical-coordinate representation of color #A1BC14: hue angle of 69.64º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1BC14 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 20 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.26 |
| HSL | 69.64º | 0.81% | 0.41% | - |
| HSV(B) | 69.64º | 0.89% | 0.74% | - |
| XYZ | 32.81 | 43.59 | 7.35 | - |
| YUV | 160.78 | 48.55 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 20 | 0.14 | 0 | 0.89 | 0.26 | 69.64 | 0.81 | 0.41 |
| Hex | A1 | BC | 14 | E | 0 | 59 | 1A | 46 | 51 | 29 |
| Octal | 241 | 274 | 24 | 16 | 0 | 131 | 32 | 106 | 121 | 51 |
| Binary | 10100001 | 10111100 | 10100 | 1110 | 0 | 1011001 | 11010 | 1000110 | 1010001 | 101001 |
Color Harmonies of #A1BC14
Complementary color
Monochromatic Colors of #A1BC14
Black with #A1BC14
Text Example
Text Example
White with #A1BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC14; }
p { color: rgb(161,188,20); }
H1.HeaderClassName
{
color: #A1BC14;
}
.AnyTagClassName
{
color: #A1BC14;
}
</style>
background-color css
<style>
a { background-color: #A1BC14; }
a { background-color: rgb(161,188,20); }
div.DivClassName
{
background-color: #A1BC14;
}
.BgClassName
{
background-color: #A1BC14;
}
</style>
border-color css
<style>
span { border-color: #A1BC14; }
span { border-color: rgb(161,188,20); }
td.TdClassName
{
border-color: #A1BC14;
}
.TagClassName
{
border-color: #A1BC14;
}
</style>