Shades of Citrus #ACAA00
Tints of Citrus #ACAA00
RGB
CMYK
RGB Variations
Color information
#ACAA00 (or 0xACAA00) is known color: Citrus. HEX triplet: AC, AA and 00. RGB value is (172,170,0). Sum of RGB (Red+Green+Blue) = 172+170+0=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA00 is #5355FF. Grayscale: #979797. Windows color (decimal): -5461504 or 43692. OLE color: 43692.
HSL color Cylindrical-coordinate representation of color #ACAA00: hue angle of 59.3º 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 #ACAA00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.33 |
| HSL | 59.3º | 1% | 0.34% | - |
| HSV(B) | 59.3º | 1% | 0.67% | - |
| XYZ | 31.39 | 37.52 | 5.59 | - |
| YUV | 151.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 0 | 0 | 0.01 | 1 | 0.33 | 59.3 | 1 | 0.34 |
| Hex | AC | AA | 0 | 0 | 1 | 64 | 21 | 3B | 64 | 22 |
| Octal | 254 | 252 | 0 | 0 | 1 | 144 | 41 | 73 | 144 | 42 |
| Binary | 10101100 | 10101010 | 0 | 0 | 1 | 1100100 | 100001 | 111011 | 1100100 | 100010 |
Color Harmonies of #ACAA00
Complementary color
Monochromatic Colors of #ACAA00
Black with #ACAA00
Text Example
Text Example
White with #ACAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA00; }
p { color: rgb(172,170,0); }
H1.HeaderClassName
{
color: #ACAA00;
}
.AnyTagClassName
{
color: #ACAA00;
}
</style>
background-color css
<style>
a { background-color: #ACAA00; }
a { background-color: rgb(172,170,0); }
div.DivClassName
{
background-color: #ACAA00;
}
.BgClassName
{
background-color: #ACAA00;
}
</style>
border-color css
<style>
span { border-color: #ACAA00; }
span { border-color: rgb(172,170,0); }
td.TdClassName
{
border-color: #ACAA00;
}
.TagClassName
{
border-color: #ACAA00;
}
</style>