Shades of Celery #ADC15C
Tints of Celery #ADC15C
RGB
CMYK
RGB Variations
Color information
#ADC15C (or 0xADC15C) is known color: Celery. HEX triplet: AD, C1 and 5C. RGB value is (173,193,92). Sum of RGB (Red+Green+Blue) = 173+193+92=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC15C is #523EA3. Grayscale: #AFAFAF. Windows color (decimal): -5389988 or 6078893. OLE color: 6078893.
HSL color Cylindrical-coordinate representation of color #ADC15C: hue angle of 71.88º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC15C is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 92 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.24 |
| HSL | 71.88º | 0.45% | 0.56% | - |
| HSV(B) | 71.88º | 0.52% | 0.76% | - |
| XYZ | 38.24 | 47.8 | 17.34 | - |
| YUV | 175.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 92 | 0.10 | 0 | 0.52 | 0.24 | 71.88 | 0.45 | 0.56 |
| Hex | AD | C1 | 5C | A | 0 | 34 | 18 | 48 | 2D | 38 |
| Octal | 255 | 301 | 134 | 12 | 0 | 64 | 30 | 110 | 55 | 70 |
| Binary | 10101101 | 11000001 | 1011100 | 1010 | 0 | 110100 | 11000 | 1001000 | 101101 | 111000 |
Color Harmonies of #ADC15C
Complementary color
Monochromatic Colors of #ADC15C
Black with #ADC15C
Text Example
Text Example
White with #ADC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC15C; }
p { color: rgb(173,193,92); }
H1.HeaderClassName
{
color: #ADC15C;
}
.AnyTagClassName
{
color: #ADC15C;
}
</style>
background-color css
<style>
a { background-color: #ADC15C; }
a { background-color: rgb(173,193,92); }
div.DivClassName
{
background-color: #ADC15C;
}
.BgClassName
{
background-color: #ADC15C;
}
</style>
border-color css
<style>
span { border-color: #ADC15C; }
span { border-color: rgb(173,193,92); }
td.TdClassName
{
border-color: #ADC15C;
}
.TagClassName
{
border-color: #ADC15C;
}
</style>