Shades of Citrus #ACAC12
Tints of Citrus #ACAC12
RGB
CMYK
RGB Variations
Color information
#ACAC12 (or 0xACAC12) is known color: Citrus. HEX triplet: AC, AC and 12. RGB value is (172,172,18). Sum of RGB (Red+Green+Blue) = 172+172+18=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC12 is #5353ED. Grayscale: #9B9B9B. Windows color (decimal): -5460974 or 1223852. OLE color: 1223852.
HSL color Cylindrical-coordinate representation of color #ACAC12: hue angle of 60º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACAC12 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 18 | - |
| CMYK | 0 | 0 | 0.90 | 0.33 |
| HSL | 60º | 0.81% | 0.37% | - |
| HSV(B) | 60º | 0.9% | 0.67% | - |
| XYZ | 31.87 | 38.32 | 6.29 | - |
| YUV | 154.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 18 | 0 | 0 | 0.90 | 0.33 | 60 | 0.81 | 0.37 |
| Hex | AC | AC | 12 | 0 | 0 | 5A | 21 | 3C | 51 | 25 |
| Octal | 254 | 254 | 22 | 0 | 0 | 132 | 41 | 74 | 121 | 45 |
| Binary | 10101100 | 10101100 | 10010 | 0 | 0 | 1011010 | 100001 | 111100 | 1010001 | 100101 |
Color Harmonies of #ACAC12
Complementary color
Monochromatic Colors of #ACAC12
Black with #ACAC12
Text Example
Text Example
White with #ACAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC12; }
p { color: rgb(172,172,18); }
H1.HeaderClassName
{
color: #ACAC12;
}
.AnyTagClassName
{
color: #ACAC12;
}
</style>
background-color css
<style>
a { background-color: #ACAC12; }
a { background-color: rgb(172,172,18); }
div.DivClassName
{
background-color: #ACAC12;
}
.BgClassName
{
background-color: #ACAC12;
}
</style>
border-color css
<style>
span { border-color: #ACAC12; }
span { border-color: rgb(172,172,18); }
td.TdClassName
{
border-color: #ACAC12;
}
.TagClassName
{
border-color: #ACAC12;
}
</style>