Shades of Celery #ADC05D
Tints of Celery #ADC05D
RGB
CMYK
RGB Variations
Color information
#ADC05D (or 0xADC05D) is known color: Celery. HEX triplet: AD, C0 and 5D. RGB value is (173,192,93). Sum of RGB (Red+Green+Blue) = 173+192+93=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC05D is #523FA2. Grayscale: #AFAFAF. Windows color (decimal): -5390243 or 6144173. OLE color: 6144173.
HSL color Cylindrical-coordinate representation of color #ADC05D: hue angle of 71.52º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC05D is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 93 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.25 |
| HSL | 71.52º | 0.44% | 0.56% | - |
| HSV(B) | 71.52º | 0.52% | 0.75% | - |
| XYZ | 38.06 | 47.37 | 17.49 | - |
| YUV | 175.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 93 | 0.10 | 0 | 0.52 | 0.25 | 71.52 | 0.44 | 0.56 |
| Hex | AD | C0 | 5D | A | 0 | 34 | 19 | 48 | 2C | 38 |
| Octal | 255 | 300 | 135 | 12 | 0 | 64 | 31 | 110 | 54 | 70 |
| Binary | 10101101 | 11000000 | 1011101 | 1010 | 0 | 110100 | 11001 | 1001000 | 101100 | 111000 |
Color Harmonies of #ADC05D
Complementary color
Monochromatic Colors of #ADC05D
Black with #ADC05D
Text Example
Text Example
White with #ADC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC05D; }
p { color: rgb(173,192,93); }
H1.HeaderClassName
{
color: #ADC05D;
}
.AnyTagClassName
{
color: #ADC05D;
}
</style>
background-color css
<style>
a { background-color: #ADC05D; }
a { background-color: rgb(173,192,93); }
div.DivClassName
{
background-color: #ADC05D;
}
.BgClassName
{
background-color: #ADC05D;
}
</style>
border-color css
<style>
span { border-color: #ADC05D; }
span { border-color: rgb(173,192,93); }
td.TdClassName
{
border-color: #ADC05D;
}
.TagClassName
{
border-color: #ADC05D;
}
</style>