Shades of Celery #ADC54C
Tints of Celery #ADC54C
RGB
CMYK
RGB Variations
Color information
#ADC54C (or 0xADC54C) is known color: Celery. HEX triplet: AD, C5 and 4C. RGB value is (173,197,76). Sum of RGB (Red+Green+Blue) = 173+197+76=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC54C is #523AB3. Grayscale: #B0B0B0. Windows color (decimal): -5388980 or 5031341. OLE color: 5031341.
HSL color Cylindrical-coordinate representation of color #ADC54C: hue angle of 71.9º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADC54C is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 76 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.23 |
| HSL | 71.9º | 0.51% | 0.54% | - |
| HSV(B) | 71.9º | 0.61% | 0.77% | - |
| XYZ | 38.5 | 49.34 | 14.33 | - |
| YUV | 176.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 76 | 0.12 | 0 | 0.61 | 0.23 | 71.9 | 0.51 | 0.54 |
| Hex | AD | C5 | 4C | C | 0 | 3D | 17 | 48 | 33 | 36 |
| Octal | 255 | 305 | 114 | 14 | 0 | 75 | 27 | 110 | 63 | 66 |
| Binary | 10101101 | 11000101 | 1001100 | 1100 | 0 | 111101 | 10111 | 1001000 | 110011 | 110110 |
Color Harmonies of #ADC54C
Complementary color
Monochromatic Colors of #ADC54C
Black with #ADC54C
Text Example
Text Example
White with #ADC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC54C; }
p { color: rgb(173,197,76); }
H1.HeaderClassName
{
color: #ADC54C;
}
.AnyTagClassName
{
color: #ADC54C;
}
</style>
background-color css
<style>
a { background-color: #ADC54C; }
a { background-color: rgb(173,197,76); }
div.DivClassName
{
background-color: #ADC54C;
}
.BgClassName
{
background-color: #ADC54C;
}
</style>
border-color css
<style>
span { border-color: #ADC54C; }
span { border-color: rgb(173,197,76); }
td.TdClassName
{
border-color: #ADC54C;
}
.TagClassName
{
border-color: #ADC54C;
}
</style>