Shades of Celery #ADC94A
Tints of Celery #ADC94A
RGB
CMYK
RGB Variations
Color information
#ADC94A (or 0xADC94A) is known color: Celery. HEX triplet: AD, C9 and 4A. RGB value is (173,201,74). Sum of RGB (Red+Green+Blue) = 173+201+74=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC94A is #5236B5. Grayscale: #B2B2B2. Windows color (decimal): -5387958 or 4901293. OLE color: 4901293.
HSL color Cylindrical-coordinate representation of color #ADC94A: hue angle of 73.23º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADC94A is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 74 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.21 |
| HSL | 73.23º | 0.54% | 0.54% | - |
| HSV(B) | 73.23º | 0.63% | 0.79% | - |
| XYZ | 39.36 | 51.15 | 14.28 | - |
| YUV | 178.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 74 | 0.14 | 0 | 0.63 | 0.21 | 73.23 | 0.54 | 0.54 |
| Hex | AD | C9 | 4A | E | 0 | 3F | 15 | 49 | 36 | 36 |
| Octal | 255 | 311 | 112 | 16 | 0 | 77 | 25 | 111 | 66 | 66 |
| Binary | 10101101 | 11001001 | 1001010 | 1110 | 0 | 111111 | 10101 | 1001001 | 110110 | 110110 |
Color Harmonies of #ADC94A
Complementary color
Monochromatic Colors of #ADC94A
Black with #ADC94A
Text Example
Text Example
White with #ADC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC94A; }
p { color: rgb(173,201,74); }
H1.HeaderClassName
{
color: #ADC94A;
}
.AnyTagClassName
{
color: #ADC94A;
}
</style>
background-color css
<style>
a { background-color: #ADC94A; }
a { background-color: rgb(173,201,74); }
div.DivClassName
{
background-color: #ADC94A;
}
.BgClassName
{
background-color: #ADC94A;
}
</style>
border-color css
<style>
span { border-color: #ADC94A; }
span { border-color: rgb(173,201,74); }
td.TdClassName
{
border-color: #ADC94A;
}
.TagClassName
{
border-color: #ADC94A;
}
</style>