Shades of Celery #ADC45B
Tints of Celery #ADC45B
RGB
CMYK
RGB Variations
Color information
#ADC45B (or 0xADC45B) is known color: Celery. HEX triplet: AD, C4 and 5B. RGB value is (173,196,91). Sum of RGB (Red+Green+Blue) = 173+196+91=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC45B is #523BA4. Grayscale: #B1B1B1. Windows color (decimal): -5389221 or 6014125. OLE color: 6014125.
HSL color Cylindrical-coordinate representation of color #ADC45B: hue angle of 73.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADC45B is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 91 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.23 |
| HSL | 73.14º | 0.47% | 0.56% | - |
| HSV(B) | 73.14º | 0.54% | 0.77% | - |
| XYZ | 38.86 | 49.12 | 17.33 | - |
| YUV | 177.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 91 | 0.12 | 0 | 0.54 | 0.23 | 73.14 | 0.47 | 0.56 |
| Hex | AD | C4 | 5B | C | 0 | 36 | 17 | 49 | 2F | 38 |
| Octal | 255 | 304 | 133 | 14 | 0 | 66 | 27 | 111 | 57 | 70 |
| Binary | 10101101 | 11000100 | 1011011 | 1100 | 0 | 110110 | 10111 | 1001001 | 101111 | 111000 |
Color Harmonies of #ADC45B
Complementary color
Monochromatic Colors of #ADC45B
Black with #ADC45B
Text Example
Text Example
White with #ADC45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC45B; }
p { color: rgb(173,196,91); }
H1.HeaderClassName
{
color: #ADC45B;
}
.AnyTagClassName
{
color: #ADC45B;
}
</style>
background-color css
<style>
a { background-color: #ADC45B; }
a { background-color: rgb(173,196,91); }
div.DivClassName
{
background-color: #ADC45B;
}
.BgClassName
{
background-color: #ADC45B;
}
</style>
border-color css
<style>
span { border-color: #ADC45B; }
span { border-color: rgb(173,196,91); }
td.TdClassName
{
border-color: #ADC45B;
}
.TagClassName
{
border-color: #ADC45B;
}
</style>