Shades of Celery #ACCC4D
Tints of Celery #ACCC4D
RGB
CMYK
RGB Variations
Color information
#ACCC4D (or 0xACCC4D) is known color: Celery. HEX triplet: AC, CC and 4D. RGB value is (172,204,77). Sum of RGB (Red+Green+Blue) = 172+204+77=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC4D is #5333B2. Grayscale: #B4B4B4. Windows color (decimal): -5452723 or 5098668. OLE color: 5098668.
HSL color Cylindrical-coordinate representation of color #ACCC4D: hue angle of 75.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACCC4D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 77 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.2 |
| HSL | 75.12º | 0.55% | 0.55% | - |
| HSV(B) | 75.12º | 0.62% | 0.8% | - |
| XYZ | 39.95 | 52.49 | 15.05 | - |
| YUV | 179.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 77 | 0.16 | 0 | 0.62 | 0.2 | 75.12 | 0.55 | 0.55 |
| Hex | AC | CC | 4D | 10 | 0 | 3E | 14 | 4B | 37 | 37 |
| Octal | 254 | 314 | 115 | 20 | 0 | 76 | 24 | 113 | 67 | 67 |
| Binary | 10101100 | 11001100 | 1001101 | 10000 | 0 | 111110 | 10100 | 1001011 | 110111 | 110111 |
Color Harmonies of #ACCC4D
Complementary color
Monochromatic Colors of #ACCC4D
Black with #ACCC4D
Text Example
Text Example
White with #ACCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC4D; }
p { color: rgb(172,204,77); }
H1.HeaderClassName
{
color: #ACCC4D;
}
.AnyTagClassName
{
color: #ACCC4D;
}
</style>
background-color css
<style>
a { background-color: #ACCC4D; }
a { background-color: rgb(172,204,77); }
div.DivClassName
{
background-color: #ACCC4D;
}
.BgClassName
{
background-color: #ACCC4D;
}
</style>
border-color css
<style>
span { border-color: #ACCC4D; }
span { border-color: rgb(172,204,77); }
td.TdClassName
{
border-color: #ACCC4D;
}
.TagClassName
{
border-color: #ACCC4D;
}
</style>