Shades of Celery #ADC55A
Tints of Celery #ADC55A
RGB
CMYK
RGB Variations
Color information
#ADC55A (or 0xADC55A) is known color: Celery. HEX triplet: AD, C5 and 5A. RGB value is (173,197,90). Sum of RGB (Red+Green+Blue) = 173+197+90=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC55A is #523AA5. Grayscale: #B2B2B2. Windows color (decimal): -5388966 or 5948845. OLE color: 5948845.
HSL color Cylindrical-coordinate representation of color #ADC55A: hue angle of 73.46º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADC55A is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 90 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.23 |
| HSL | 73.46º | 0.48% | 0.56% | - |
| HSV(B) | 73.46º | 0.54% | 0.77% | - |
| XYZ | 39.05 | 49.55 | 17.18 | - |
| YUV | 177.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 90 | 0.12 | 0 | 0.54 | 0.23 | 73.46 | 0.48 | 0.56 |
| Hex | AD | C5 | 5A | C | 0 | 36 | 17 | 49 | 30 | 38 |
| Octal | 255 | 305 | 132 | 14 | 0 | 66 | 27 | 111 | 60 | 70 |
| Binary | 10101101 | 11000101 | 1011010 | 1100 | 0 | 110110 | 10111 | 1001001 | 110000 | 111000 |
Color Harmonies of #ADC55A
Complementary color
Monochromatic Colors of #ADC55A
Black with #ADC55A
Text Example
Text Example
White with #ADC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC55A; }
p { color: rgb(173,197,90); }
H1.HeaderClassName
{
color: #ADC55A;
}
.AnyTagClassName
{
color: #ADC55A;
}
</style>
background-color css
<style>
a { background-color: #ADC55A; }
a { background-color: rgb(173,197,90); }
div.DivClassName
{
background-color: #ADC55A;
}
.BgClassName
{
background-color: #ADC55A;
}
</style>
border-color css
<style>
span { border-color: #ADC55A; }
span { border-color: rgb(173,197,90); }
td.TdClassName
{
border-color: #ADC55A;
}
.TagClassName
{
border-color: #ADC55A;
}
</style>