Shades of Citrus #ACAD0C
Tints of Citrus #ACAD0C
RGB
CMYK
RGB Variations
Color information
#ACAD0C (or 0xACAD0C) is known color: Citrus. HEX triplet: AC, AD and 0C. RGB value is (172,173,12). Sum of RGB (Red+Green+Blue) = 172+173+12=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAD0C is #5352F3. Grayscale: #9A9A9A. Windows color (decimal): -5460724 or 830892. OLE color: 830892.
HSL color Cylindrical-coordinate representation of color #ACAD0C: hue angle of 60.37º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACAD0C is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 173 | 12 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.32 |
| HSL | 60.37º | 0.87% | 0.36% | - |
| HSV(B) | 60.37º | 0.93% | 0.68% | - |
| XYZ | 32.02 | 38.68 | 6.13 | - |
| YUV | 154.35 | 47.67 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 12 | 0.01 | 0 | 0.93 | 0.32 | 60.37 | 0.87 | 0.36 |
| Hex | AC | AD | C | 1 | 0 | 5D | 20 | 3C | 57 | 24 |
| Octal | 254 | 255 | 14 | 1 | 0 | 135 | 40 | 74 | 127 | 44 |
| Binary | 10101100 | 10101101 | 1100 | 1 | 0 | 1011101 | 100000 | 111100 | 1010111 | 100100 |
Color Harmonies of #ACAD0C
Complementary color
Monochromatic Colors of #ACAD0C
Black with #ACAD0C
Text Example
Text Example
White with #ACAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAD0C; }
p { color: rgb(172,173,12); }
H1.HeaderClassName
{
color: #ACAD0C;
}
.AnyTagClassName
{
color: #ACAD0C;
}
</style>
background-color css
<style>
a { background-color: #ACAD0C; }
a { background-color: rgb(172,173,12); }
div.DivClassName
{
background-color: #ACAD0C;
}
.BgClassName
{
background-color: #ACAD0C;
}
</style>
border-color css
<style>
span { border-color: #ACAD0C; }
span { border-color: rgb(172,173,12); }
td.TdClassName
{
border-color: #ACAD0C;
}
.TagClassName
{
border-color: #ACAD0C;
}
</style>