Shades of Celery #ACC04C
Tints of Celery #ACC04C
RGB
CMYK
RGB Variations
Color information
#ACC04C (or 0xACC04C) is known color: Celery. HEX triplet: AC, C0 and 4C. RGB value is (172,192,76). Sum of RGB (Red+Green+Blue) = 172+192+76=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC04C is #533FB3. Grayscale: #ADADAD. Windows color (decimal): -5455796 or 5030060. OLE color: 5030060.
HSL color Cylindrical-coordinate representation of color #ACC04C: hue angle of 70.34º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACC04C is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 76 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.25 |
| HSL | 70.34º | 0.48% | 0.53% | - |
| HSV(B) | 70.34º | 0.6% | 0.75% | - |
| XYZ | 37.17 | 46.99 | 13.95 | - |
| YUV | 172.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 76 | 0.10 | 0 | 0.60 | 0.25 | 70.34 | 0.48 | 0.53 |
| Hex | AC | C0 | 4C | A | 0 | 3C | 19 | 46 | 30 | 35 |
| Octal | 254 | 300 | 114 | 12 | 0 | 74 | 31 | 106 | 60 | 65 |
| Binary | 10101100 | 11000000 | 1001100 | 1010 | 0 | 111100 | 11001 | 1000110 | 110000 | 110101 |
Color Harmonies of #ACC04C
Complementary color
Monochromatic Colors of #ACC04C
Black with #ACC04C
Text Example
Text Example
White with #ACC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC04C; }
p { color: rgb(172,192,76); }
H1.HeaderClassName
{
color: #ACC04C;
}
.AnyTagClassName
{
color: #ACC04C;
}
</style>
background-color css
<style>
a { background-color: #ACC04C; }
a { background-color: rgb(172,192,76); }
div.DivClassName
{
background-color: #ACC04C;
}
.BgClassName
{
background-color: #ACC04C;
}
</style>
border-color css
<style>
span { border-color: #ACC04C; }
span { border-color: rgb(172,192,76); }
td.TdClassName
{
border-color: #ACC04C;
}
.TagClassName
{
border-color: #ACC04C;
}
</style>