Shades of Celery #ADC040
Tints of Celery #ADC040
RGB
CMYK
RGB Variations
Color information
#ADC040 (or 0xADC040) is known color: Celery. HEX triplet: AD, C0 and 40. RGB value is (173,192,64). Sum of RGB (Red+Green+Blue) = 173+192+64=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC040 is #523FBF. Grayscale: #ACACAC. Windows color (decimal): -5390272 or 4243629. OLE color: 4243629.
HSL color Cylindrical-coordinate representation of color #ADC040: hue angle of 68.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADC040 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 64 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.25 |
| HSL | 68.91º | 0.5% | 0.5% | - |
| HSV(B) | 68.91º | 0.67% | 0.75% | - |
| XYZ | 37.01 | 46.95 | 11.96 | - |
| YUV | 171.73 | 67.21 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 64 | 0.10 | 0 | 0.67 | 0.25 | 68.91 | 0.5 | 0.5 |
| Hex | AD | C0 | 40 | A | 0 | 43 | 19 | 45 | 32 | 32 |
| Octal | 255 | 300 | 100 | 12 | 0 | 103 | 31 | 105 | 62 | 62 |
| Binary | 10101101 | 11000000 | 1000000 | 1010 | 0 | 1000011 | 11001 | 1000101 | 110010 | 110010 |
Color Harmonies of #ADC040
Complementary color
Monochromatic Colors of #ADC040
Black with #ADC040
Text Example
Text Example
White with #ADC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC040; }
p { color: rgb(173,192,64); }
H1.HeaderClassName
{
color: #ADC040;
}
.AnyTagClassName
{
color: #ADC040;
}
</style>
background-color css
<style>
a { background-color: #ADC040; }
a { background-color: rgb(173,192,64); }
div.DivClassName
{
background-color: #ADC040;
}
.BgClassName
{
background-color: #ADC040;
}
</style>
border-color css
<style>
span { border-color: #ADC040; }
span { border-color: rgb(173,192,64); }
td.TdClassName
{
border-color: #ADC040;
}
.TagClassName
{
border-color: #ADC040;
}
</style>