Shades of Celery #ACC940
Tints of Celery #ACC940
RGB
CMYK
RGB Variations
Color information
#ACC940 (or 0xACC940) is known color: Celery. HEX triplet: AC, C9 and 40. RGB value is (172,201,64). Sum of RGB (Red+Green+Blue) = 172+201+64=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC940 is #5336BF. Grayscale: #B1B1B1. Windows color (decimal): -5453504 or 4245932. OLE color: 4245932.
HSL color Cylindrical-coordinate representation of color #ACC940: hue angle of 72.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACC940 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 64 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.21 |
| HSL | 72.7º | 0.56% | 0.52% | - |
| HSV(B) | 72.7º | 0.68% | 0.79% | - |
| XYZ | 38.83 | 50.91 | 12.63 | - |
| YUV | 176.71 | 64.39 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 64 | 0.14 | 0 | 0.68 | 0.21 | 72.7 | 0.56 | 0.52 |
| Hex | AC | C9 | 40 | E | 0 | 44 | 15 | 49 | 38 | 34 |
| Octal | 254 | 311 | 100 | 16 | 0 | 104 | 25 | 111 | 70 | 64 |
| Binary | 10101100 | 11001001 | 1000000 | 1110 | 0 | 1000100 | 10101 | 1001001 | 111000 | 110100 |
Color Harmonies of #ACC940
Complementary color
Monochromatic Colors of #ACC940
Black with #ACC940
Text Example
Text Example
White with #ACC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC940; }
p { color: rgb(172,201,64); }
H1.HeaderClassName
{
color: #ACC940;
}
.AnyTagClassName
{
color: #ACC940;
}
</style>
background-color css
<style>
a { background-color: #ACC940; }
a { background-color: rgb(172,201,64); }
div.DivClassName
{
background-color: #ACC940;
}
.BgClassName
{
background-color: #ACC940;
}
</style>
border-color css
<style>
span { border-color: #ACC940; }
span { border-color: rgb(172,201,64); }
td.TdClassName
{
border-color: #ACC940;
}
.TagClassName
{
border-color: #ACC940;
}
</style>