Shades of Celery #ADC136
Tints of Celery #ADC136
RGB
CMYK
RGB Variations
Color information
#ADC136 (or 0xADC136) is known color: Celery. HEX triplet: AD, C1 and 36. RGB value is (173,193,54). Sum of RGB (Red+Green+Blue) = 173+193+54=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC136 is #523EC9. Grayscale: #ABABAB. Windows color (decimal): -5390026 or 3588525. OLE color: 3588525.
HSL color Cylindrical-coordinate representation of color #ADC136: hue angle of 68.63º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADC136 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 54 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.24 |
| HSL | 68.63º | 0.56% | 0.48% | - |
| HSV(B) | 68.63º | 0.72% | 0.76% | - |
| XYZ | 36.97 | 47.29 | 10.67 | - |
| YUV | 171.17 | 61.87 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 54 | 0.10 | 0 | 0.72 | 0.24 | 68.63 | 0.56 | 0.48 |
| Hex | AD | C1 | 36 | A | 0 | 48 | 18 | 45 | 38 | 30 |
| Octal | 255 | 301 | 66 | 12 | 0 | 110 | 30 | 105 | 70 | 60 |
| Binary | 10101101 | 11000001 | 110110 | 1010 | 0 | 1001000 | 11000 | 1000101 | 111000 | 110000 |
Color Harmonies of #ADC136
Complementary color
Monochromatic Colors of #ADC136
Black with #ADC136
Text Example
Text Example
White with #ADC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC136; }
p { color: rgb(173,193,54); }
H1.HeaderClassName
{
color: #ADC136;
}
.AnyTagClassName
{
color: #ADC136;
}
</style>
background-color css
<style>
a { background-color: #ADC136; }
a { background-color: rgb(173,193,54); }
div.DivClassName
{
background-color: #ADC136;
}
.BgClassName
{
background-color: #ADC136;
}
</style>
border-color css
<style>
span { border-color: #ADC136; }
span { border-color: rgb(173,193,54); }
td.TdClassName
{
border-color: #ADC136;
}
.TagClassName
{
border-color: #ADC136;
}
</style>