Shades of Celery #ADC148
Tints of Celery #ADC148
RGB
CMYK
RGB Variations
Color information
#ADC148 (or 0xADC148) is known color: Celery. HEX triplet: AD, C1 and 48. RGB value is (173,193,72). Sum of RGB (Red+Green+Blue) = 173+193+72=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC148 is #523EB7. Grayscale: #ADADAD. Windows color (decimal): -5390008 or 4768173. OLE color: 4768173.
HSL color Cylindrical-coordinate representation of color #ADC148: hue angle of 69.92º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADC148 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 72 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.24 |
| HSL | 69.92º | 0.49% | 0.52% | - |
| HSV(B) | 69.92º | 0.63% | 0.76% | - |
| XYZ | 37.47 | 47.49 | 13.32 | - |
| YUV | 173.23 | 70.87 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 72 | 0.10 | 0 | 0.63 | 0.24 | 69.92 | 0.49 | 0.52 |
| Hex | AD | C1 | 48 | A | 0 | 3F | 18 | 46 | 31 | 34 |
| Octal | 255 | 301 | 110 | 12 | 0 | 77 | 30 | 106 | 61 | 64 |
| Binary | 10101101 | 11000001 | 1001000 | 1010 | 0 | 111111 | 11000 | 1000110 | 110001 | 110100 |
Color Harmonies of #ADC148
Complementary color
Monochromatic Colors of #ADC148
Black with #ADC148
Text Example
Text Example
White with #ADC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC148; }
p { color: rgb(173,193,72); }
H1.HeaderClassName
{
color: #ADC148;
}
.AnyTagClassName
{
color: #ADC148;
}
</style>
background-color css
<style>
a { background-color: #ADC148; }
a { background-color: rgb(173,193,72); }
div.DivClassName
{
background-color: #ADC148;
}
.BgClassName
{
background-color: #ADC148;
}
</style>
border-color css
<style>
span { border-color: #ADC148; }
span { border-color: rgb(173,193,72); }
td.TdClassName
{
border-color: #ADC148;
}
.TagClassName
{
border-color: #ADC148;
}
</style>