Shades of Celery #ADC151
Tints of Celery #ADC151
RGB
CMYK
RGB Variations
Color information
#ADC151 (or 0xADC151) is known color: Celery. HEX triplet: AD, C1 and 51. RGB value is (173,193,81). Sum of RGB (Red+Green+Blue) = 173+193+81=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC151 is #523EAE. Grayscale: #AEAEAE. Windows color (decimal): -5389999 or 5357997. OLE color: 5357997.
HSL color Cylindrical-coordinate representation of color #ADC151: hue angle of 70.71º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADC151 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 81 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.24 |
| HSL | 70.71º | 0.47% | 0.54% | - |
| HSV(B) | 70.71º | 0.58% | 0.76% | - |
| XYZ | 37.79 | 47.62 | 14.98 | - |
| YUV | 174.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 81 | 0.10 | 0 | 0.58 | 0.24 | 70.71 | 0.47 | 0.54 |
| Hex | AD | C1 | 51 | A | 0 | 3A | 18 | 47 | 2F | 36 |
| Octal | 255 | 301 | 121 | 12 | 0 | 72 | 30 | 107 | 57 | 66 |
| Binary | 10101101 | 11000001 | 1010001 | 1010 | 0 | 111010 | 11000 | 1000111 | 101111 | 110110 |
Color Harmonies of #ADC151
Complementary color
Monochromatic Colors of #ADC151
Black with #ADC151
Text Example
Text Example
White with #ADC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC151; }
p { color: rgb(173,193,81); }
H1.HeaderClassName
{
color: #ADC151;
}
.AnyTagClassName
{
color: #ADC151;
}
</style>
background-color css
<style>
a { background-color: #ADC151; }
a { background-color: rgb(173,193,81); }
div.DivClassName
{
background-color: #ADC151;
}
.BgClassName
{
background-color: #ADC151;
}
</style>
border-color css
<style>
span { border-color: #ADC151; }
span { border-color: rgb(173,193,81); }
td.TdClassName
{
border-color: #ADC151;
}
.TagClassName
{
border-color: #ADC151;
}
</style>