Shades of Celery #ADC94D
Tints of Celery #ADC94D
RGB
CMYK
RGB Variations
Color information
#ADC94D (or 0xADC94D) is known color: Celery. HEX triplet: AD, C9 and 4D. RGB value is (173,201,77). Sum of RGB (Red+Green+Blue) = 173+201+77=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC94D is #5236B2. Grayscale: #B2B2B2. Windows color (decimal): -5387955 or 5097901. OLE color: 5097901.
HSL color Cylindrical-coordinate representation of color #ADC94D: hue angle of 73.55º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADC94D is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 77 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.21 |
| HSL | 73.55º | 0.53% | 0.55% | - |
| HSV(B) | 73.55º | 0.62% | 0.79% | - |
| XYZ | 39.46 | 51.19 | 14.82 | - |
| YUV | 178.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 77 | 0.14 | 0 | 0.62 | 0.21 | 73.55 | 0.53 | 0.55 |
| Hex | AD | C9 | 4D | E | 0 | 3E | 15 | 4A | 35 | 37 |
| Octal | 255 | 311 | 115 | 16 | 0 | 76 | 25 | 112 | 65 | 67 |
| Binary | 10101101 | 11001001 | 1001101 | 1110 | 0 | 111110 | 10101 | 1001010 | 110101 | 110111 |
Color Harmonies of #ADC94D
Complementary color
Monochromatic Colors of #ADC94D
Black with #ADC94D
Text Example
Text Example
White with #ADC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC94D; }
p { color: rgb(173,201,77); }
H1.HeaderClassName
{
color: #ADC94D;
}
.AnyTagClassName
{
color: #ADC94D;
}
</style>
background-color css
<style>
a { background-color: #ADC94D; }
a { background-color: rgb(173,201,77); }
div.DivClassName
{
background-color: #ADC94D;
}
.BgClassName
{
background-color: #ADC94D;
}
</style>
border-color css
<style>
span { border-color: #ADC94D; }
span { border-color: rgb(173,201,77); }
td.TdClassName
{
border-color: #ADC94D;
}
.TagClassName
{
border-color: #ADC94D;
}
</style>