Shades of Celery #ADC242
Tints of Celery #ADC242
RGB
CMYK
RGB Variations
Color information
#ADC242 (or 0xADC242) is known color: Celery. HEX triplet: AD, C2 and 42. RGB value is (173,194,66). Sum of RGB (Red+Green+Blue) = 173+194+66=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC242 is #523DBD. Grayscale: #ADADAD. Windows color (decimal): -5389758 or 4375213. OLE color: 4375213.
HSL color Cylindrical-coordinate representation of color #ADC242: hue angle of 69.84º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADC242 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 66 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.24 |
| HSL | 69.84º | 0.51% | 0.51% | - |
| HSV(B) | 69.84º | 0.66% | 0.76% | - |
| XYZ | 37.51 | 47.86 | 12.42 | - |
| YUV | 173.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 66 | 0.11 | 0 | 0.66 | 0.24 | 69.84 | 0.51 | 0.51 |
| Hex | AD | C2 | 42 | B | 0 | 42 | 18 | 46 | 33 | 33 |
| Octal | 255 | 302 | 102 | 13 | 0 | 102 | 30 | 106 | 63 | 63 |
| Binary | 10101101 | 11000010 | 1000010 | 1011 | 0 | 1000010 | 11000 | 1000110 | 110011 | 110011 |
Color Harmonies of #ADC242
Complementary color
Monochromatic Colors of #ADC242
Black with #ADC242
Text Example
Text Example
White with #ADC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC242; }
p { color: rgb(173,194,66); }
H1.HeaderClassName
{
color: #ADC242;
}
.AnyTagClassName
{
color: #ADC242;
}
</style>
background-color css
<style>
a { background-color: #ADC242; }
a { background-color: rgb(173,194,66); }
div.DivClassName
{
background-color: #ADC242;
}
.BgClassName
{
background-color: #ADC242;
}
</style>
border-color css
<style>
span { border-color: #ADC242; }
span { border-color: rgb(173,194,66); }
td.TdClassName
{
border-color: #ADC242;
}
.TagClassName
{
border-color: #ADC242;
}
</style>