Shades of Citrus #ACAC02
Tints of Citrus #ACAC02
RGB
CMYK
RGB Variations
Color information
#ACAC02 (or 0xACAC02) is known color: Citrus. HEX triplet: AC, AC and 02. RGB value is (172,172,2). Sum of RGB (Red+Green+Blue) = 172+172+2=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC02 is #5353FD. Grayscale: #999999. Windows color (decimal): -5460990 or 175276. OLE color: 175276.
HSL color Cylindrical-coordinate representation of color #ACAC02: hue angle of 60º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACAC02 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 2 | - |
| CMYK | 0 | 0 | 0.99 | 0.33 |
| HSL | 60º | 0.98% | 0.34% | - |
| HSV(B) | 60º | 0.99% | 0.67% | - |
| XYZ | 31.78 | 38.28 | 5.77 | - |
| YUV | 152.62 | 43 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 2 | 0 | 0 | 0.99 | 0.33 | 60 | 0.98 | 0.34 |
| Hex | AC | AC | 2 | 0 | 0 | 63 | 21 | 3C | 62 | 22 |
| Octal | 254 | 254 | 2 | 0 | 0 | 143 | 41 | 74 | 142 | 42 |
| Binary | 10101100 | 10101100 | 10 | 0 | 0 | 1100011 | 100001 | 111100 | 1100010 | 100010 |
Color Harmonies of #ACAC02
Complementary color
Monochromatic Colors of #ACAC02
Black with #ACAC02
Text Example
Text Example
White with #ACAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC02; }
p { color: rgb(172,172,2); }
H1.HeaderClassName
{
color: #ACAC02;
}
.AnyTagClassName
{
color: #ACAC02;
}
</style>
background-color css
<style>
a { background-color: #ACAC02; }
a { background-color: rgb(172,172,2); }
div.DivClassName
{
background-color: #ACAC02;
}
.BgClassName
{
background-color: #ACAC02;
}
</style>
border-color css
<style>
span { border-color: #ACAC02; }
span { border-color: rgb(172,172,2); }
td.TdClassName
{
border-color: #ACAC02;
}
.TagClassName
{
border-color: #ACAC02;
}
</style>