Shades of Celery #ACC335
Tints of Celery #ACC335
RGB
CMYK
RGB Variations
Color information
#ACC335 (or 0xACC335) is known color: Celery. HEX triplet: AC, C3 and 35. RGB value is (172,195,53). Sum of RGB (Red+Green+Blue) = 172+195+53=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC335 is #533CCA. Grayscale: #ACACAC. Windows color (decimal): -5455051 or 3523500. OLE color: 3523500.
HSL color Cylindrical-coordinate representation of color #ACC335: hue angle of 69.72º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACC335 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 53 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.24 |
| HSL | 69.72º | 0.57% | 0.49% | - |
| HSV(B) | 69.72º | 0.73% | 0.76% | - |
| XYZ | 37.17 | 48.06 | 10.69 | - |
| YUV | 171.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 53 | 0.12 | 0 | 0.73 | 0.24 | 69.72 | 0.57 | 0.49 |
| Hex | AC | C3 | 35 | C | 0 | 49 | 18 | 46 | 39 | 31 |
| Octal | 254 | 303 | 65 | 14 | 0 | 111 | 30 | 106 | 71 | 61 |
| Binary | 10101100 | 11000011 | 110101 | 1100 | 0 | 1001001 | 11000 | 1000110 | 111001 | 110001 |
Color Harmonies of #ACC335
Complementary color
Monochromatic Colors of #ACC335
Black with #ACC335
Text Example
Text Example
White with #ACC335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC335; }
p { color: rgb(172,195,53); }
H1.HeaderClassName
{
color: #ACC335;
}
.AnyTagClassName
{
color: #ACC335;
}
</style>
background-color css
<style>
a { background-color: #ACC335; }
a { background-color: rgb(172,195,53); }
div.DivClassName
{
background-color: #ACC335;
}
.BgClassName
{
background-color: #ACC335;
}
</style>
border-color css
<style>
span { border-color: #ACC335; }
span { border-color: rgb(172,195,53); }
td.TdClassName
{
border-color: #ACC335;
}
.TagClassName
{
border-color: #ACC335;
}
</style>