Shades of Celery #ACC143
Tints of Celery #ACC143
RGB
CMYK
RGB Variations
Color information
#ACC143 (or 0xACC143) is known color: Celery. HEX triplet: AC, C1 and 43. RGB value is (172,193,67). Sum of RGB (Red+Green+Blue) = 172+193+67=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC143 is #533EBC. Grayscale: #ACACAC. Windows color (decimal): -5455549 or 4440492. OLE color: 4440492.
HSL color Cylindrical-coordinate representation of color #ACC143: hue angle of 70º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACC143 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 67 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.24 |
| HSL | 70º | 0.5% | 0.51% | - |
| HSV(B) | 70º | 0.65% | 0.76% | - |
| XYZ | 37.1 | 47.32 | 12.49 | - |
| YUV | 172.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 67 | 0.11 | 0 | 0.65 | 0.24 | 70 | 0.5 | 0.51 |
| Hex | AC | C1 | 43 | B | 0 | 41 | 18 | 46 | 32 | 33 |
| Octal | 254 | 301 | 103 | 13 | 0 | 101 | 30 | 106 | 62 | 63 |
| Binary | 10101100 | 11000001 | 1000011 | 1011 | 0 | 1000001 | 11000 | 1000110 | 110010 | 110011 |
Color Harmonies of #ACC143
Complementary color
Monochromatic Colors of #ACC143
Black with #ACC143
Text Example
Text Example
White with #ACC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC143; }
p { color: rgb(172,193,67); }
H1.HeaderClassName
{
color: #ACC143;
}
.AnyTagClassName
{
color: #ACC143;
}
</style>
background-color css
<style>
a { background-color: #ACC143; }
a { background-color: rgb(172,193,67); }
div.DivClassName
{
background-color: #ACC143;
}
.BgClassName
{
background-color: #ACC143;
}
</style>
border-color css
<style>
span { border-color: #ACC143; }
span { border-color: rgb(172,193,67); }
td.TdClassName
{
border-color: #ACC143;
}
.TagClassName
{
border-color: #ACC143;
}
</style>