Shades of Celery #ACC53A
Tints of Celery #ACC53A
RGB
CMYK
RGB Variations
Color information
#ACC53A (or 0xACC53A) is known color: Celery. HEX triplet: AC, C5 and 3A. RGB value is (172,197,58). Sum of RGB (Red+Green+Blue) = 172+197+58=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC53A is #533AC5. Grayscale: #AEAEAE. Windows color (decimal): -5454534 or 3851692. OLE color: 3851692.
HSL color Cylindrical-coordinate representation of color #ACC53A: hue angle of 70.79º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACC53A is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 58 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.23 |
| HSL | 70.79º | 0.55% | 0.5% | - |
| HSV(B) | 70.79º | 0.71% | 0.77% | - |
| XYZ | 37.74 | 49.01 | 11.47 | - |
| YUV | 173.68 | 62.72 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 58 | 0.13 | 0 | 0.71 | 0.23 | 70.79 | 0.55 | 0.5 |
| Hex | AC | C5 | 3A | D | 0 | 47 | 17 | 47 | 37 | 32 |
| Octal | 254 | 305 | 72 | 15 | 0 | 107 | 27 | 107 | 67 | 62 |
| Binary | 10101100 | 11000101 | 111010 | 1101 | 0 | 1000111 | 10111 | 1000111 | 110111 | 110010 |
Color Harmonies of #ACC53A
Complementary color
Monochromatic Colors of #ACC53A
Black with #ACC53A
Text Example
Text Example
White with #ACC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC53A; }
p { color: rgb(172,197,58); }
H1.HeaderClassName
{
color: #ACC53A;
}
.AnyTagClassName
{
color: #ACC53A;
}
</style>
background-color css
<style>
a { background-color: #ACC53A; }
a { background-color: rgb(172,197,58); }
div.DivClassName
{
background-color: #ACC53A;
}
.BgClassName
{
background-color: #ACC53A;
}
</style>
border-color css
<style>
span { border-color: #ACC53A; }
span { border-color: rgb(172,197,58); }
td.TdClassName
{
border-color: #ACC53A;
}
.TagClassName
{
border-color: #ACC53A;
}
</style>