Shades of Celery #ACC848
Tints of Celery #ACC848
RGB
CMYK
RGB Variations
Color information
#ACC848 (or 0xACC848) is known color: Celery. HEX triplet: AC, C8 and 48. RGB value is (172,200,72). Sum of RGB (Red+Green+Blue) = 172+200+72=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC848 is #5337B7. Grayscale: #B1B1B1. Windows color (decimal): -5453752 or 4769964. OLE color: 4769964.
HSL color Cylindrical-coordinate representation of color #ACC848: hue angle of 73.12º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACC848 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 72 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.22 |
| HSL | 73.13º | 0.54% | 0.53% | - |
| HSV(B) | 73.13º | 0.64% | 0.78% | - |
| XYZ | 38.84 | 50.55 | 13.84 | - |
| YUV | 177.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 72 | 0.14 | 0 | 0.64 | 0.22 | 73.13 | 0.54 | 0.53 |
| Hex | AC | C8 | 48 | E | 0 | 40 | 16 | 49 | 36 | 35 |
| Octal | 254 | 310 | 110 | 16 | 0 | 100 | 26 | 111 | 66 | 65 |
| Binary | 10101100 | 11001000 | 1001000 | 1110 | 0 | 1000000 | 10110 | 1001001 | 110110 | 110101 |
Color Harmonies of #ACC848
Complementary color
Monochromatic Colors of #ACC848
Black with #ACC848
Text Example
Text Example
White with #ACC848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC848; }
p { color: rgb(172,200,72); }
H1.HeaderClassName
{
color: #ACC848;
}
.AnyTagClassName
{
color: #ACC848;
}
</style>
background-color css
<style>
a { background-color: #ACC848; }
a { background-color: rgb(172,200,72); }
div.DivClassName
{
background-color: #ACC848;
}
.BgClassName
{
background-color: #ACC848;
}
</style>
border-color css
<style>
span { border-color: #ACC848; }
span { border-color: rgb(172,200,72); }
td.TdClassName
{
border-color: #ACC848;
}
.TagClassName
{
border-color: #ACC848;
}
</style>