Shades of Celery #ACC355
Tints of Celery #ACC355
RGB
CMYK
RGB Variations
Color information
#ACC355 (or 0xACC355) is known color: Celery. HEX triplet: AC, C3 and 55. RGB value is (172,195,85). Sum of RGB (Red+Green+Blue) = 172+195+85=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC355 is #533CAA. Grayscale: #B0B0B0. Windows color (decimal): -5455019 or 5620652. OLE color: 5620652.
HSL color Cylindrical-coordinate representation of color #ACC355: hue angle of 72.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACC355 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 85 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.24 |
| HSL | 72.55º | 0.48% | 0.55% | - |
| HSV(B) | 72.55º | 0.56% | 0.76% | - |
| XYZ | 38.17 | 48.46 | 15.94 | - |
| YUV | 175.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 85 | 0.12 | 0 | 0.56 | 0.24 | 72.55 | 0.48 | 0.55 |
| Hex | AC | C3 | 55 | C | 0 | 38 | 18 | 49 | 30 | 37 |
| Octal | 254 | 303 | 125 | 14 | 0 | 70 | 30 | 111 | 60 | 67 |
| Binary | 10101100 | 11000011 | 1010101 | 1100 | 0 | 111000 | 11000 | 1001001 | 110000 | 110111 |
Color Harmonies of #ACC355
Complementary color
Monochromatic Colors of #ACC355
Black with #ACC355
Text Example
Text Example
White with #ACC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC355; }
p { color: rgb(172,195,85); }
H1.HeaderClassName
{
color: #ACC355;
}
.AnyTagClassName
{
color: #ACC355;
}
</style>
background-color css
<style>
a { background-color: #ACC355; }
a { background-color: rgb(172,195,85); }
div.DivClassName
{
background-color: #ACC355;
}
.BgClassName
{
background-color: #ACC355;
}
</style>
border-color css
<style>
span { border-color: #ACC355; }
span { border-color: rgb(172,195,85); }
td.TdClassName
{
border-color: #ACC355;
}
.TagClassName
{
border-color: #ACC355;
}
</style>