Shades of Celery #ACC953
Tints of Celery #ACC953
RGB
CMYK
RGB Variations
Color information
#ACC953 (or 0xACC953) is known color: Celery. HEX triplet: AC, C9 and 53. RGB value is (172,201,83). Sum of RGB (Red+Green+Blue) = 172+201+83=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC953 is #5336AC. Grayscale: #B3B3B3. Windows color (decimal): -5453485 or 5491116. OLE color: 5491116.
HSL color Cylindrical-coordinate representation of color #ACC953: hue angle of 74.75º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACC953 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 83 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.21 |
| HSL | 74.75º | 0.52% | 0.56% | - |
| HSV(B) | 74.75º | 0.59% | 0.79% | - |
| XYZ | 39.46 | 51.17 | 15.98 | - |
| YUV | 178.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 83 | 0.14 | 0 | 0.59 | 0.21 | 74.75 | 0.52 | 0.56 |
| Hex | AC | C9 | 53 | E | 0 | 3B | 15 | 4B | 34 | 38 |
| Octal | 254 | 311 | 123 | 16 | 0 | 73 | 25 | 113 | 64 | 70 |
| Binary | 10101100 | 11001001 | 1010011 | 1110 | 0 | 111011 | 10101 | 1001011 | 110100 | 111000 |
Color Harmonies of #ACC953
Complementary color
Monochromatic Colors of #ACC953
Black with #ACC953
Text Example
Text Example
White with #ACC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC953; }
p { color: rgb(172,201,83); }
H1.HeaderClassName
{
color: #ACC953;
}
.AnyTagClassName
{
color: #ACC953;
}
</style>
background-color css
<style>
a { background-color: #ACC953; }
a { background-color: rgb(172,201,83); }
div.DivClassName
{
background-color: #ACC953;
}
.BgClassName
{
background-color: #ACC953;
}
</style>
border-color css
<style>
span { border-color: #ACC953; }
span { border-color: rgb(172,201,83); }
td.TdClassName
{
border-color: #ACC953;
}
.TagClassName
{
border-color: #ACC953;
}
</style>