Shades of Celery #ACC55C
Tints of Celery #ACC55C
RGB
CMYK
RGB Variations
Color information
#ACC55C (or 0xACC55C) is known color: Celery. HEX triplet: AC, C5 and 5C. RGB value is (172,197,92). Sum of RGB (Red+Green+Blue) = 172+197+92=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC55C is #533AA3. Grayscale: #B1B1B1. Windows color (decimal): -5454500 or 6079916. OLE color: 6079916.
HSL color Cylindrical-coordinate representation of color #ACC55C: hue angle of 74.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACC55C is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 92 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.23 |
| HSL | 74.29º | 0.48% | 0.57% | - |
| HSV(B) | 74.29º | 0.53% | 0.77% | - |
| XYZ | 38.91 | 49.48 | 17.62 | - |
| YUV | 177.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 92 | 0.13 | 0 | 0.53 | 0.23 | 74.29 | 0.48 | 0.57 |
| Hex | AC | C5 | 5C | D | 0 | 35 | 17 | 4A | 30 | 39 |
| Octal | 254 | 305 | 134 | 15 | 0 | 65 | 27 | 112 | 60 | 71 |
| Binary | 10101100 | 11000101 | 1011100 | 1101 | 0 | 110101 | 10111 | 1001010 | 110000 | 111001 |
Color Harmonies of #ACC55C
Complementary color
Monochromatic Colors of #ACC55C
Black with #ACC55C
Text Example
Text Example
White with #ACC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC55C; }
p { color: rgb(172,197,92); }
H1.HeaderClassName
{
color: #ACC55C;
}
.AnyTagClassName
{
color: #ACC55C;
}
</style>
background-color css
<style>
a { background-color: #ACC55C; }
a { background-color: rgb(172,197,92); }
div.DivClassName
{
background-color: #ACC55C;
}
.BgClassName
{
background-color: #ACC55C;
}
</style>
border-color css
<style>
span { border-color: #ACC55C; }
span { border-color: rgb(172,197,92); }
td.TdClassName
{
border-color: #ACC55C;
}
.TagClassName
{
border-color: #ACC55C;
}
</style>