Shades of Celery #ACC159
Tints of Celery #ACC159
RGB
CMYK
RGB Variations
Color information
#ACC159 (or 0xACC159) is known color: Celery. HEX triplet: AC, C1 and 59. RGB value is (172,193,89). Sum of RGB (Red+Green+Blue) = 172+193+89=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC159 is #533EA6. Grayscale: #AFAFAF. Windows color (decimal): -5455527 or 5882284. OLE color: 5882284.
HSL color Cylindrical-coordinate representation of color #ACC159: hue angle of 72.12º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACC159 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 89 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.24 |
| HSL | 72.12º | 0.46% | 0.55% | - |
| HSV(B) | 72.12º | 0.54% | 0.76% | - |
| XYZ | 37.89 | 47.63 | 16.65 | - |
| YUV | 174.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 89 | 0.11 | 0 | 0.54 | 0.24 | 72.12 | 0.46 | 0.55 |
| Hex | AC | C1 | 59 | B | 0 | 36 | 18 | 48 | 2E | 37 |
| Octal | 254 | 301 | 131 | 13 | 0 | 66 | 30 | 110 | 56 | 67 |
| Binary | 10101100 | 11000001 | 1011001 | 1011 | 0 | 110110 | 11000 | 1001000 | 101110 | 110111 |
Color Harmonies of #ACC159
Complementary color
Monochromatic Colors of #ACC159
Black with #ACC159
Text Example
Text Example
White with #ACC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC159; }
p { color: rgb(172,193,89); }
H1.HeaderClassName
{
color: #ACC159;
}
.AnyTagClassName
{
color: #ACC159;
}
</style>
background-color css
<style>
a { background-color: #ACC159; }
a { background-color: rgb(172,193,89); }
div.DivClassName
{
background-color: #ACC159;
}
.BgClassName
{
background-color: #ACC159;
}
</style>
border-color css
<style>
span { border-color: #ACC159; }
span { border-color: rgb(172,193,89); }
td.TdClassName
{
border-color: #ACC159;
}
.TagClassName
{
border-color: #ACC159;
}
</style>