Shades of Celery #ACC54C
Tints of Celery #ACC54C
RGB
CMYK
RGB Variations
Color information
#ACC54C (or 0xACC54C) is known color: Celery. HEX triplet: AC, C5 and 4C. RGB value is (172,197,76). Sum of RGB (Red+Green+Blue) = 172+197+76=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC54C is #533AB3. Grayscale: #B0B0B0. Windows color (decimal): -5454516 or 5031340. OLE color: 5031340.
HSL color Cylindrical-coordinate representation of color #ACC54C: hue angle of 72.4º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACC54C is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 76 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.23 |
| HSL | 72.4º | 0.51% | 0.54% | - |
| HSV(B) | 72.4º | 0.61% | 0.77% | - |
| XYZ | 38.28 | 49.22 | 14.32 | - |
| YUV | 175.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 76 | 0.13 | 0 | 0.61 | 0.23 | 72.4 | 0.51 | 0.54 |
| Hex | AC | C5 | 4C | D | 0 | 3D | 17 | 48 | 33 | 36 |
| Octal | 254 | 305 | 114 | 15 | 0 | 75 | 27 | 110 | 63 | 66 |
| Binary | 10101100 | 11000101 | 1001100 | 1101 | 0 | 111101 | 10111 | 1001000 | 110011 | 110110 |
Color Harmonies of #ACC54C
Complementary color
Monochromatic Colors of #ACC54C
Black with #ACC54C
Text Example
Text Example
White with #ACC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC54C; }
p { color: rgb(172,197,76); }
H1.HeaderClassName
{
color: #ACC54C;
}
.AnyTagClassName
{
color: #ACC54C;
}
</style>
background-color css
<style>
a { background-color: #ACC54C; }
a { background-color: rgb(172,197,76); }
div.DivClassName
{
background-color: #ACC54C;
}
.BgClassName
{
background-color: #ACC54C;
}
</style>
border-color css
<style>
span { border-color: #ACC54C; }
span { border-color: rgb(172,197,76); }
td.TdClassName
{
border-color: #ACC54C;
}
.TagClassName
{
border-color: #ACC54C;
}
</style>