Shades of Celery #ADC44A
Tints of Celery #ADC44A
RGB
CMYK
RGB Variations
Color information
#ADC44A (or 0xADC44A) is known color: Celery. HEX triplet: AD, C4 and 4A. RGB value is (173,196,74). Sum of RGB (Red+Green+Blue) = 173+196+74=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC44A is #523BB5. Grayscale: #AFAFAF. Windows color (decimal): -5389238 or 4900013. OLE color: 4900013.
HSL color Cylindrical-coordinate representation of color #ADC44A: hue angle of 71.31º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADC44A is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 74 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.23 |
| HSL | 71.31º | 0.51% | 0.53% | - |
| HSV(B) | 71.31º | 0.62% | 0.77% | - |
| XYZ | 38.21 | 48.86 | 13.9 | - |
| YUV | 175.22 | 70.88 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 74 | 0.12 | 0 | 0.62 | 0.23 | 71.31 | 0.51 | 0.53 |
| Hex | AD | C4 | 4A | C | 0 | 3E | 17 | 47 | 33 | 35 |
| Octal | 255 | 304 | 112 | 14 | 0 | 76 | 27 | 107 | 63 | 65 |
| Binary | 10101101 | 11000100 | 1001010 | 1100 | 0 | 111110 | 10111 | 1000111 | 110011 | 110101 |
Color Harmonies of #ADC44A
Complementary color
Monochromatic Colors of #ADC44A
Black with #ADC44A
Text Example
Text Example
White with #ADC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC44A; }
p { color: rgb(173,196,74); }
H1.HeaderClassName
{
color: #ADC44A;
}
.AnyTagClassName
{
color: #ADC44A;
}
</style>
background-color css
<style>
a { background-color: #ADC44A; }
a { background-color: rgb(173,196,74); }
div.DivClassName
{
background-color: #ADC44A;
}
.BgClassName
{
background-color: #ADC44A;
}
</style>
border-color css
<style>
span { border-color: #ADC44A; }
span { border-color: rgb(173,196,74); }
td.TdClassName
{
border-color: #ADC44A;
}
.TagClassName
{
border-color: #ADC44A;
}
</style>