Shades of Celery #ADC94E
Tints of Celery #ADC94E
RGB
CMYK
RGB Variations
Color information
#ADC94E (or 0xADC94E) is known color: Celery. HEX triplet: AD, C9 and 4E. RGB value is (173,201,78). Sum of RGB (Red+Green+Blue) = 173+201+78=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC94E is #5236B1. Grayscale: #B3B3B3. Windows color (decimal): -5387954 or 5163437. OLE color: 5163437.
HSL color Cylindrical-coordinate representation of color #ADC94E: hue angle of 73.66º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADC94E is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 78 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.21 |
| HSL | 73.66º | 0.53% | 0.55% | - |
| HSV(B) | 73.66º | 0.61% | 0.79% | - |
| XYZ | 39.5 | 51.21 | 15.01 | - |
| YUV | 178.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 78 | 0.14 | 0 | 0.61 | 0.21 | 73.66 | 0.53 | 0.55 |
| Hex | AD | C9 | 4E | E | 0 | 3D | 15 | 4A | 35 | 37 |
| Octal | 255 | 311 | 116 | 16 | 0 | 75 | 25 | 112 | 65 | 67 |
| Binary | 10101101 | 11001001 | 1001110 | 1110 | 0 | 111101 | 10101 | 1001010 | 110101 | 110111 |
Color Harmonies of #ADC94E
Complementary color
Monochromatic Colors of #ADC94E
Black with #ADC94E
Text Example
Text Example
White with #ADC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC94E; }
p { color: rgb(173,201,78); }
H1.HeaderClassName
{
color: #ADC94E;
}
.AnyTagClassName
{
color: #ADC94E;
}
</style>
background-color css
<style>
a { background-color: #ADC94E; }
a { background-color: rgb(173,201,78); }
div.DivClassName
{
background-color: #ADC94E;
}
.BgClassName
{
background-color: #ADC94E;
}
</style>
border-color css
<style>
span { border-color: #ADC94E; }
span { border-color: rgb(173,201,78); }
td.TdClassName
{
border-color: #ADC94E;
}
.TagClassName
{
border-color: #ADC94E;
}
</style>