Shades of Celery #ACC35A
Tints of Celery #ACC35A
RGB
CMYK
RGB Variations
Color information
#ACC35A (or 0xACC35A) is known color: Celery. HEX triplet: AC, C3 and 5A. RGB value is (172,195,90). Sum of RGB (Red+Green+Blue) = 172+195+90=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC35A is #533CA5. Grayscale: #B0B0B0. Windows color (decimal): -5455014 or 5948332. OLE color: 5948332.
HSL color Cylindrical-coordinate representation of color #ACC35A: hue angle of 73.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACC35A is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 90 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.24 |
| HSL | 73.14º | 0.47% | 0.56% | - |
| HSV(B) | 73.14º | 0.54% | 0.76% | - |
| XYZ | 38.37 | 48.54 | 17.02 | - |
| YUV | 176.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 90 | 0.12 | 0 | 0.54 | 0.24 | 73.14 | 0.47 | 0.56 |
| Hex | AC | C3 | 5A | C | 0 | 36 | 18 | 49 | 2F | 38 |
| Octal | 254 | 303 | 132 | 14 | 0 | 66 | 30 | 111 | 57 | 70 |
| Binary | 10101100 | 11000011 | 1011010 | 1100 | 0 | 110110 | 11000 | 1001001 | 101111 | 111000 |
Color Harmonies of #ACC35A
Complementary color
Monochromatic Colors of #ACC35A
Black with #ACC35A
Text Example
Text Example
White with #ACC35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC35A; }
p { color: rgb(172,195,90); }
H1.HeaderClassName
{
color: #ACC35A;
}
.AnyTagClassName
{
color: #ACC35A;
}
</style>
background-color css
<style>
a { background-color: #ACC35A; }
a { background-color: rgb(172,195,90); }
div.DivClassName
{
background-color: #ACC35A;
}
.BgClassName
{
background-color: #ACC35A;
}
</style>
border-color css
<style>
span { border-color: #ACC35A; }
span { border-color: rgb(172,195,90); }
td.TdClassName
{
border-color: #ACC35A;
}
.TagClassName
{
border-color: #ACC35A;
}
</style>