Shades of Celery #ADC04F
Tints of Celery #ADC04F
RGB
CMYK
RGB Variations
Color information
#ADC04F (or 0xADC04F) is known color: Celery. HEX triplet: AD, C0 and 4F. RGB value is (173,192,79). Sum of RGB (Red+Green+Blue) = 173+192+79=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC04F is #523FB0. Grayscale: #ADADAD. Windows color (decimal): -5390257 or 5226669. OLE color: 5226669.
HSL color Cylindrical-coordinate representation of color #ADC04F: hue angle of 70.09º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADC04F is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 79 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.25 |
| HSL | 70.09º | 0.47% | 0.53% | - |
| HSV(B) | 70.09º | 0.59% | 0.75% | - |
| XYZ | 37.49 | 47.15 | 14.52 | - |
| YUV | 173.44 | 74.71 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 79 | 0.10 | 0 | 0.59 | 0.25 | 70.09 | 0.47 | 0.53 |
| Hex | AD | C0 | 4F | A | 0 | 3B | 19 | 46 | 2F | 35 |
| Octal | 255 | 300 | 117 | 12 | 0 | 73 | 31 | 106 | 57 | 65 |
| Binary | 10101101 | 11000000 | 1001111 | 1010 | 0 | 111011 | 11001 | 1000110 | 101111 | 110101 |
Color Harmonies of #ADC04F
Complementary color
Monochromatic Colors of #ADC04F
Black with #ADC04F
Text Example
Text Example
White with #ADC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC04F; }
p { color: rgb(173,192,79); }
H1.HeaderClassName
{
color: #ADC04F;
}
.AnyTagClassName
{
color: #ADC04F;
}
</style>
background-color css
<style>
a { background-color: #ADC04F; }
a { background-color: rgb(173,192,79); }
div.DivClassName
{
background-color: #ADC04F;
}
.BgClassName
{
background-color: #ADC04F;
}
</style>
border-color css
<style>
span { border-color: #ADC04F; }
span { border-color: rgb(173,192,79); }
td.TdClassName
{
border-color: #ADC04F;
}
.TagClassName
{
border-color: #ADC04F;
}
</style>