Shades of Celery #ACC64D
Tints of Celery #ACC64D
RGB
CMYK
RGB Variations
Color information
#ACC64D (or 0xACC64D) is known color: Celery. HEX triplet: AC, C6 and 4D. RGB value is (172,198,77). Sum of RGB (Red+Green+Blue) = 172+198+77=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC64D is #5339B2. Grayscale: #B0B0B0. Windows color (decimal): -5454259 or 5097132. OLE color: 5097132.
HSL color Cylindrical-coordinate representation of color #ACC64D: hue angle of 72.89º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACC64D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 77 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.22 |
| HSL | 72.89º | 0.51% | 0.54% | - |
| HSV(B) | 72.89º | 0.61% | 0.78% | - |
| XYZ | 38.55 | 49.69 | 14.58 | - |
| YUV | 176.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 77 | 0.13 | 0 | 0.61 | 0.22 | 72.89 | 0.51 | 0.54 |
| Hex | AC | C6 | 4D | D | 0 | 3D | 16 | 49 | 33 | 36 |
| Octal | 254 | 306 | 115 | 15 | 0 | 75 | 26 | 111 | 63 | 66 |
| Binary | 10101100 | 11000110 | 1001101 | 1101 | 0 | 111101 | 10110 | 1001001 | 110011 | 110110 |
Color Harmonies of #ACC64D
Complementary color
Monochromatic Colors of #ACC64D
Black with #ACC64D
Text Example
Text Example
White with #ACC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC64D; }
p { color: rgb(172,198,77); }
H1.HeaderClassName
{
color: #ACC64D;
}
.AnyTagClassName
{
color: #ACC64D;
}
</style>
background-color css
<style>
a { background-color: #ACC64D; }
a { background-color: rgb(172,198,77); }
div.DivClassName
{
background-color: #ACC64D;
}
.BgClassName
{
background-color: #ACC64D;
}
</style>
border-color css
<style>
span { border-color: #ACC64D; }
span { border-color: rgb(172,198,77); }
td.TdClassName
{
border-color: #ACC64D;
}
.TagClassName
{
border-color: #ACC64D;
}
</style>