Shades of Citrus #A1BF03
Tints of Citrus #A1BF03
RGB
CMYK
RGB Variations
Color information
#A1BF03 (or 0xA1BF03) is known color: Citrus. HEX triplet: A1, BF and 03. RGB value is (161,191,3). Sum of RGB (Red+Green+Blue) = 161+191+3=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BF03 is #5E40FC. Grayscale: #A1A1A1. Windows color (decimal): -6177021 or 245665. OLE color: 245665.
HSL color Cylindrical-coordinate representation of color #A1BF03: hue angle of 69.57º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1BF03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.25 |
| HSL | 69.57º | 0.97% | 0.38% | - |
| HSV(B) | 69.57º | 0.98% | 0.75% | - |
| XYZ | 33.35 | 44.85 | 6.98 | - |
| YUV | 160.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 3 | 0.16 | 0 | 0.98 | 0.25 | 69.57 | 0.97 | 0.38 |
| Hex | A1 | BF | 3 | 10 | 0 | 62 | 19 | 46 | 61 | 26 |
| Octal | 241 | 277 | 3 | 20 | 0 | 142 | 31 | 106 | 141 | 46 |
| Binary | 10100001 | 10111111 | 11 | 10000 | 0 | 1100010 | 11001 | 1000110 | 1100001 | 100110 |
Color Harmonies of #A1BF03
Complementary color
Monochromatic Colors of #A1BF03
Black with #A1BF03
Text Example
Text Example
White with #A1BF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF03; }
p { color: rgb(161,191,3); }
H1.HeaderClassName
{
color: #A1BF03;
}
.AnyTagClassName
{
color: #A1BF03;
}
</style>
background-color css
<style>
a { background-color: #A1BF03; }
a { background-color: rgb(161,191,3); }
div.DivClassName
{
background-color: #A1BF03;
}
.BgClassName
{
background-color: #A1BF03;
}
</style>
border-color css
<style>
span { border-color: #A1BF03; }
span { border-color: rgb(161,191,3); }
td.TdClassName
{
border-color: #A1BF03;
}
.TagClassName
{
border-color: #A1BF03;
}
</style>