Shades of Celery #ADC04E
Tints of Celery #ADC04E
RGB
CMYK
RGB Variations
Color information
#ADC04E (or 0xADC04E) is known color: Celery. HEX triplet: AD, C0 and 4E. RGB value is (173,192,78). Sum of RGB (Red+Green+Blue) = 173+192+78=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC04E is #523FB1. Grayscale: #ADADAD. Windows color (decimal): -5390258 or 5161133. OLE color: 5161133.
HSL color Cylindrical-coordinate representation of color #ADC04E: hue angle of 70º 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 #ADC04E is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 78 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.25 |
| HSL | 70º | 0.48% | 0.53% | - |
| HSV(B) | 70º | 0.59% | 0.75% | - |
| XYZ | 37.46 | 47.13 | 14.33 | - |
| YUV | 173.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 78 | 0.10 | 0 | 0.59 | 0.25 | 70 | 0.48 | 0.53 |
| Hex | AD | C0 | 4E | A | 0 | 3B | 19 | 46 | 30 | 35 |
| Octal | 255 | 300 | 116 | 12 | 0 | 73 | 31 | 106 | 60 | 65 |
| Binary | 10101101 | 11000000 | 1001110 | 1010 | 0 | 111011 | 11001 | 1000110 | 110000 | 110101 |
Color Harmonies of #ADC04E
Complementary color
Monochromatic Colors of #ADC04E
Black with #ADC04E
Text Example
Text Example
White with #ADC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC04E; }
p { color: rgb(173,192,78); }
H1.HeaderClassName
{
color: #ADC04E;
}
.AnyTagClassName
{
color: #ADC04E;
}
</style>
background-color css
<style>
a { background-color: #ADC04E; }
a { background-color: rgb(173,192,78); }
div.DivClassName
{
background-color: #ADC04E;
}
.BgClassName
{
background-color: #ADC04E;
}
</style>
border-color css
<style>
span { border-color: #ADC04E; }
span { border-color: rgb(173,192,78); }
td.TdClassName
{
border-color: #ADC04E;
}
.TagClassName
{
border-color: #ADC04E;
}
</style>