Shades of Celery #ACC240
Tints of Celery #ACC240
RGB
CMYK
RGB Variations
Color information
#ACC240 (or 0xACC240) is known color: Celery. HEX triplet: AC, C2 and 40. RGB value is (172,194,64). Sum of RGB (Red+Green+Blue) = 172+194+64=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC240 is #533DBF. Grayscale: #ADADAD. Windows color (decimal): -5455296 or 4244140. OLE color: 4244140.
HSL color Cylindrical-coordinate representation of color #ACC240: hue angle of 70.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACC240 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 64 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.24 |
| HSL | 70.15º | 0.52% | 0.51% | - |
| HSV(B) | 70.15º | 0.67% | 0.76% | - |
| XYZ | 37.23 | 47.72 | 12.1 | - |
| YUV | 172.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 64 | 0.11 | 0 | 0.67 | 0.24 | 70.15 | 0.52 | 0.51 |
| Hex | AC | C2 | 40 | B | 0 | 43 | 18 | 46 | 34 | 33 |
| Octal | 254 | 302 | 100 | 13 | 0 | 103 | 30 | 106 | 64 | 63 |
| Binary | 10101100 | 11000010 | 1000000 | 1011 | 0 | 1000011 | 11000 | 1000110 | 110100 | 110011 |
Color Harmonies of #ACC240
Complementary color
Monochromatic Colors of #ACC240
Black with #ACC240
Text Example
Text Example
White with #ACC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC240; }
p { color: rgb(172,194,64); }
H1.HeaderClassName
{
color: #ACC240;
}
.AnyTagClassName
{
color: #ACC240;
}
</style>
background-color css
<style>
a { background-color: #ACC240; }
a { background-color: rgb(172,194,64); }
div.DivClassName
{
background-color: #ACC240;
}
.BgClassName
{
background-color: #ACC240;
}
</style>
border-color css
<style>
span { border-color: #ACC240; }
span { border-color: rgb(172,194,64); }
td.TdClassName
{
border-color: #ACC240;
}
.TagClassName
{
border-color: #ACC240;
}
</style>