Shades of Citrus #A1AA00
Tints of Citrus #A1AA00
RGB
CMYK
RGB Variations
Color information
#A1AA00 (or 0xA1AA00) is known color: Citrus. HEX triplet: A1, AA and 00. RGB value is (161,170,0). Sum of RGB (Red+Green+Blue) = 161+170+0=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA00 is #5E55FF. Grayscale: #949494. Windows color (decimal): -6182400 or 43681. OLE color: 43681.
HSL color Cylindrical-coordinate representation of color #A1AA00: hue angle of 63.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1AA00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.33 |
| HSL | 63.18º | 1% | 0.33% | - |
| HSV(B) | 63.18º | 1% | 0.67% | - |
| XYZ | 29.07 | 36.33 | 5.48 | - |
| YUV | 147.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 0 | 0.05 | 0 | 1 | 0.33 | 63.18 | 1 | 0.33 |
| Hex | A1 | AA | 0 | 5 | 0 | 64 | 21 | 3F | 64 | 21 |
| Octal | 241 | 252 | 0 | 5 | 0 | 144 | 41 | 77 | 144 | 41 |
| Binary | 10100001 | 10101010 | 0 | 101 | 0 | 1100100 | 100001 | 111111 | 1100100 | 100001 |
Color Harmonies of #A1AA00
Complementary color
Monochromatic Colors of #A1AA00
Black with #A1AA00
Text Example
Text Example
White with #A1AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA00; }
p { color: rgb(161,170,0); }
H1.HeaderClassName
{
color: #A1AA00;
}
.AnyTagClassName
{
color: #A1AA00;
}
</style>
background-color css
<style>
a { background-color: #A1AA00; }
a { background-color: rgb(161,170,0); }
div.DivClassName
{
background-color: #A1AA00;
}
.BgClassName
{
background-color: #A1AA00;
}
</style>
border-color css
<style>
span { border-color: #A1AA00; }
span { border-color: rgb(161,170,0); }
td.TdClassName
{
border-color: #A1AA00;
}
.TagClassName
{
border-color: #A1AA00;
}
</style>