Shades of Citrus #A1AC01
Tints of Citrus #A1AC01
RGB
CMYK
RGB Variations
Color information
#A1AC01 (or 0xA1AC01) is known color: Citrus. HEX triplet: A1, AC and 01. RGB value is (161,172,1). Sum of RGB (Red+Green+Blue) = 161+172+1=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AC01 is #5E53FE. Grayscale: #959595. Windows color (decimal): -6181887 or 109729. OLE color: 109729.
HSL color Cylindrical-coordinate representation of color #A1AC01: hue angle of 63.86º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1AC01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.33 |
| HSL | 63.86º | 0.99% | 0.34% | - |
| HSV(B) | 63.86º | 0.99% | 0.67% | - |
| XYZ | 29.46 | 37.08 | 5.63 | - |
| YUV | 149.22 | 44.36 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 1 | 0.06 | 0 | 0.99 | 0.33 | 63.86 | 0.99 | 0.34 |
| Hex | A1 | AC | 1 | 6 | 0 | 63 | 21 | 40 | 63 | 22 |
| Octal | 241 | 254 | 1 | 6 | 0 | 143 | 41 | 100 | 143 | 42 |
| Binary | 10100001 | 10101100 | 1 | 110 | 0 | 1100011 | 100001 | 1000000 | 1100011 | 100010 |
Color Harmonies of #A1AC01
Complementary color
Monochromatic Colors of #A1AC01
Black with #A1AC01
Text Example
Text Example
White with #A1AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC01; }
p { color: rgb(161,172,1); }
H1.HeaderClassName
{
color: #A1AC01;
}
.AnyTagClassName
{
color: #A1AC01;
}
</style>
background-color css
<style>
a { background-color: #A1AC01; }
a { background-color: rgb(161,172,1); }
div.DivClassName
{
background-color: #A1AC01;
}
.BgClassName
{
background-color: #A1AC01;
}
</style>
border-color css
<style>
span { border-color: #A1AC01; }
span { border-color: rgb(161,172,1); }
td.TdClassName
{
border-color: #A1AC01;
}
.TagClassName
{
border-color: #A1AC01;
}
</style>