Shades of Celery #ACC94D
Tints of Celery #ACC94D
RGB
CMYK
RGB Variations
Color information
#ACC94D (or 0xACC94D) is known color: Celery. HEX triplet: AC, C9 and 4D. RGB value is (172,201,77). Sum of RGB (Red+Green+Blue) = 172+201+77=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC94D is #5336B2. Grayscale: #B2B2B2. Windows color (decimal): -5453491 or 5097900. OLE color: 5097900.
HSL color Cylindrical-coordinate representation of color #ACC94D: hue angle of 74.03º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACC94D is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 77 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.21 |
| HSL | 74.03º | 0.53% | 0.55% | - |
| HSV(B) | 74.03º | 0.62% | 0.79% | - |
| XYZ | 39.24 | 51.08 | 14.81 | - |
| YUV | 178.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 77 | 0.14 | 0 | 0.62 | 0.21 | 74.03 | 0.53 | 0.55 |
| Hex | AC | C9 | 4D | E | 0 | 3E | 15 | 4A | 35 | 37 |
| Octal | 254 | 311 | 115 | 16 | 0 | 76 | 25 | 112 | 65 | 67 |
| Binary | 10101100 | 11001001 | 1001101 | 1110 | 0 | 111110 | 10101 | 1001010 | 110101 | 110111 |
Color Harmonies of #ACC94D
Complementary color
Monochromatic Colors of #ACC94D
Black with #ACC94D
Text Example
Text Example
White with #ACC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC94D; }
p { color: rgb(172,201,77); }
H1.HeaderClassName
{
color: #ACC94D;
}
.AnyTagClassName
{
color: #ACC94D;
}
</style>
background-color css
<style>
a { background-color: #ACC94D; }
a { background-color: rgb(172,201,77); }
div.DivClassName
{
background-color: #ACC94D;
}
.BgClassName
{
background-color: #ACC94D;
}
</style>
border-color css
<style>
span { border-color: #ACC94D; }
span { border-color: rgb(172,201,77); }
td.TdClassName
{
border-color: #ACC94D;
}
.TagClassName
{
border-color: #ACC94D;
}
</style>