Shades of Celery #ACC13C
Tints of Celery #ACC13C
RGB
CMYK
RGB Variations
Color information
#ACC13C (or 0xACC13C) is known color: Celery. HEX triplet: AC, C1 and 3C. RGB value is (172,193,60). Sum of RGB (Red+Green+Blue) = 172+193+60=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC13C is #533EC3. Grayscale: #ACACAC. Windows color (decimal): -5455556 or 3981740. OLE color: 3981740.
HSL color Cylindrical-coordinate representation of color #ACC13C: hue angle of 69.47º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACC13C is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 60 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.24 |
| HSL | 69.47º | 0.53% | 0.5% | - |
| HSV(B) | 69.47º | 0.69% | 0.76% | - |
| XYZ | 36.9 | 47.24 | 11.45 | - |
| YUV | 171.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 60 | 0.11 | 0 | 0.69 | 0.24 | 69.47 | 0.53 | 0.5 |
| Hex | AC | C1 | 3C | B | 0 | 45 | 18 | 45 | 35 | 32 |
| Octal | 254 | 301 | 74 | 13 | 0 | 105 | 30 | 105 | 65 | 62 |
| Binary | 10101100 | 11000001 | 111100 | 1011 | 0 | 1000101 | 11000 | 1000101 | 110101 | 110010 |
Color Harmonies of #ACC13C
Complementary color
Monochromatic Colors of #ACC13C
Black with #ACC13C
Text Example
Text Example
White with #ACC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC13C; }
p { color: rgb(172,193,60); }
H1.HeaderClassName
{
color: #ACC13C;
}
.AnyTagClassName
{
color: #ACC13C;
}
</style>
background-color css
<style>
a { background-color: #ACC13C; }
a { background-color: rgb(172,193,60); }
div.DivClassName
{
background-color: #ACC13C;
}
.BgClassName
{
background-color: #ACC13C;
}
</style>
border-color css
<style>
span { border-color: #ACC13C; }
span { border-color: rgb(172,193,60); }
td.TdClassName
{
border-color: #ACC13C;
}
.TagClassName
{
border-color: #ACC13C;
}
</style>