Shades of Citrus #ACAE0C
Tints of Citrus #ACAE0C
RGB
CMYK
RGB Variations
Color information
#ACAE0C (or 0xACAE0C) is known color: Citrus. HEX triplet: AC, AE and 0C. RGB value is (172,174,12). Sum of RGB (Red+Green+Blue) = 172+174+12=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAE0C is #5351F3. Grayscale: #9B9B9B. Windows color (decimal): -5460468 or 831148. OLE color: 831148.
HSL color Cylindrical-coordinate representation of color #ACAE0C: hue angle of 60.74º 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 #ACAE0C is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 174 | 12 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.32 |
| HSL | 60.74º | 0.87% | 0.36% | - |
| HSV(B) | 60.74º | 0.93% | 0.68% | - |
| XYZ | 32.22 | 39.07 | 6.19 | - |
| YUV | 154.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 12 | 0.01 | 0 | 0.93 | 0.32 | 60.74 | 0.87 | 0.36 |
| Hex | AC | AE | C | 1 | 0 | 5D | 20 | 3D | 57 | 24 |
| Octal | 254 | 256 | 14 | 1 | 0 | 135 | 40 | 75 | 127 | 44 |
| Binary | 10101100 | 10101110 | 1100 | 1 | 0 | 1011101 | 100000 | 111101 | 1010111 | 100100 |
Color Harmonies of #ACAE0C
Complementary color
Monochromatic Colors of #ACAE0C
Black with #ACAE0C
Text Example
Text Example
White with #ACAE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAE0C; }
p { color: rgb(172,174,12); }
H1.HeaderClassName
{
color: #ACAE0C;
}
.AnyTagClassName
{
color: #ACAE0C;
}
</style>
background-color css
<style>
a { background-color: #ACAE0C; }
a { background-color: rgb(172,174,12); }
div.DivClassName
{
background-color: #ACAE0C;
}
.BgClassName
{
background-color: #ACAE0C;
}
</style>
border-color css
<style>
span { border-color: #ACAE0C; }
span { border-color: rgb(172,174,12); }
td.TdClassName
{
border-color: #ACAE0C;
}
.TagClassName
{
border-color: #ACAE0C;
}
</style>