Shades of Celery #ACC15C
Tints of Celery #ACC15C
RGB
CMYK
RGB Variations
Color information
#ACC15C (or 0xACC15C) is known color: Celery. HEX triplet: AC, C1 and 5C. RGB value is (172,193,92). Sum of RGB (Red+Green+Blue) = 172+193+92=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC15C is #533EA3. Grayscale: #AFAFAF. Windows color (decimal): -5455524 or 6078892. OLE color: 6078892.
HSL color Cylindrical-coordinate representation of color #ACC15C: hue angle of 72.48º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACC15C is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 92 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.24 |
| HSL | 72.48º | 0.45% | 0.56% | - |
| HSV(B) | 72.48º | 0.52% | 0.76% | - |
| XYZ | 38.01 | 47.68 | 17.33 | - |
| YUV | 175.21 | 81.04 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 92 | 0.11 | 0 | 0.52 | 0.24 | 72.48 | 0.45 | 0.56 |
| Hex | AC | C1 | 5C | B | 0 | 34 | 18 | 48 | 2D | 38 |
| Octal | 254 | 301 | 134 | 13 | 0 | 64 | 30 | 110 | 55 | 70 |
| Binary | 10101100 | 11000001 | 1011100 | 1011 | 0 | 110100 | 11000 | 1001000 | 101101 | 111000 |
Color Harmonies of #ACC15C
Complementary color
Monochromatic Colors of #ACC15C
Black with #ACC15C
Text Example
Text Example
White with #ACC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC15C; }
p { color: rgb(172,193,92); }
H1.HeaderClassName
{
color: #ACC15C;
}
.AnyTagClassName
{
color: #ACC15C;
}
</style>
background-color css
<style>
a { background-color: #ACC15C; }
a { background-color: rgb(172,193,92); }
div.DivClassName
{
background-color: #ACC15C;
}
.BgClassName
{
background-color: #ACC15C;
}
</style>
border-color css
<style>
span { border-color: #ACC15C; }
span { border-color: rgb(172,193,92); }
td.TdClassName
{
border-color: #ACC15C;
}
.TagClassName
{
border-color: #ACC15C;
}
</style>