Shades of Citrus #A8AC00
Tints of Citrus #A8AC00
RGB
CMYK
RGB Variations
Color information
#A8AC00 (or 0xA8AC00) is known color: Citrus. HEX triplet: A8, AC and 00. RGB value is (168,172,0). Sum of RGB (Red+Green+Blue) = 168+172+0=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC00 is #5753FF. Grayscale: #979797. Windows color (decimal): -5723136 or 44200. OLE color: 44200.
HSL color Cylindrical-coordinate representation of color #A8AC00: hue angle of 61.4º 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 #A8AC00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.33 |
| HSL | 61.4º | 1% | 0.34% | - |
| HSV(B) | 61.4º | 1% | 0.67% | - |
| XYZ | 30.9 | 37.83 | 5.67 | - |
| YUV | 151.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 0 | 0.02 | 0 | 1 | 0.33 | 61.4 | 1 | 0.34 |
| Hex | A8 | AC | 0 | 2 | 0 | 64 | 21 | 3D | 64 | 22 |
| Octal | 250 | 254 | 0 | 2 | 0 | 144 | 41 | 75 | 144 | 42 |
| Binary | 10101000 | 10101100 | 0 | 10 | 0 | 1100100 | 100001 | 111101 | 1100100 | 100010 |
Color Harmonies of #A8AC00
Complementary color
Monochromatic Colors of #A8AC00
Black with #A8AC00
Text Example
Text Example
White with #A8AC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC00; }
p { color: rgb(168,172,0); }
H1.HeaderClassName
{
color: #A8AC00;
}
.AnyTagClassName
{
color: #A8AC00;
}
</style>
background-color css
<style>
a { background-color: #A8AC00; }
a { background-color: rgb(168,172,0); }
div.DivClassName
{
background-color: #A8AC00;
}
.BgClassName
{
background-color: #A8AC00;
}
</style>
border-color css
<style>
span { border-color: #A8AC00; }
span { border-color: rgb(168,172,0); }
td.TdClassName
{
border-color: #A8AC00;
}
.TagClassName
{
border-color: #A8AC00;
}
</style>