Shades of Celery #ADC05E
Tints of Celery #ADC05E
RGB
CMYK
RGB Variations
Color information
#ADC05E (or 0xADC05E) is known color: Celery. HEX triplet: AD, C0 and 5E. RGB value is (173,192,94). Sum of RGB (Red+Green+Blue) = 173+192+94=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC05E is #523FA1. Grayscale: #AFAFAF. Windows color (decimal): -5390242 or 6209709. OLE color: 6209709.
HSL color Cylindrical-coordinate representation of color #ADC05E: hue angle of 71.63º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC05E is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 94 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.25 |
| HSL | 71.63º | 0.44% | 0.56% | - |
| HSV(B) | 71.63º | 0.51% | 0.75% | - |
| XYZ | 38.1 | 47.39 | 17.73 | - |
| YUV | 175.15 | 82.21 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 94 | 0.10 | 0 | 0.51 | 0.25 | 71.63 | 0.44 | 0.56 |
| Hex | AD | C0 | 5E | A | 0 | 33 | 19 | 48 | 2C | 38 |
| Octal | 255 | 300 | 136 | 12 | 0 | 63 | 31 | 110 | 54 | 70 |
| Binary | 10101101 | 11000000 | 1011110 | 1010 | 0 | 110011 | 11001 | 1001000 | 101100 | 111000 |
Color Harmonies of #ADC05E
Complementary color
Monochromatic Colors of #ADC05E
Black with #ADC05E
Text Example
Text Example
White with #ADC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC05E; }
p { color: rgb(173,192,94); }
H1.HeaderClassName
{
color: #ADC05E;
}
.AnyTagClassName
{
color: #ADC05E;
}
</style>
background-color css
<style>
a { background-color: #ADC05E; }
a { background-color: rgb(173,192,94); }
div.DivClassName
{
background-color: #ADC05E;
}
.BgClassName
{
background-color: #ADC05E;
}
</style>
border-color css
<style>
span { border-color: #ADC05E; }
span { border-color: rgb(173,192,94); }
td.TdClassName
{
border-color: #ADC05E;
}
.TagClassName
{
border-color: #ADC05E;
}
</style>