Shades of Celery #ADC43A
Tints of Celery #ADC43A
RGB
CMYK
RGB Variations
Color information
#ADC43A (or 0xADC43A) is known color: Celery. HEX triplet: AD, C4 and 3A. RGB value is (173,196,58). Sum of RGB (Red+Green+Blue) = 173+196+58=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC43A is #523BC5. Grayscale: #ADADAD. Windows color (decimal): -5389254 or 3851437. OLE color: 3851437.
HSL color Cylindrical-coordinate representation of color #ADC43A: hue angle of 70º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADC43A is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 58 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.23 |
| HSL | 70º | 0.54% | 0.5% | - |
| HSV(B) | 70º | 0.7% | 0.77% | - |
| XYZ | 37.74 | 48.67 | 11.41 | - |
| YUV | 173.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 58 | 0.12 | 0 | 0.70 | 0.23 | 70 | 0.54 | 0.5 |
| Hex | AD | C4 | 3A | C | 0 | 46 | 17 | 46 | 36 | 32 |
| Octal | 255 | 304 | 72 | 14 | 0 | 106 | 27 | 106 | 66 | 62 |
| Binary | 10101101 | 11000100 | 111010 | 1100 | 0 | 1000110 | 10111 | 1000110 | 110110 | 110010 |
Color Harmonies of #ADC43A
Complementary color
Monochromatic Colors of #ADC43A
Black with #ADC43A
Text Example
Text Example
White with #ADC43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC43A; }
p { color: rgb(173,196,58); }
H1.HeaderClassName
{
color: #ADC43A;
}
.AnyTagClassName
{
color: #ADC43A;
}
</style>
background-color css
<style>
a { background-color: #ADC43A; }
a { background-color: rgb(173,196,58); }
div.DivClassName
{
background-color: #ADC43A;
}
.BgClassName
{
background-color: #ADC43A;
}
</style>
border-color css
<style>
span { border-color: #ADC43A; }
span { border-color: rgb(173,196,58); }
td.TdClassName
{
border-color: #ADC43A;
}
.TagClassName
{
border-color: #ADC43A;
}
</style>