Shades of Celery #ACC358
Tints of Celery #ACC358
RGB
CMYK
RGB Variations
Color information
#ACC358 (or 0xACC358) is known color: Celery. HEX triplet: AC, C3 and 58. RGB value is (172,195,88). Sum of RGB (Red+Green+Blue) = 172+195+88=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC358 is #533CA7. Grayscale: #B0B0B0. Windows color (decimal): -5455016 or 5817260. OLE color: 5817260.
HSL color Cylindrical-coordinate representation of color #ACC358: hue angle of 72.9º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACC358 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 88 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.24 |
| HSL | 72.9º | 0.47% | 0.55% | - |
| HSV(B) | 72.9º | 0.55% | 0.76% | - |
| XYZ | 38.29 | 48.51 | 16.58 | - |
| YUV | 175.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 88 | 0.12 | 0 | 0.55 | 0.24 | 72.9 | 0.47 | 0.55 |
| Hex | AC | C3 | 58 | C | 0 | 37 | 18 | 49 | 2F | 37 |
| Octal | 254 | 303 | 130 | 14 | 0 | 67 | 30 | 111 | 57 | 67 |
| Binary | 10101100 | 11000011 | 1011000 | 1100 | 0 | 110111 | 11000 | 1001001 | 101111 | 110111 |
Color Harmonies of #ACC358
Complementary color
Monochromatic Colors of #ACC358
Black with #ACC358
Text Example
Text Example
White with #ACC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC358; }
p { color: rgb(172,195,88); }
H1.HeaderClassName
{
color: #ACC358;
}
.AnyTagClassName
{
color: #ACC358;
}
</style>
background-color css
<style>
a { background-color: #ACC358; }
a { background-color: rgb(172,195,88); }
div.DivClassName
{
background-color: #ACC358;
}
.BgClassName
{
background-color: #ACC358;
}
</style>
border-color css
<style>
span { border-color: #ACC358; }
span { border-color: rgb(172,195,88); }
td.TdClassName
{
border-color: #ACC358;
}
.TagClassName
{
border-color: #ACC358;
}
</style>