Shades of Celery #ACC135
Tints of Celery #ACC135
RGB
CMYK
RGB Variations
Color information
#ACC135 (or 0xACC135) is known color: Celery. HEX triplet: AC, C1 and 35. RGB value is (172,193,53). Sum of RGB (Red+Green+Blue) = 172+193+53=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC135 is #533ECA. Grayscale: #ABABAB. Windows color (decimal): -5455563 or 3522988. OLE color: 3522988.
HSL color Cylindrical-coordinate representation of color #ACC135: hue angle of 69º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACC135 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 53 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.24 |
| HSL | 69º | 0.57% | 0.48% | - |
| HSV(B) | 69º | 0.73% | 0.76% | - |
| XYZ | 36.73 | 47.17 | 10.54 | - |
| YUV | 170.76 | 61.54 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 53 | 0.11 | 0 | 0.73 | 0.24 | 69 | 0.57 | 0.48 |
| Hex | AC | C1 | 35 | B | 0 | 49 | 18 | 45 | 39 | 30 |
| Octal | 254 | 301 | 65 | 13 | 0 | 111 | 30 | 105 | 71 | 60 |
| Binary | 10101100 | 11000001 | 110101 | 1011 | 0 | 1001001 | 11000 | 1000101 | 111001 | 110000 |
Color Harmonies of #ACC135
Complementary color
Monochromatic Colors of #ACC135
Black with #ACC135
Text Example
Text Example
White with #ACC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC135; }
p { color: rgb(172,193,53); }
H1.HeaderClassName
{
color: #ACC135;
}
.AnyTagClassName
{
color: #ACC135;
}
</style>
background-color css
<style>
a { background-color: #ACC135; }
a { background-color: rgb(172,193,53); }
div.DivClassName
{
background-color: #ACC135;
}
.BgClassName
{
background-color: #ACC135;
}
</style>
border-color css
<style>
span { border-color: #ACC135; }
span { border-color: rgb(172,193,53); }
td.TdClassName
{
border-color: #ACC135;
}
.TagClassName
{
border-color: #ACC135;
}
</style>