Shades of Celery #ADC159
Tints of Celery #ADC159
RGB
CMYK
RGB Variations
Color information
#ADC159 (or 0xADC159) is known color: Celery. HEX triplet: AD, C1 and 59. RGB value is (173,193,89). Sum of RGB (Red+Green+Blue) = 173+193+89=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC159 is #523EA6. Grayscale: #AFAFAF. Windows color (decimal): -5389991 or 5882285. OLE color: 5882285.
HSL color Cylindrical-coordinate representation of color #ADC159: hue angle of 71.54º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADC159 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 89 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.24 |
| HSL | 71.54º | 0.46% | 0.55% | - |
| HSV(B) | 71.54º | 0.54% | 0.76% | - |
| XYZ | 38.11 | 47.75 | 16.66 | - |
| YUV | 175.16 | 79.37 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 89 | 0.10 | 0 | 0.54 | 0.24 | 71.54 | 0.46 | 0.55 |
| Hex | AD | C1 | 59 | A | 0 | 36 | 18 | 48 | 2E | 37 |
| Octal | 255 | 301 | 131 | 12 | 0 | 66 | 30 | 110 | 56 | 67 |
| Binary | 10101101 | 11000001 | 1011001 | 1010 | 0 | 110110 | 11000 | 1001000 | 101110 | 110111 |
Color Harmonies of #ADC159
Complementary color
Monochromatic Colors of #ADC159
Black with #ADC159
Text Example
Text Example
White with #ADC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC159; }
p { color: rgb(173,193,89); }
H1.HeaderClassName
{
color: #ADC159;
}
.AnyTagClassName
{
color: #ADC159;
}
</style>
background-color css
<style>
a { background-color: #ADC159; }
a { background-color: rgb(173,193,89); }
div.DivClassName
{
background-color: #ADC159;
}
.BgClassName
{
background-color: #ADC159;
}
</style>
border-color css
<style>
span { border-color: #ADC159; }
span { border-color: rgb(173,193,89); }
td.TdClassName
{
border-color: #ADC159;
}
.TagClassName
{
border-color: #ADC159;
}
</style>