Shades of Celery #ADC150
Tints of Celery #ADC150
RGB
CMYK
RGB Variations
Color information
#ADC150 (or 0xADC150) is known color: Celery. HEX triplet: AD, C1 and 50. RGB value is (173,193,80). Sum of RGB (Red+Green+Blue) = 173+193+80=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC150 is #523EAF. Grayscale: #AEAEAE. Windows color (decimal): -5390000 or 5292461. OLE color: 5292461.
HSL color Cylindrical-coordinate representation of color #ADC150: hue angle of 70.62º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADC150 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 80 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.24 |
| HSL | 70.62º | 0.48% | 0.54% | - |
| HSV(B) | 70.62º | 0.59% | 0.76% | - |
| XYZ | 37.75 | 47.6 | 14.79 | - |
| YUV | 174.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 80 | 0.10 | 0 | 0.59 | 0.24 | 70.62 | 0.48 | 0.54 |
| Hex | AD | C1 | 50 | A | 0 | 3B | 18 | 47 | 30 | 36 |
| Octal | 255 | 301 | 120 | 12 | 0 | 73 | 30 | 107 | 60 | 66 |
| Binary | 10101101 | 11000001 | 1010000 | 1010 | 0 | 111011 | 11000 | 1000111 | 110000 | 110110 |
Color Harmonies of #ADC150
Complementary color
Monochromatic Colors of #ADC150
Black with #ADC150
Text Example
Text Example
White with #ADC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC150; }
p { color: rgb(173,193,80); }
H1.HeaderClassName
{
color: #ADC150;
}
.AnyTagClassName
{
color: #ADC150;
}
</style>
background-color css
<style>
a { background-color: #ADC150; }
a { background-color: rgb(173,193,80); }
div.DivClassName
{
background-color: #ADC150;
}
.BgClassName
{
background-color: #ADC150;
}
</style>
border-color css
<style>
span { border-color: #ADC150; }
span { border-color: rgb(173,193,80); }
td.TdClassName
{
border-color: #ADC150;
}
.TagClassName
{
border-color: #ADC150;
}
</style>