Shades of Celery #ACC142
Tints of Celery #ACC142
RGB
CMYK
RGB Variations
Color information
#ACC142 (or 0xACC142) is known color: Celery. HEX triplet: AC, C1 and 42. RGB value is (172,193,66). Sum of RGB (Red+Green+Blue) = 172+193+66=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC142 is #533EBD. Grayscale: #ACACAC. Windows color (decimal): -5455550 or 4374956. OLE color: 4374956.
HSL color Cylindrical-coordinate representation of color #ACC142: hue angle of 69.92º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACC142 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 66 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.24 |
| HSL | 69.92º | 0.51% | 0.51% | - |
| HSV(B) | 69.92º | 0.66% | 0.76% | - |
| XYZ | 37.07 | 47.3 | 12.33 | - |
| YUV | 172.24 | 68.04 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 66 | 0.11 | 0 | 0.66 | 0.24 | 69.92 | 0.51 | 0.51 |
| Hex | AC | C1 | 42 | B | 0 | 42 | 18 | 46 | 33 | 33 |
| Octal | 254 | 301 | 102 | 13 | 0 | 102 | 30 | 106 | 63 | 63 |
| Binary | 10101100 | 11000001 | 1000010 | 1011 | 0 | 1000010 | 11000 | 1000110 | 110011 | 110011 |
Color Harmonies of #ACC142
Complementary color
Monochromatic Colors of #ACC142
Black with #ACC142
Text Example
Text Example
White with #ACC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC142; }
p { color: rgb(172,193,66); }
H1.HeaderClassName
{
color: #ACC142;
}
.AnyTagClassName
{
color: #ACC142;
}
</style>
background-color css
<style>
a { background-color: #ACC142; }
a { background-color: rgb(172,193,66); }
div.DivClassName
{
background-color: #ACC142;
}
.BgClassName
{
background-color: #ACC142;
}
</style>
border-color css
<style>
span { border-color: #ACC142; }
span { border-color: rgb(172,193,66); }
td.TdClassName
{
border-color: #ACC142;
}
.TagClassName
{
border-color: #ACC142;
}
</style>