Shades of Celery #ADC15A
Tints of Celery #ADC15A
RGB
CMYK
RGB Variations
Color information
#ADC15A (or 0xADC15A) is known color: Celery. HEX triplet: AD, C1 and 5A. RGB value is (173,193,90). Sum of RGB (Red+Green+Blue) = 173+193+90=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC15A is #523EA5. Grayscale: #AFAFAF. Windows color (decimal): -5389990 or 5947821. OLE color: 5947821.
HSL color Cylindrical-coordinate representation of color #ADC15A: hue angle of 71.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADC15A is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 90 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.24 |
| HSL | 71.65º | 0.45% | 0.55% | - |
| HSV(B) | 71.65º | 0.53% | 0.76% | - |
| XYZ | 38.15 | 47.76 | 16.88 | - |
| YUV | 175.28 | 79.87 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 90 | 0.10 | 0 | 0.53 | 0.24 | 71.65 | 0.45 | 0.55 |
| Hex | AD | C1 | 5A | A | 0 | 35 | 18 | 48 | 2D | 37 |
| Octal | 255 | 301 | 132 | 12 | 0 | 65 | 30 | 110 | 55 | 67 |
| Binary | 10101101 | 11000001 | 1011010 | 1010 | 0 | 110101 | 11000 | 1001000 | 101101 | 110111 |
Color Harmonies of #ADC15A
Complementary color
Monochromatic Colors of #ADC15A
Black with #ADC15A
Text Example
Text Example
White with #ADC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC15A; }
p { color: rgb(173,193,90); }
H1.HeaderClassName
{
color: #ADC15A;
}
.AnyTagClassName
{
color: #ADC15A;
}
</style>
background-color css
<style>
a { background-color: #ADC15A; }
a { background-color: rgb(173,193,90); }
div.DivClassName
{
background-color: #ADC15A;
}
.BgClassName
{
background-color: #ADC15A;
}
</style>
border-color css
<style>
span { border-color: #ADC15A; }
span { border-color: rgb(173,193,90); }
td.TdClassName
{
border-color: #ADC15A;
}
.TagClassName
{
border-color: #ADC15A;
}
</style>