Shades of Celery #ADC44C
Tints of Celery #ADC44C
RGB
CMYK
RGB Variations
Color information
#ADC44C (or 0xADC44C) is known color: Celery. HEX triplet: AD, C4 and 4C. RGB value is (173,196,76). Sum of RGB (Red+Green+Blue) = 173+196+76=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC44C is #523BB3. Grayscale: #AFAFAF. Windows color (decimal): -5389236 or 5031085. OLE color: 5031085.
HSL color Cylindrical-coordinate representation of color #ADC44C: hue angle of 71.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADC44C is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 76 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.23 |
| HSL | 71.5º | 0.5% | 0.53% | - |
| HSV(B) | 71.5º | 0.61% | 0.77% | - |
| XYZ | 38.28 | 48.89 | 14.26 | - |
| YUV | 175.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 76 | 0.12 | 0 | 0.61 | 0.23 | 71.5 | 0.5 | 0.53 |
| Hex | AD | C4 | 4C | C | 0 | 3D | 17 | 48 | 32 | 35 |
| Octal | 255 | 304 | 114 | 14 | 0 | 75 | 27 | 110 | 62 | 65 |
| Binary | 10101101 | 11000100 | 1001100 | 1100 | 0 | 111101 | 10111 | 1001000 | 110010 | 110101 |
Color Harmonies of #ADC44C
Complementary color
Monochromatic Colors of #ADC44C
Black with #ADC44C
Text Example
Text Example
White with #ADC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC44C; }
p { color: rgb(173,196,76); }
H1.HeaderClassName
{
color: #ADC44C;
}
.AnyTagClassName
{
color: #ADC44C;
}
</style>
background-color css
<style>
a { background-color: #ADC44C; }
a { background-color: rgb(173,196,76); }
div.DivClassName
{
background-color: #ADC44C;
}
.BgClassName
{
background-color: #ADC44C;
}
</style>
border-color css
<style>
span { border-color: #ADC44C; }
span { border-color: rgb(173,196,76); }
td.TdClassName
{
border-color: #ADC44C;
}
.TagClassName
{
border-color: #ADC44C;
}
</style>