Shades of Celery #ACC24A
Tints of Celery #ACC24A
RGB
CMYK
RGB Variations
Color information
#ACC24A (or 0xACC24A) is known color: Celery. HEX triplet: AC, C2 and 4A. RGB value is (172,194,74). Sum of RGB (Red+Green+Blue) = 172+194+74=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC24A is #533DB5. Grayscale: #AEAEAE. Windows color (decimal): -5455286 or 4899500. OLE color: 4899500.
HSL color Cylindrical-coordinate representation of color #ACC24A: hue angle of 71º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACC24A is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 74 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.24 |
| HSL | 71º | 0.5% | 0.53% | - |
| HSV(B) | 71º | 0.62% | 0.76% | - |
| XYZ | 37.54 | 47.85 | 13.74 | - |
| YUV | 173.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 74 | 0.11 | 0 | 0.62 | 0.24 | 71 | 0.5 | 0.53 |
| Hex | AC | C2 | 4A | B | 0 | 3E | 18 | 47 | 32 | 35 |
| Octal | 254 | 302 | 112 | 13 | 0 | 76 | 30 | 107 | 62 | 65 |
| Binary | 10101100 | 11000010 | 1001010 | 1011 | 0 | 111110 | 11000 | 1000111 | 110010 | 110101 |
Color Harmonies of #ACC24A
Complementary color
Monochromatic Colors of #ACC24A
Black with #ACC24A
Text Example
Text Example
White with #ACC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC24A; }
p { color: rgb(172,194,74); }
H1.HeaderClassName
{
color: #ACC24A;
}
.AnyTagClassName
{
color: #ACC24A;
}
</style>
background-color css
<style>
a { background-color: #ACC24A; }
a { background-color: rgb(172,194,74); }
div.DivClassName
{
background-color: #ACC24A;
}
.BgClassName
{
background-color: #ACC24A;
}
</style>
border-color css
<style>
span { border-color: #ACC24A; }
span { border-color: rgb(172,194,74); }
td.TdClassName
{
border-color: #ACC24A;
}
.TagClassName
{
border-color: #ACC24A;
}
</style>