Shades of Celery #ADC54E
Tints of Celery #ADC54E
RGB
CMYK
RGB Variations
Color information
#ADC54E (or 0xADC54E) is known color: Celery. HEX triplet: AD, C5 and 4E. RGB value is (173,197,78). Sum of RGB (Red+Green+Blue) = 173+197+78=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC54E is #523AB1. Grayscale: #B0B0B0. Windows color (decimal): -5388978 or 5162413. OLE color: 5162413.
HSL color Cylindrical-coordinate representation of color #ADC54E: hue angle of 72.1º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADC54E is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 78 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.23 |
| HSL | 72.1º | 0.51% | 0.54% | - |
| HSV(B) | 72.1º | 0.6% | 0.77% | - |
| XYZ | 38.57 | 49.37 | 14.7 | - |
| YUV | 176.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 78 | 0.12 | 0 | 0.60 | 0.23 | 72.1 | 0.51 | 0.54 |
| Hex | AD | C5 | 4E | C | 0 | 3C | 17 | 48 | 33 | 36 |
| Octal | 255 | 305 | 116 | 14 | 0 | 74 | 27 | 110 | 63 | 66 |
| Binary | 10101101 | 11000101 | 1001110 | 1100 | 0 | 111100 | 10111 | 1001000 | 110011 | 110110 |
Color Harmonies of #ADC54E
Complementary color
Monochromatic Colors of #ADC54E
Black with #ADC54E
Text Example
Text Example
White with #ADC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC54E; }
p { color: rgb(173,197,78); }
H1.HeaderClassName
{
color: #ADC54E;
}
.AnyTagClassName
{
color: #ADC54E;
}
</style>
background-color css
<style>
a { background-color: #ADC54E; }
a { background-color: rgb(173,197,78); }
div.DivClassName
{
background-color: #ADC54E;
}
.BgClassName
{
background-color: #ADC54E;
}
</style>
border-color css
<style>
span { border-color: #ADC54E; }
span { border-color: rgb(173,197,78); }
td.TdClassName
{
border-color: #ADC54E;
}
.TagClassName
{
border-color: #ADC54E;
}
</style>