Shades of Celery #ACC046
Tints of Celery #ACC046
RGB
CMYK
RGB Variations
Color information
#ACC046 (or 0xACC046) is known color: Celery. HEX triplet: AC, C0 and 46. RGB value is (172,192,70). Sum of RGB (Red+Green+Blue) = 172+192+70=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC046 is #533FB9. Grayscale: #ACACAC. Windows color (decimal): -5455802 or 4636844. OLE color: 4636844.
HSL color Cylindrical-coordinate representation of color #ACC046: hue angle of 69.84º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACC046 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 70 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.25 |
| HSL | 69.84º | 0.49% | 0.51% | - |
| HSV(B) | 69.84º | 0.64% | 0.75% | - |
| XYZ | 36.97 | 46.91 | 12.9 | - |
| YUV | 172.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 70 | 0.10 | 0 | 0.64 | 0.25 | 69.84 | 0.49 | 0.51 |
| Hex | AC | C0 | 46 | A | 0 | 40 | 19 | 46 | 31 | 33 |
| Octal | 254 | 300 | 106 | 12 | 0 | 100 | 31 | 106 | 61 | 63 |
| Binary | 10101100 | 11000000 | 1000110 | 1010 | 0 | 1000000 | 11001 | 1000110 | 110001 | 110011 |
Color Harmonies of #ACC046
Complementary color
Monochromatic Colors of #ACC046
Black with #ACC046
Text Example
Text Example
White with #ACC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC046; }
p { color: rgb(172,192,70); }
H1.HeaderClassName
{
color: #ACC046;
}
.AnyTagClassName
{
color: #ACC046;
}
</style>
background-color css
<style>
a { background-color: #ACC046; }
a { background-color: rgb(172,192,70); }
div.DivClassName
{
background-color: #ACC046;
}
.BgClassName
{
background-color: #ACC046;
}
</style>
border-color css
<style>
span { border-color: #ACC046; }
span { border-color: rgb(172,192,70); }
td.TdClassName
{
border-color: #ACC046;
}
.TagClassName
{
border-color: #ACC046;
}
</style>