Shades of Celery #ACC14D
Tints of Celery #ACC14D
RGB
CMYK
RGB Variations
Color information
#ACC14D (or 0xACC14D) is known color: Celery. HEX triplet: AC, C1 and 4D. RGB value is (172,193,77). Sum of RGB (Red+Green+Blue) = 172+193+77=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC14D is #533EB2. Grayscale: #ADADAD. Windows color (decimal): -5455539 or 5095852. OLE color: 5095852.
HSL color Cylindrical-coordinate representation of color #ACC14D: hue angle of 70.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACC14D is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 77 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.24 |
| HSL | 70.86º | 0.48% | 0.53% | - |
| HSV(B) | 70.86º | 0.6% | 0.76% | - |
| XYZ | 37.42 | 47.45 | 14.21 | - |
| YUV | 173.5 | 73.54 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 77 | 0.11 | 0 | 0.60 | 0.24 | 70.86 | 0.48 | 0.53 |
| Hex | AC | C1 | 4D | B | 0 | 3C | 18 | 47 | 30 | 35 |
| Octal | 254 | 301 | 115 | 13 | 0 | 74 | 30 | 107 | 60 | 65 |
| Binary | 10101100 | 11000001 | 1001101 | 1011 | 0 | 111100 | 11000 | 1000111 | 110000 | 110101 |
Color Harmonies of #ACC14D
Complementary color
Monochromatic Colors of #ACC14D
Black with #ACC14D
Text Example
Text Example
White with #ACC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC14D; }
p { color: rgb(172,193,77); }
H1.HeaderClassName
{
color: #ACC14D;
}
.AnyTagClassName
{
color: #ACC14D;
}
</style>
background-color css
<style>
a { background-color: #ACC14D; }
a { background-color: rgb(172,193,77); }
div.DivClassName
{
background-color: #ACC14D;
}
.BgClassName
{
background-color: #ACC14D;
}
</style>
border-color css
<style>
span { border-color: #ACC14D; }
span { border-color: rgb(172,193,77); }
td.TdClassName
{
border-color: #ACC14D;
}
.TagClassName
{
border-color: #ACC14D;
}
</style>