Shades of Celery #ACC64C
Tints of Celery #ACC64C
RGB
CMYK
RGB Variations
Color information
#ACC64C (or 0xACC64C) is known color: Celery. HEX triplet: AC, C6 and 4C. RGB value is (172,198,76). Sum of RGB (Red+Green+Blue) = 172+198+76=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC64C is #5339B3. Grayscale: #B0B0B0. Windows color (decimal): -5454260 or 5031596. OLE color: 5031596.
HSL color Cylindrical-coordinate representation of color #ACC64C: hue angle of 72.79º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACC64C is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 76 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.22 |
| HSL | 72.79º | 0.52% | 0.54% | - |
| HSV(B) | 72.79º | 0.62% | 0.78% | - |
| XYZ | 38.51 | 49.68 | 14.4 | - |
| YUV | 176.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 76 | 0.13 | 0 | 0.62 | 0.22 | 72.79 | 0.52 | 0.54 |
| Hex | AC | C6 | 4C | D | 0 | 3E | 16 | 49 | 34 | 36 |
| Octal | 254 | 306 | 114 | 15 | 0 | 76 | 26 | 111 | 64 | 66 |
| Binary | 10101100 | 11000110 | 1001100 | 1101 | 0 | 111110 | 10110 | 1001001 | 110100 | 110110 |
Color Harmonies of #ACC64C
Complementary color
Monochromatic Colors of #ACC64C
Black with #ACC64C
Text Example
Text Example
White with #ACC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC64C; }
p { color: rgb(172,198,76); }
H1.HeaderClassName
{
color: #ACC64C;
}
.AnyTagClassName
{
color: #ACC64C;
}
</style>
background-color css
<style>
a { background-color: #ACC64C; }
a { background-color: rgb(172,198,76); }
div.DivClassName
{
background-color: #ACC64C;
}
.BgClassName
{
background-color: #ACC64C;
}
</style>
border-color css
<style>
span { border-color: #ACC64C; }
span { border-color: rgb(172,198,76); }
td.TdClassName
{
border-color: #ACC64C;
}
.TagClassName
{
border-color: #ACC64C;
}
</style>