Shades of Celery #ADC142
Tints of Celery #ADC142
RGB
CMYK
RGB Variations
Color information
#ADC142 (or 0xADC142) is known color: Celery. HEX triplet: AD, C1 and 42. RGB value is (173,193,66). Sum of RGB (Red+Green+Blue) = 173+193+66=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC142 is #523EBD. Grayscale: #ADADAD. Windows color (decimal): -5390014 or 4374957. OLE color: 4374957.
HSL color Cylindrical-coordinate representation of color #ADC142: hue angle of 69.45º 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 #ADC142 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 66 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.24 |
| HSL | 69.45º | 0.51% | 0.51% | - |
| HSV(B) | 69.45º | 0.66% | 0.76% | - |
| XYZ | 37.29 | 47.42 | 12.34 | - |
| YUV | 172.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 66 | 0.10 | 0 | 0.66 | 0.24 | 69.45 | 0.51 | 0.51 |
| Hex | AD | C1 | 42 | A | 0 | 42 | 18 | 45 | 33 | 33 |
| Octal | 255 | 301 | 102 | 12 | 0 | 102 | 30 | 105 | 63 | 63 |
| Binary | 10101101 | 11000001 | 1000010 | 1010 | 0 | 1000010 | 11000 | 1000101 | 110011 | 110011 |
Color Harmonies of #ADC142
Complementary color
Monochromatic Colors of #ADC142
Black with #ADC142
Text Example
Text Example
White with #ADC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC142; }
p { color: rgb(173,193,66); }
H1.HeaderClassName
{
color: #ADC142;
}
.AnyTagClassName
{
color: #ADC142;
}
</style>
background-color css
<style>
a { background-color: #ADC142; }
a { background-color: rgb(173,193,66); }
div.DivClassName
{
background-color: #ADC142;
}
.BgClassName
{
background-color: #ADC142;
}
</style>
border-color css
<style>
span { border-color: #ADC142; }
span { border-color: rgb(173,193,66); }
td.TdClassName
{
border-color: #ADC142;
}
.TagClassName
{
border-color: #ADC142;
}
</style>