Shades of Celery #ACC048
Tints of Celery #ACC048
RGB
CMYK
RGB Variations
Color information
#ACC048 (or 0xACC048) is known color: Celery. HEX triplet: AC, C0 and 48. RGB value is (172,192,72). Sum of RGB (Red+Green+Blue) = 172+192+72=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC048 is #533FB7. Grayscale: #ACACAC. Windows color (decimal): -5455800 or 4767916. OLE color: 4767916.
HSL color Cylindrical-coordinate representation of color #ACC048: hue angle of 70º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACC048 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 72 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.25 |
| HSL | 70º | 0.49% | 0.52% | - |
| HSV(B) | 70º | 0.63% | 0.75% | - |
| XYZ | 37.03 | 46.94 | 13.24 | - |
| YUV | 172.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 72 | 0.10 | 0 | 0.63 | 0.25 | 70 | 0.49 | 0.52 |
| Hex | AC | C0 | 48 | A | 0 | 3F | 19 | 46 | 31 | 34 |
| Octal | 254 | 300 | 110 | 12 | 0 | 77 | 31 | 106 | 61 | 64 |
| Binary | 10101100 | 11000000 | 1001000 | 1010 | 0 | 111111 | 11001 | 1000110 | 110001 | 110100 |
Color Harmonies of #ACC048
Complementary color
Monochromatic Colors of #ACC048
Black with #ACC048
Text Example
Text Example
White with #ACC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC048; }
p { color: rgb(172,192,72); }
H1.HeaderClassName
{
color: #ACC048;
}
.AnyTagClassName
{
color: #ACC048;
}
</style>
background-color css
<style>
a { background-color: #ACC048; }
a { background-color: rgb(172,192,72); }
div.DivClassName
{
background-color: #ACC048;
}
.BgClassName
{
background-color: #ACC048;
}
</style>
border-color css
<style>
span { border-color: #ACC048; }
span { border-color: rgb(172,192,72); }
td.TdClassName
{
border-color: #ACC048;
}
.TagClassName
{
border-color: #ACC048;
}
</style>