Shades of Celery #ADC44F
Tints of Celery #ADC44F
RGB
CMYK
RGB Variations
Color information
#ADC44F (or 0xADC44F) is known color: Celery. HEX triplet: AD, C4 and 4F. RGB value is (173,196,79). Sum of RGB (Red+Green+Blue) = 173+196+79=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC44F is #523BB0. Grayscale: #B0B0B0. Windows color (decimal): -5389233 or 5227693. OLE color: 5227693.
HSL color Cylindrical-coordinate representation of color #ADC44F: hue angle of 71.79º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADC44F is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 79 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.23 |
| HSL | 71.79º | 0.5% | 0.54% | - |
| HSV(B) | 71.79º | 0.6% | 0.77% | - |
| XYZ | 38.38 | 48.93 | 14.82 | - |
| YUV | 175.79 | 73.38 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 79 | 0.12 | 0 | 0.60 | 0.23 | 71.79 | 0.5 | 0.54 |
| Hex | AD | C4 | 4F | C | 0 | 3C | 17 | 48 | 32 | 36 |
| Octal | 255 | 304 | 117 | 14 | 0 | 74 | 27 | 110 | 62 | 66 |
| Binary | 10101101 | 11000100 | 1001111 | 1100 | 0 | 111100 | 10111 | 1001000 | 110010 | 110110 |
Color Harmonies of #ADC44F
Complementary color
Monochromatic Colors of #ADC44F
Black with #ADC44F
Text Example
Text Example
White with #ADC44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC44F; }
p { color: rgb(173,196,79); }
H1.HeaderClassName
{
color: #ADC44F;
}
.AnyTagClassName
{
color: #ADC44F;
}
</style>
background-color css
<style>
a { background-color: #ADC44F; }
a { background-color: rgb(173,196,79); }
div.DivClassName
{
background-color: #ADC44F;
}
.BgClassName
{
background-color: #ADC44F;
}
</style>
border-color css
<style>
span { border-color: #ADC44F; }
span { border-color: rgb(173,196,79); }
td.TdClassName
{
border-color: #ADC44F;
}
.TagClassName
{
border-color: #ADC44F;
}
</style>