Shades of Celery #ACC45C
Tints of Celery #ACC45C
RGB
CMYK
RGB Variations
Color information
#ACC45C (or 0xACC45C) is known color: Celery. HEX triplet: AC, C4 and 5C. RGB value is (172,196,92). Sum of RGB (Red+Green+Blue) = 172+196+92=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC45C is #533BA3. Grayscale: #B1B1B1. Windows color (decimal): -5454756 or 6079660. OLE color: 6079660.
HSL color Cylindrical-coordinate representation of color #ACC45C: hue angle of 73.85º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACC45C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 92 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.23 |
| HSL | 73.85º | 0.47% | 0.56% | - |
| HSV(B) | 73.85º | 0.53% | 0.77% | - |
| XYZ | 38.68 | 49.02 | 17.55 | - |
| YUV | 176.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 92 | 0.12 | 0 | 0.53 | 0.23 | 73.85 | 0.47 | 0.56 |
| Hex | AC | C4 | 5C | C | 0 | 35 | 17 | 4A | 2F | 38 |
| Octal | 254 | 304 | 134 | 14 | 0 | 65 | 27 | 112 | 57 | 70 |
| Binary | 10101100 | 11000100 | 1011100 | 1100 | 0 | 110101 | 10111 | 1001010 | 101111 | 111000 |
Color Harmonies of #ACC45C
Complementary color
Monochromatic Colors of #ACC45C
Black with #ACC45C
Text Example
Text Example
White with #ACC45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC45C; }
p { color: rgb(172,196,92); }
H1.HeaderClassName
{
color: #ACC45C;
}
.AnyTagClassName
{
color: #ACC45C;
}
</style>
background-color css
<style>
a { background-color: #ACC45C; }
a { background-color: rgb(172,196,92); }
div.DivClassName
{
background-color: #ACC45C;
}
.BgClassName
{
background-color: #ACC45C;
}
</style>
border-color css
<style>
span { border-color: #ACC45C; }
span { border-color: rgb(172,196,92); }
td.TdClassName
{
border-color: #ACC45C;
}
.TagClassName
{
border-color: #ACC45C;
}
</style>