Shades of Celery #ADC143
Tints of Celery #ADC143
RGB
CMYK
RGB Variations
Color information
#ADC143 (or 0xADC143) is known color: Celery. HEX triplet: AD, C1 and 43. RGB value is (173,193,67). Sum of RGB (Red+Green+Blue) = 173+193+67=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC143 is #523EBC. Grayscale: #ADADAD. Windows color (decimal): -5390013 or 4440493. OLE color: 4440493.
HSL color Cylindrical-coordinate representation of color #ADC143: hue angle of 69.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADC143 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 67 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.24 |
| HSL | 69.52º | 0.5% | 0.51% | - |
| HSV(B) | 69.52º | 0.65% | 0.76% | - |
| XYZ | 37.32 | 47.43 | 12.5 | - |
| YUV | 172.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 67 | 0.10 | 0 | 0.65 | 0.24 | 69.52 | 0.5 | 0.51 |
| Hex | AD | C1 | 43 | A | 0 | 41 | 18 | 46 | 32 | 33 |
| Octal | 255 | 301 | 103 | 12 | 0 | 101 | 30 | 106 | 62 | 63 |
| Binary | 10101101 | 11000001 | 1000011 | 1010 | 0 | 1000001 | 11000 | 1000110 | 110010 | 110011 |
Color Harmonies of #ADC143
Complementary color
Monochromatic Colors of #ADC143
Black with #ADC143
Text Example
Text Example
White with #ADC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC143; }
p { color: rgb(173,193,67); }
H1.HeaderClassName
{
color: #ADC143;
}
.AnyTagClassName
{
color: #ADC143;
}
</style>
background-color css
<style>
a { background-color: #ADC143; }
a { background-color: rgb(173,193,67); }
div.DivClassName
{
background-color: #ADC143;
}
.BgClassName
{
background-color: #ADC143;
}
</style>
border-color css
<style>
span { border-color: #ADC143; }
span { border-color: rgb(173,193,67); }
td.TdClassName
{
border-color: #ADC143;
}
.TagClassName
{
border-color: #ADC143;
}
</style>