Shades of Celery #ADC94F
Tints of Celery #ADC94F
RGB
CMYK
RGB Variations
Color information
#ADC94F (or 0xADC94F) is known color: Celery. HEX triplet: AD, C9 and 4F. RGB value is (173,201,79). Sum of RGB (Red+Green+Blue) = 173+201+79=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC94F is #5236B0. Grayscale: #B3B3B3. Windows color (decimal): -5387953 or 5228973. OLE color: 5228973.
HSL color Cylindrical-coordinate representation of color #ADC94F: hue angle of 73.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADC94F is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 79 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.21 |
| HSL | 73.77º | 0.53% | 0.55% | - |
| HSV(B) | 73.77º | 0.61% | 0.79% | - |
| XYZ | 39.53 | 51.22 | 15.2 | - |
| YUV | 178.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 79 | 0.14 | 0 | 0.61 | 0.21 | 73.77 | 0.53 | 0.55 |
| Hex | AD | C9 | 4F | E | 0 | 3D | 15 | 4A | 35 | 37 |
| Octal | 255 | 311 | 117 | 16 | 0 | 75 | 25 | 112 | 65 | 67 |
| Binary | 10101101 | 11001001 | 1001111 | 1110 | 0 | 111101 | 10101 | 1001010 | 110101 | 110111 |
Color Harmonies of #ADC94F
Complementary color
Monochromatic Colors of #ADC94F
Black with #ADC94F
Text Example
Text Example
White with #ADC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC94F; }
p { color: rgb(173,201,79); }
H1.HeaderClassName
{
color: #ADC94F;
}
.AnyTagClassName
{
color: #ADC94F;
}
</style>
background-color css
<style>
a { background-color: #ADC94F; }
a { background-color: rgb(173,201,79); }
div.DivClassName
{
background-color: #ADC94F;
}
.BgClassName
{
background-color: #ADC94F;
}
</style>
border-color css
<style>
span { border-color: #ADC94F; }
span { border-color: rgb(173,201,79); }
td.TdClassName
{
border-color: #ADC94F;
}
.TagClassName
{
border-color: #ADC94F;
}
</style>