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