Shades of Celery #ADC44B
Tints of Celery #ADC44B
RGB
CMYK
RGB Variations
Color information
#ADC44B (or 0xADC44B) is known color: Celery. HEX triplet: AD, C4 and 4B. RGB value is (173,196,75). Sum of RGB (Red+Green+Blue) = 173+196+75=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC44B is #523BB4. Grayscale: #AFAFAF. Windows color (decimal): -5389237 or 4965549. OLE color: 4965549.
HSL color Cylindrical-coordinate representation of color #ADC44B: hue angle of 71.4º 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 #ADC44B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 75 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.23 |
| HSL | 71.4º | 0.51% | 0.53% | - |
| HSV(B) | 71.4º | 0.62% | 0.77% | - |
| XYZ | 38.24 | 48.87 | 14.07 | - |
| YUV | 175.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 75 | 0.12 | 0 | 0.62 | 0.23 | 71.4 | 0.51 | 0.53 |
| Hex | AD | C4 | 4B | C | 0 | 3E | 17 | 47 | 33 | 35 |
| Octal | 255 | 304 | 113 | 14 | 0 | 76 | 27 | 107 | 63 | 65 |
| Binary | 10101101 | 11000100 | 1001011 | 1100 | 0 | 111110 | 10111 | 1000111 | 110011 | 110101 |
Color Harmonies of #ADC44B
Complementary color
Monochromatic Colors of #ADC44B
Black with #ADC44B
Text Example
Text Example
White with #ADC44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC44B; }
p { color: rgb(173,196,75); }
H1.HeaderClassName
{
color: #ADC44B;
}
.AnyTagClassName
{
color: #ADC44B;
}
</style>
background-color css
<style>
a { background-color: #ADC44B; }
a { background-color: rgb(173,196,75); }
div.DivClassName
{
background-color: #ADC44B;
}
.BgClassName
{
background-color: #ADC44B;
}
</style>
border-color css
<style>
span { border-color: #ADC44B; }
span { border-color: rgb(173,196,75); }
td.TdClassName
{
border-color: #ADC44B;
}
.TagClassName
{
border-color: #ADC44B;
}
</style>