Shades of Celery #ACC53D
Tints of Celery #ACC53D
RGB
CMYK
RGB Variations
Color information
#ACC53D (or 0xACC53D) is known color: Celery. HEX triplet: AC, C5 and 3D. RGB value is (172,197,61). Sum of RGB (Red+Green+Blue) = 172+197+61=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC53D is #533AC2. Grayscale: #AEAEAE. Windows color (decimal): -5454531 or 4048300. OLE color: 4048300.
HSL color Cylindrical-coordinate representation of color #ACC53D: hue angle of 71.03º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACC53D is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 61 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.23 |
| HSL | 71.03º | 0.54% | 0.51% | - |
| HSV(B) | 71.03º | 0.69% | 0.77% | - |
| XYZ | 37.82 | 49.04 | 11.89 | - |
| YUV | 174.02 | 64.22 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 61 | 0.13 | 0 | 0.69 | 0.23 | 71.03 | 0.54 | 0.51 |
| Hex | AC | C5 | 3D | D | 0 | 45 | 17 | 47 | 36 | 33 |
| Octal | 254 | 305 | 75 | 15 | 0 | 105 | 27 | 107 | 66 | 63 |
| Binary | 10101100 | 11000101 | 111101 | 1101 | 0 | 1000101 | 10111 | 1000111 | 110110 | 110011 |
Color Harmonies of #ACC53D
Complementary color
Monochromatic Colors of #ACC53D
Black with #ACC53D
Text Example
Text Example
White with #ACC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC53D; }
p { color: rgb(172,197,61); }
H1.HeaderClassName
{
color: #ACC53D;
}
.AnyTagClassName
{
color: #ACC53D;
}
</style>
background-color css
<style>
a { background-color: #ACC53D; }
a { background-color: rgb(172,197,61); }
div.DivClassName
{
background-color: #ACC53D;
}
.BgClassName
{
background-color: #ACC53D;
}
</style>
border-color css
<style>
span { border-color: #ACC53D; }
span { border-color: rgb(172,197,61); }
td.TdClassName
{
border-color: #ACC53D;
}
.TagClassName
{
border-color: #ACC53D;
}
</style>