Shades of Celery #ADC442
Tints of Celery #ADC442
RGB
CMYK
RGB Variations
Color information
#ADC442 (or 0xADC442) is known color: Celery. HEX triplet: AD, C4 and 42. RGB value is (173,196,66). Sum of RGB (Red+Green+Blue) = 173+196+66=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC442 is #523BBD. Grayscale: #AEAEAE. Windows color (decimal): -5389246 or 4375725. OLE color: 4375725.
HSL color Cylindrical-coordinate representation of color #ADC442: hue angle of 70.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADC442 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 66 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.23 |
| HSL | 70.62º | 0.52% | 0.51% | - |
| HSV(B) | 70.62º | 0.66% | 0.77% | - |
| XYZ | 37.96 | 48.76 | 12.56 | - |
| YUV | 174.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 66 | 0.12 | 0 | 0.66 | 0.23 | 70.62 | 0.52 | 0.51 |
| Hex | AD | C4 | 42 | C | 0 | 42 | 17 | 47 | 34 | 33 |
| Octal | 255 | 304 | 102 | 14 | 0 | 102 | 27 | 107 | 64 | 63 |
| Binary | 10101101 | 11000100 | 1000010 | 1100 | 0 | 1000010 | 10111 | 1000111 | 110100 | 110011 |
Color Harmonies of #ADC442
Complementary color
Monochromatic Colors of #ADC442
Black with #ADC442
Text Example
Text Example
White with #ADC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC442; }
p { color: rgb(173,196,66); }
H1.HeaderClassName
{
color: #ADC442;
}
.AnyTagClassName
{
color: #ADC442;
}
</style>
background-color css
<style>
a { background-color: #ADC442; }
a { background-color: rgb(173,196,66); }
div.DivClassName
{
background-color: #ADC442;
}
.BgClassName
{
background-color: #ADC442;
}
</style>
border-color css
<style>
span { border-color: #ADC442; }
span { border-color: rgb(173,196,66); }
td.TdClassName
{
border-color: #ADC442;
}
.TagClassName
{
border-color: #ADC442;
}
</style>