Shades of Celery #ADC149
Tints of Celery #ADC149
RGB
CMYK
RGB Variations
Color information
#ADC149 (or 0xADC149) is known color: Celery. HEX triplet: AD, C1 and 49. RGB value is (173,193,73). Sum of RGB (Red+Green+Blue) = 173+193+73=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC149 is #523EB6. Grayscale: #ADADAD. Windows color (decimal): -5390007 or 4833709. OLE color: 4833709.
HSL color Cylindrical-coordinate representation of color #ADC149: hue angle of 70º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADC149 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 73 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.24 |
| HSL | 70º | 0.49% | 0.52% | - |
| HSV(B) | 70º | 0.62% | 0.76% | - |
| XYZ | 37.51 | 47.51 | 13.5 | - |
| YUV | 173.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 73 | 0.10 | 0 | 0.62 | 0.24 | 70 | 0.49 | 0.52 |
| Hex | AD | C1 | 49 | A | 0 | 3E | 18 | 46 | 31 | 34 |
| Octal | 255 | 301 | 111 | 12 | 0 | 76 | 30 | 106 | 61 | 64 |
| Binary | 10101101 | 11000001 | 1001001 | 1010 | 0 | 111110 | 11000 | 1000110 | 110001 | 110100 |
Color Harmonies of #ADC149
Complementary color
Monochromatic Colors of #ADC149
Black with #ADC149
Text Example
Text Example
White with #ADC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC149; }
p { color: rgb(173,193,73); }
H1.HeaderClassName
{
color: #ADC149;
}
.AnyTagClassName
{
color: #ADC149;
}
</style>
background-color css
<style>
a { background-color: #ADC149; }
a { background-color: rgb(173,193,73); }
div.DivClassName
{
background-color: #ADC149;
}
.BgClassName
{
background-color: #ADC149;
}
</style>
border-color css
<style>
span { border-color: #ADC149; }
span { border-color: rgb(173,193,73); }
td.TdClassName
{
border-color: #ADC149;
}
.TagClassName
{
border-color: #ADC149;
}
</style>