Shades of Celery #ACC045
Tints of Celery #ACC045
RGB
CMYK
RGB Variations
Color information
#ACC045 (or 0xACC045) is known color: Celery. HEX triplet: AC, C0 and 45. RGB value is (172,192,69). Sum of RGB (Red+Green+Blue) = 172+192+69=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC045 is #533FBA. Grayscale: #ACACAC. Windows color (decimal): -5455803 or 4571308. OLE color: 4571308.
HSL color Cylindrical-coordinate representation of color #ACC045: hue angle of 69.76º 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 #ACC045 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 69 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.25 |
| HSL | 69.76º | 0.49% | 0.51% | - |
| HSV(B) | 69.76º | 0.64% | 0.75% | - |
| XYZ | 36.94 | 46.9 | 12.74 | - |
| YUV | 172 | 69.87 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 69 | 0.10 | 0 | 0.64 | 0.25 | 69.76 | 0.49 | 0.51 |
| Hex | AC | C0 | 45 | A | 0 | 40 | 19 | 46 | 31 | 33 |
| Octal | 254 | 300 | 105 | 12 | 0 | 100 | 31 | 106 | 61 | 63 |
| Binary | 10101100 | 11000000 | 1000101 | 1010 | 0 | 1000000 | 11001 | 1000110 | 110001 | 110011 |
Color Harmonies of #ACC045
Complementary color
Monochromatic Colors of #ACC045
Black with #ACC045
Text Example
Text Example
White with #ACC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC045; }
p { color: rgb(172,192,69); }
H1.HeaderClassName
{
color: #ACC045;
}
.AnyTagClassName
{
color: #ACC045;
}
</style>
background-color css
<style>
a { background-color: #ACC045; }
a { background-color: rgb(172,192,69); }
div.DivClassName
{
background-color: #ACC045;
}
.BgClassName
{
background-color: #ACC045;
}
</style>
border-color css
<style>
span { border-color: #ACC045; }
span { border-color: rgb(172,192,69); }
td.TdClassName
{
border-color: #ACC045;
}
.TagClassName
{
border-color: #ACC045;
}
</style>