Shades of Citrus #A1BC04
Tints of Citrus #A1BC04
RGB
CMYK
RGB Variations
Color information
#A1BC04 (or 0xA1BC04) is known color: Citrus. HEX triplet: A1, BC and 04. RGB value is (161,188,4). Sum of RGB (Red+Green+Blue) = 161+188+4=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC04 is #5E43FB. Grayscale: #9F9F9F. Windows color (decimal): -6177788 or 310433. OLE color: 310433.
HSL color Cylindrical-coordinate representation of color #A1BC04: hue angle of 68.8º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1BC04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 4 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.26 |
| HSL | 68.8º | 0.96% | 0.38% | - |
| HSV(B) | 68.8º | 0.98% | 0.74% | - |
| XYZ | 32.7 | 43.55 | 6.8 | - |
| YUV | 158.95 | 40.55 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 4 | 0.14 | 0 | 0.98 | 0.26 | 68.8 | 0.96 | 0.38 |
| Hex | A1 | BC | 4 | E | 0 | 62 | 1A | 45 | 60 | 26 |
| Octal | 241 | 274 | 4 | 16 | 0 | 142 | 32 | 105 | 140 | 46 |
| Binary | 10100001 | 10111100 | 100 | 1110 | 0 | 1100010 | 11010 | 1000101 | 1100000 | 100110 |
Color Harmonies of #A1BC04
Complementary color
Monochromatic Colors of #A1BC04
Black with #A1BC04
Text Example
Text Example
White with #A1BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC04; }
p { color: rgb(161,188,4); }
H1.HeaderClassName
{
color: #A1BC04;
}
.AnyTagClassName
{
color: #A1BC04;
}
</style>
background-color css
<style>
a { background-color: #A1BC04; }
a { background-color: rgb(161,188,4); }
div.DivClassName
{
background-color: #A1BC04;
}
.BgClassName
{
background-color: #A1BC04;
}
</style>
border-color css
<style>
span { border-color: #A1BC04; }
span { border-color: rgb(161,188,4); }
td.TdClassName
{
border-color: #A1BC04;
}
.TagClassName
{
border-color: #A1BC04;
}
</style>