Shades of Celery #ADC842
Tints of Celery #ADC842
RGB
CMYK
RGB Variations
Color information
#ADC842 (or 0xADC842) is known color: Celery. HEX triplet: AD, C8 and 42. RGB value is (173,200,66). Sum of RGB (Red+Green+Blue) = 173+200+66=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC842 is #5237BD. Grayscale: #B1B1B1. Windows color (decimal): -5388222 or 4376749. OLE color: 4376749.
HSL color Cylindrical-coordinate representation of color #ADC842: hue angle of 72.09º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADC842 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 66 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.22 |
| HSL | 72.09º | 0.55% | 0.52% | - |
| HSV(B) | 72.09º | 0.67% | 0.78% | - |
| XYZ | 38.87 | 50.59 | 12.87 | - |
| YUV | 176.65 | 65.55 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 66 | 0.14 | 0 | 0.67 | 0.22 | 72.09 | 0.55 | 0.52 |
| Hex | AD | C8 | 42 | E | 0 | 43 | 16 | 48 | 37 | 34 |
| Octal | 255 | 310 | 102 | 16 | 0 | 103 | 26 | 110 | 67 | 64 |
| Binary | 10101101 | 11001000 | 1000010 | 1110 | 0 | 1000011 | 10110 | 1001000 | 110111 | 110100 |
Color Harmonies of #ADC842
Complementary color
Monochromatic Colors of #ADC842
Black with #ADC842
Text Example
Text Example
White with #ADC842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC842; }
p { color: rgb(173,200,66); }
H1.HeaderClassName
{
color: #ADC842;
}
.AnyTagClassName
{
color: #ADC842;
}
</style>
background-color css
<style>
a { background-color: #ADC842; }
a { background-color: rgb(173,200,66); }
div.DivClassName
{
background-color: #ADC842;
}
.BgClassName
{
background-color: #ADC842;
}
</style>
border-color css
<style>
span { border-color: #ADC842; }
span { border-color: rgb(173,200,66); }
td.TdClassName
{
border-color: #ADC842;
}
.TagClassName
{
border-color: #ADC842;
}
</style>