Shades of Citrus #A9AC00
Tints of Citrus #A9AC00
RGB
CMYK
RGB Variations
Color information
#A9AC00 (or 0xA9AC00) is known color: Citrus. HEX triplet: A9, AC and 00. RGB value is (169,172,0). Sum of RGB (Red+Green+Blue) = 169+172+0=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9AC00 is #5653FF. Grayscale: #989898. Windows color (decimal): -5657600 or 44201. OLE color: 44201.
HSL color Cylindrical-coordinate representation of color #A9AC00: hue angle of 61.05º 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 #A9AC00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 172 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.33 |
| HSL | 61.05º | 1% | 0.34% | - |
| HSV(B) | 61.05º | 1% | 0.67% | - |
| XYZ | 31.11 | 37.94 | 5.68 | - |
| YUV | 151.5 | 42.51 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 0 | 0.02 | 0 | 1 | 0.33 | 61.05 | 1 | 0.34 |
| Hex | A9 | AC | 0 | 2 | 0 | 64 | 21 | 3D | 64 | 22 |
| Octal | 251 | 254 | 0 | 2 | 0 | 144 | 41 | 75 | 144 | 42 |
| Binary | 10101001 | 10101100 | 0 | 10 | 0 | 1100100 | 100001 | 111101 | 1100100 | 100010 |
Color Harmonies of #A9AC00
Complementary color
Monochromatic Colors of #A9AC00
Black with #A9AC00
Text Example
Text Example
White with #A9AC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AC00; }
p { color: rgb(169,172,0); }
H1.HeaderClassName
{
color: #A9AC00;
}
.AnyTagClassName
{
color: #A9AC00;
}
</style>
background-color css
<style>
a { background-color: #A9AC00; }
a { background-color: rgb(169,172,0); }
div.DivClassName
{
background-color: #A9AC00;
}
.BgClassName
{
background-color: #A9AC00;
}
</style>
border-color css
<style>
span { border-color: #A9AC00; }
span { border-color: rgb(169,172,0); }
td.TdClassName
{
border-color: #A9AC00;
}
.TagClassName
{
border-color: #A9AC00;
}
</style>