Shades of Celery #ACC65A
Tints of Celery #ACC65A
RGB
CMYK
RGB Variations
Color information
#ACC65A (or 0xACC65A) is known color: Celery. HEX triplet: AC, C6 and 5A. RGB value is (172,198,90). Sum of RGB (Red+Green+Blue) = 172+198+90=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC65A is #5339A5. Grayscale: #B2B2B2. Windows color (decimal): -5454246 or 5949100. OLE color: 5949100.
HSL color Cylindrical-coordinate representation of color #ACC65A: hue angle of 74.44º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACC65A is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 90 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.22 |
| HSL | 74.44º | 0.49% | 0.56% | - |
| HSV(B) | 74.44º | 0.55% | 0.78% | - |
| XYZ | 39.05 | 49.9 | 17.25 | - |
| YUV | 177.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 90 | 0.13 | 0 | 0.55 | 0.22 | 74.44 | 0.49 | 0.56 |
| Hex | AC | C6 | 5A | D | 0 | 37 | 16 | 4A | 31 | 38 |
| Octal | 254 | 306 | 132 | 15 | 0 | 67 | 26 | 112 | 61 | 70 |
| Binary | 10101100 | 11000110 | 1011010 | 1101 | 0 | 110111 | 10110 | 1001010 | 110001 | 111000 |
Color Harmonies of #ACC65A
Complementary color
Monochromatic Colors of #ACC65A
Black with #ACC65A
Text Example
Text Example
White with #ACC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC65A; }
p { color: rgb(172,198,90); }
H1.HeaderClassName
{
color: #ACC65A;
}
.AnyTagClassName
{
color: #ACC65A;
}
</style>
background-color css
<style>
a { background-color: #ACC65A; }
a { background-color: rgb(172,198,90); }
div.DivClassName
{
background-color: #ACC65A;
}
.BgClassName
{
background-color: #ACC65A;
}
</style>
border-color css
<style>
span { border-color: #ACC65A; }
span { border-color: rgb(172,198,90); }
td.TdClassName
{
border-color: #ACC65A;
}
.TagClassName
{
border-color: #ACC65A;
}
</style>