Shades of Celery #ADC648
Tints of Celery #ADC648
RGB
CMYK
RGB Variations
Color information
#ADC648 (or 0xADC648) is known color: Celery. HEX triplet: AD, C6 and 48. RGB value is (173,198,72). Sum of RGB (Red+Green+Blue) = 173+198+72=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC648 is #5239B7. Grayscale: #B0B0B0. Windows color (decimal): -5388728 or 4769453. OLE color: 4769453.
HSL color Cylindrical-coordinate representation of color #ADC648: hue angle of 71.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADC648 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 72 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.22 |
| HSL | 71.9º | 0.53% | 0.53% | - |
| HSV(B) | 71.9º | 0.64% | 0.78% | - |
| XYZ | 38.6 | 49.74 | 13.7 | - |
| YUV | 176.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 72 | 0.13 | 0 | 0.64 | 0.22 | 71.9 | 0.53 | 0.53 |
| Hex | AD | C6 | 48 | D | 0 | 40 | 16 | 48 | 34 | 35 |
| Octal | 255 | 306 | 110 | 15 | 0 | 100 | 26 | 110 | 64 | 65 |
| Binary | 10101101 | 11000110 | 1001000 | 1101 | 0 | 1000000 | 10110 | 1001000 | 110100 | 110101 |
Color Harmonies of #ADC648
Complementary color
Monochromatic Colors of #ADC648
Black with #ADC648
Text Example
Text Example
White with #ADC648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC648; }
p { color: rgb(173,198,72); }
H1.HeaderClassName
{
color: #ADC648;
}
.AnyTagClassName
{
color: #ADC648;
}
</style>
background-color css
<style>
a { background-color: #ADC648; }
a { background-color: rgb(173,198,72); }
div.DivClassName
{
background-color: #ADC648;
}
.BgClassName
{
background-color: #ADC648;
}
</style>
border-color css
<style>
span { border-color: #ADC648; }
span { border-color: rgb(173,198,72); }
td.TdClassName
{
border-color: #ADC648;
}
.TagClassName
{
border-color: #ADC648;
}
</style>