Shades of Celery #ADC14A
Tints of Celery #ADC14A
RGB
CMYK
RGB Variations
Color information
#ADC14A (or 0xADC14A) is known color: Celery. HEX triplet: AD, C1 and 4A. RGB value is (173,193,74). Sum of RGB (Red+Green+Blue) = 173+193+74=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC14A is #523EB5. Grayscale: #ADADAD. Windows color (decimal): -5390006 or 4899245. OLE color: 4899245.
HSL color Cylindrical-coordinate representation of color #ADC14A: hue angle of 70.08º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADC14A is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 74 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.24 |
| HSL | 70.08º | 0.49% | 0.52% | - |
| HSV(B) | 70.08º | 0.62% | 0.76% | - |
| XYZ | 37.54 | 47.52 | 13.67 | - |
| YUV | 173.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 74 | 0.10 | 0 | 0.62 | 0.24 | 70.08 | 0.49 | 0.52 |
| Hex | AD | C1 | 4A | A | 0 | 3E | 18 | 46 | 31 | 34 |
| Octal | 255 | 301 | 112 | 12 | 0 | 76 | 30 | 106 | 61 | 64 |
| Binary | 10101101 | 11000001 | 1001010 | 1010 | 0 | 111110 | 11000 | 1000110 | 110001 | 110100 |
Color Harmonies of #ADC14A
Complementary color
Monochromatic Colors of #ADC14A
Black with #ADC14A
Text Example
Text Example
White with #ADC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC14A; }
p { color: rgb(173,193,74); }
H1.HeaderClassName
{
color: #ADC14A;
}
.AnyTagClassName
{
color: #ADC14A;
}
</style>
background-color css
<style>
a { background-color: #ADC14A; }
a { background-color: rgb(173,193,74); }
div.DivClassName
{
background-color: #ADC14A;
}
.BgClassName
{
background-color: #ADC14A;
}
</style>
border-color css
<style>
span { border-color: #ADC14A; }
span { border-color: rgb(173,193,74); }
td.TdClassName
{
border-color: #ADC14A;
}
.TagClassName
{
border-color: #ADC14A;
}
</style>