Shades of Celery #ACC15A
Tints of Celery #ACC15A
RGB
CMYK
RGB Variations
Color information
#ACC15A (or 0xACC15A) is known color: Celery. HEX triplet: AC, C1 and 5A. RGB value is (172,193,90). Sum of RGB (Red+Green+Blue) = 172+193+90=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC15A is #533EA5. Grayscale: #AFAFAF. Windows color (decimal): -5455526 or 5947820. OLE color: 5947820.
HSL color Cylindrical-coordinate representation of color #ACC15A: hue angle of 72.23º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACC15A is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 90 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.24 |
| HSL | 72.23º | 0.45% | 0.55% | - |
| HSV(B) | 72.23º | 0.53% | 0.76% | - |
| XYZ | 37.93 | 47.65 | 16.87 | - |
| YUV | 174.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 90 | 0.11 | 0 | 0.53 | 0.24 | 72.23 | 0.45 | 0.55 |
| Hex | AC | C1 | 5A | B | 0 | 35 | 18 | 48 | 2D | 37 |
| Octal | 254 | 301 | 132 | 13 | 0 | 65 | 30 | 110 | 55 | 67 |
| Binary | 10101100 | 11000001 | 1011010 | 1011 | 0 | 110101 | 11000 | 1001000 | 101101 | 110111 |
Color Harmonies of #ACC15A
Complementary color
Monochromatic Colors of #ACC15A
Black with #ACC15A
Text Example
Text Example
White with #ACC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC15A; }
p { color: rgb(172,193,90); }
H1.HeaderClassName
{
color: #ACC15A;
}
.AnyTagClassName
{
color: #ACC15A;
}
</style>
background-color css
<style>
a { background-color: #ACC15A; }
a { background-color: rgb(172,193,90); }
div.DivClassName
{
background-color: #ACC15A;
}
.BgClassName
{
background-color: #ACC15A;
}
</style>
border-color css
<style>
span { border-color: #ACC15A; }
span { border-color: rgb(172,193,90); }
td.TdClassName
{
border-color: #ACC15A;
}
.TagClassName
{
border-color: #ACC15A;
}
</style>