Shades of Celery #ADC24A
Tints of Celery #ADC24A
RGB
CMYK
RGB Variations
Color information
#ADC24A (or 0xADC24A) is known color: Celery. HEX triplet: AD, C2 and 4A. RGB value is (173,194,74). Sum of RGB (Red+Green+Blue) = 173+194+74=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC24A is #523DB5. Grayscale: #AEAEAE. Windows color (decimal): -5389750 or 4899501. OLE color: 4899501.
HSL color Cylindrical-coordinate representation of color #ADC24A: hue angle of 70.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADC24A is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 74 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.24 |
| HSL | 70.5º | 0.5% | 0.53% | - |
| HSV(B) | 70.5º | 0.62% | 0.76% | - |
| XYZ | 37.76 | 47.96 | 13.75 | - |
| YUV | 174.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 74 | 0.11 | 0 | 0.62 | 0.24 | 70.5 | 0.5 | 0.53 |
| Hex | AD | C2 | 4A | B | 0 | 3E | 18 | 46 | 32 | 35 |
| Octal | 255 | 302 | 112 | 13 | 0 | 76 | 30 | 106 | 62 | 65 |
| Binary | 10101101 | 11000010 | 1001010 | 1011 | 0 | 111110 | 11000 | 1000110 | 110010 | 110101 |
Color Harmonies of #ADC24A
Complementary color
Monochromatic Colors of #ADC24A
Black with #ADC24A
Text Example
Text Example
White with #ADC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC24A; }
p { color: rgb(173,194,74); }
H1.HeaderClassName
{
color: #ADC24A;
}
.AnyTagClassName
{
color: #ADC24A;
}
</style>
background-color css
<style>
a { background-color: #ADC24A; }
a { background-color: rgb(173,194,74); }
div.DivClassName
{
background-color: #ADC24A;
}
.BgClassName
{
background-color: #ADC24A;
}
</style>
border-color css
<style>
span { border-color: #ADC24A; }
span { border-color: rgb(173,194,74); }
td.TdClassName
{
border-color: #ADC24A;
}
.TagClassName
{
border-color: #ADC24A;
}
</style>