Shades of Celery #ACC34D
Tints of Celery #ACC34D
RGB
CMYK
RGB Variations
Color information
#ACC34D (or 0xACC34D) is known color: Celery. HEX triplet: AC, C3 and 4D. RGB value is (172,195,77). Sum of RGB (Red+Green+Blue) = 172+195+77=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC34D is #533CB2. Grayscale: #AFAFAF. Windows color (decimal): -5455027 or 5096364. OLE color: 5096364.
HSL color Cylindrical-coordinate representation of color #ACC34D: hue angle of 71.69º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACC34D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 77 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.24 |
| HSL | 71.69º | 0.5% | 0.53% | - |
| HSV(B) | 71.69º | 0.61% | 0.76% | - |
| XYZ | 37.87 | 48.34 | 14.36 | - |
| YUV | 174.67 | 72.88 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 77 | 0.12 | 0 | 0.61 | 0.24 | 71.69 | 0.5 | 0.53 |
| Hex | AC | C3 | 4D | C | 0 | 3D | 18 | 48 | 32 | 35 |
| Octal | 254 | 303 | 115 | 14 | 0 | 75 | 30 | 110 | 62 | 65 |
| Binary | 10101100 | 11000011 | 1001101 | 1100 | 0 | 111101 | 11000 | 1001000 | 110010 | 110101 |
Color Harmonies of #ACC34D
Complementary color
Monochromatic Colors of #ACC34D
Black with #ACC34D
Text Example
Text Example
White with #ACC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC34D; }
p { color: rgb(172,195,77); }
H1.HeaderClassName
{
color: #ACC34D;
}
.AnyTagClassName
{
color: #ACC34D;
}
</style>
background-color css
<style>
a { background-color: #ACC34D; }
a { background-color: rgb(172,195,77); }
div.DivClassName
{
background-color: #ACC34D;
}
.BgClassName
{
background-color: #ACC34D;
}
</style>
border-color css
<style>
span { border-color: #ACC34D; }
span { border-color: rgb(172,195,77); }
td.TdClassName
{
border-color: #ACC34D;
}
.TagClassName
{
border-color: #ACC34D;
}
</style>