Shades of Citrus #A1AB00
Tints of Citrus #A1AB00
RGB
CMYK
RGB Variations
Color information
#A1AB00 (or 0xA1AB00) is known color: Citrus. HEX triplet: A1, AB and 00. RGB value is (161,171,0). Sum of RGB (Red+Green+Blue) = 161+171+0=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AB00 is #5E54FF. Grayscale: #959595. Windows color (decimal): -6182144 or 43937. OLE color: 43937.
HSL color Cylindrical-coordinate representation of color #A1AB00: hue angle of 63.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1AB00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.33 |
| HSL | 63.51º | 1% | 0.34% | - |
| HSV(B) | 63.51º | 1% | 0.67% | - |
| XYZ | 29.26 | 36.7 | 5.54 | - |
| YUV | 148.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 0 | 0.06 | 0 | 1 | 0.33 | 63.51 | 1 | 0.34 |
| Hex | A1 | AB | 0 | 6 | 0 | 64 | 21 | 40 | 64 | 22 |
| Octal | 241 | 253 | 0 | 6 | 0 | 144 | 41 | 100 | 144 | 42 |
| Binary | 10100001 | 10101011 | 0 | 110 | 0 | 1100100 | 100001 | 1000000 | 1100100 | 100010 |
Color Harmonies of #A1AB00
Complementary color
Monochromatic Colors of #A1AB00
Black with #A1AB00
Text Example
Text Example
White with #A1AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB00; }
p { color: rgb(161,171,0); }
H1.HeaderClassName
{
color: #A1AB00;
}
.AnyTagClassName
{
color: #A1AB00;
}
</style>
background-color css
<style>
a { background-color: #A1AB00; }
a { background-color: rgb(161,171,0); }
div.DivClassName
{
background-color: #A1AB00;
}
.BgClassName
{
background-color: #A1AB00;
}
</style>
border-color css
<style>
span { border-color: #A1AB00; }
span { border-color: rgb(161,171,0); }
td.TdClassName
{
border-color: #A1AB00;
}
.TagClassName
{
border-color: #A1AB00;
}
</style>