Shades of Celery #ADC948
Tints of Celery #ADC948
RGB
CMYK
RGB Variations
Color information
#ADC948 (or 0xADC948) is known color: Celery. HEX triplet: AD, C9 and 48. RGB value is (173,201,72). Sum of RGB (Red+Green+Blue) = 173+201+72=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC948 is #5236B7. Grayscale: #B2B2B2. Windows color (decimal): -5387960 or 4770221. OLE color: 4770221.
HSL color Cylindrical-coordinate representation of color #ADC948: hue angle of 73.02º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADC948 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 72 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.21 |
| HSL | 73.02º | 0.54% | 0.54% | - |
| HSV(B) | 73.02º | 0.64% | 0.79% | - |
| XYZ | 39.29 | 51.13 | 13.93 | - |
| YUV | 177.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 72 | 0.14 | 0 | 0.64 | 0.21 | 73.02 | 0.54 | 0.54 |
| Hex | AD | C9 | 48 | E | 0 | 40 | 15 | 49 | 36 | 36 |
| Octal | 255 | 311 | 110 | 16 | 0 | 100 | 25 | 111 | 66 | 66 |
| Binary | 10101101 | 11001001 | 1001000 | 1110 | 0 | 1000000 | 10101 | 1001001 | 110110 | 110110 |
Color Harmonies of #ADC948
Complementary color
Monochromatic Colors of #ADC948
Black with #ADC948
Text Example
Text Example
White with #ADC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC948; }
p { color: rgb(173,201,72); }
H1.HeaderClassName
{
color: #ADC948;
}
.AnyTagClassName
{
color: #ADC948;
}
</style>
background-color css
<style>
a { background-color: #ADC948; }
a { background-color: rgb(173,201,72); }
div.DivClassName
{
background-color: #ADC948;
}
.BgClassName
{
background-color: #ADC948;
}
</style>
border-color css
<style>
span { border-color: #ADC948; }
span { border-color: rgb(173,201,72); }
td.TdClassName
{
border-color: #ADC948;
}
.TagClassName
{
border-color: #ADC948;
}
</style>