Shades of Celery #ACC04A
Tints of Celery #ACC04A
RGB
CMYK
RGB Variations
Color information
#ACC04A (or 0xACC04A) is known color: Celery. HEX triplet: AC, C0 and 4A. RGB value is (172,192,74). Sum of RGB (Red+Green+Blue) = 172+192+74=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC04A is #533FB5. Grayscale: #ADADAD. Windows color (decimal): -5455798 or 4898988. OLE color: 4898988.
HSL color Cylindrical-coordinate representation of color #ACC04A: hue angle of 70.17º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACC04A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 74 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.25 |
| HSL | 70.17º | 0.48% | 0.52% | - |
| HSV(B) | 70.17º | 0.61% | 0.75% | - |
| XYZ | 37.1 | 46.96 | 13.59 | - |
| YUV | 172.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 74 | 0.10 | 0 | 0.61 | 0.25 | 70.17 | 0.48 | 0.52 |
| Hex | AC | C0 | 4A | A | 0 | 3D | 19 | 46 | 30 | 34 |
| Octal | 254 | 300 | 112 | 12 | 0 | 75 | 31 | 106 | 60 | 64 |
| Binary | 10101100 | 11000000 | 1001010 | 1010 | 0 | 111101 | 11001 | 1000110 | 110000 | 110100 |
Color Harmonies of #ACC04A
Complementary color
Monochromatic Colors of #ACC04A
Black with #ACC04A
Text Example
Text Example
White with #ACC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC04A; }
p { color: rgb(172,192,74); }
H1.HeaderClassName
{
color: #ACC04A;
}
.AnyTagClassName
{
color: #ACC04A;
}
</style>
background-color css
<style>
a { background-color: #ACC04A; }
a { background-color: rgb(172,192,74); }
div.DivClassName
{
background-color: #ACC04A;
}
.BgClassName
{
background-color: #ACC04A;
}
</style>
border-color css
<style>
span { border-color: #ACC04A; }
span { border-color: rgb(172,192,74); }
td.TdClassName
{
border-color: #ACC04A;
}
.TagClassName
{
border-color: #ACC04A;
}
</style>