Shades of Citrus #ACAC00
Tints of Citrus #ACAC00
RGB
CMYK
RGB Variations
Color information
#ACAC00 (or 0xACAC00) is known color: Citrus. HEX triplet: AC, AC and 00. RGB value is (172,172,0). Sum of RGB (Red+Green+Blue) = 172+172+0=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC00 is #5353FF. Grayscale: #999999. Windows color (decimal): -5460992 or 44204. OLE color: 44204.
HSL color Cylindrical-coordinate representation of color #ACAC00: hue angle of 60º 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 #ACAC00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.33 |
| HSL | 60º | 1% | 0.34% | - |
| HSV(B) | 60º | 1% | 0.67% | - |
| XYZ | 31.77 | 38.28 | 5.71 | - |
| YUV | 152.39 | 42 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 0 | 0 | 0 | 1 | 0.33 | 60 | 1 | 0.34 |
| Hex | AC | AC | 0 | 0 | 0 | 64 | 21 | 3C | 64 | 22 |
| Octal | 254 | 254 | 0 | 0 | 0 | 144 | 41 | 74 | 144 | 42 |
| Binary | 10101100 | 10101100 | 0 | 0 | 0 | 1100100 | 100001 | 111100 | 1100100 | 100010 |
Color Harmonies of #ACAC00
Complementary color
Monochromatic Colors of #ACAC00
Black with #ACAC00
Text Example
Text Example
White with #ACAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC00; }
p { color: rgb(172,172,0); }
H1.HeaderClassName
{
color: #ACAC00;
}
.AnyTagClassName
{
color: #ACAC00;
}
</style>
background-color css
<style>
a { background-color: #ACAC00; }
a { background-color: rgb(172,172,0); }
div.DivClassName
{
background-color: #ACAC00;
}
.BgClassName
{
background-color: #ACAC00;
}
</style>
border-color css
<style>
span { border-color: #ACAC00; }
span { border-color: rgb(172,172,0); }
td.TdClassName
{
border-color: #ACAC00;
}
.TagClassName
{
border-color: #ACAC00;
}
</style>