Shades of Citrus #ACB40A
Tints of Citrus #ACB40A
RGB
CMYK
RGB Variations
Color information
#ACB40A (or 0xACB40A) is known color: Citrus. HEX triplet: AC, B4 and 0A. RGB value is (172,180,10). Sum of RGB (Red+Green+Blue) = 172+180+10=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB40A is #534BF5. Grayscale: #9E9E9E. Windows color (decimal): -5458934 or 701612. OLE color: 701612.
HSL color Cylindrical-coordinate representation of color #ACB40A: hue angle of 62.82º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACB40A is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 10 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.29 |
| HSL | 62.82º | 0.89% | 0.37% | - |
| HSV(B) | 62.82º | 0.94% | 0.71% | - |
| XYZ | 33.39 | 41.44 | 6.53 | - |
| YUV | 158.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 10 | 0.04 | 0 | 0.94 | 0.29 | 62.82 | 0.89 | 0.37 |
| Hex | AC | B4 | A | 4 | 0 | 5E | 1D | 3F | 59 | 25 |
| Octal | 254 | 264 | 12 | 4 | 0 | 136 | 35 | 77 | 131 | 45 |
| Binary | 10101100 | 10110100 | 1010 | 100 | 0 | 1011110 | 11101 | 111111 | 1011001 | 100101 |
Color Harmonies of #ACB40A
Complementary color
Monochromatic Colors of #ACB40A
Black with #ACB40A
Text Example
Text Example
White with #ACB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB40A; }
p { color: rgb(172,180,10); }
H1.HeaderClassName
{
color: #ACB40A;
}
.AnyTagClassName
{
color: #ACB40A;
}
</style>
background-color css
<style>
a { background-color: #ACB40A; }
a { background-color: rgb(172,180,10); }
div.DivClassName
{
background-color: #ACB40A;
}
.BgClassName
{
background-color: #ACB40A;
}
</style>
border-color css
<style>
span { border-color: #ACB40A; }
span { border-color: rgb(172,180,10); }
td.TdClassName
{
border-color: #ACB40A;
}
.TagClassName
{
border-color: #ACB40A;
}
</style>