Shades of Celery #ADC84A
Tints of Celery #ADC84A
RGB
CMYK
RGB Variations
Color information
#ADC84A (or 0xADC84A) is known color: Celery. HEX triplet: AD, C8 and 4A. RGB value is (173,200,74). Sum of RGB (Red+Green+Blue) = 173+200+74=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC84A is #5237B5. Grayscale: #B2B2B2. Windows color (decimal): -5388214 or 4901037. OLE color: 4901037.
HSL color Cylindrical-coordinate representation of color #ADC84A: hue angle of 72.86º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADC84A is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 74 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.22 |
| HSL | 72.86º | 0.53% | 0.54% | - |
| HSV(B) | 72.86º | 0.63% | 0.78% | - |
| XYZ | 39.12 | 50.69 | 14.2 | - |
| YUV | 177.56 | 69.55 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 74 | 0.14 | 0 | 0.63 | 0.22 | 72.86 | 0.53 | 0.54 |
| Hex | AD | C8 | 4A | E | 0 | 3F | 16 | 49 | 35 | 36 |
| Octal | 255 | 310 | 112 | 16 | 0 | 77 | 26 | 111 | 65 | 66 |
| Binary | 10101101 | 11001000 | 1001010 | 1110 | 0 | 111111 | 10110 | 1001001 | 110101 | 110110 |
Color Harmonies of #ADC84A
Complementary color
Monochromatic Colors of #ADC84A
Black with #ADC84A
Text Example
Text Example
White with #ADC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC84A; }
p { color: rgb(173,200,74); }
H1.HeaderClassName
{
color: #ADC84A;
}
.AnyTagClassName
{
color: #ADC84A;
}
</style>
background-color css
<style>
a { background-color: #ADC84A; }
a { background-color: rgb(173,200,74); }
div.DivClassName
{
background-color: #ADC84A;
}
.BgClassName
{
background-color: #ADC84A;
}
</style>
border-color css
<style>
span { border-color: #ADC84A; }
span { border-color: rgb(173,200,74); }
td.TdClassName
{
border-color: #ADC84A;
}
.TagClassName
{
border-color: #ADC84A;
}
</style>