Shades of Celery #ADC258
Tints of Celery #ADC258
RGB
CMYK
RGB Variations
Color information
#ADC258 (or 0xADC258) is known color: Celery. HEX triplet: AD, C2 and 58. RGB value is (173,194,88). Sum of RGB (Red+Green+Blue) = 173+194+88=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC258 is #523DA7. Grayscale: #B0B0B0. Windows color (decimal): -5389736 or 5817005. OLE color: 5817005.
HSL color Cylindrical-coordinate representation of color #ADC258: hue angle of 71.89º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADC258 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 88 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.24 |
| HSL | 71.89º | 0.46% | 0.55% | - |
| HSV(B) | 71.89º | 0.55% | 0.76% | - |
| XYZ | 38.29 | 48.17 | 16.51 | - |
| YUV | 175.64 | 78.54 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 88 | 0.11 | 0 | 0.55 | 0.24 | 71.89 | 0.46 | 0.55 |
| Hex | AD | C2 | 58 | B | 0 | 37 | 18 | 48 | 2E | 37 |
| Octal | 255 | 302 | 130 | 13 | 0 | 67 | 30 | 110 | 56 | 67 |
| Binary | 10101101 | 11000010 | 1011000 | 1011 | 0 | 110111 | 11000 | 1001000 | 101110 | 110111 |
Color Harmonies of #ADC258
Complementary color
Monochromatic Colors of #ADC258
Black with #ADC258
Text Example
Text Example
White with #ADC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC258; }
p { color: rgb(173,194,88); }
H1.HeaderClassName
{
color: #ADC258;
}
.AnyTagClassName
{
color: #ADC258;
}
</style>
background-color css
<style>
a { background-color: #ADC258; }
a { background-color: rgb(173,194,88); }
div.DivClassName
{
background-color: #ADC258;
}
.BgClassName
{
background-color: #ADC258;
}
</style>
border-color css
<style>
span { border-color: #ADC258; }
span { border-color: rgb(173,194,88); }
td.TdClassName
{
border-color: #ADC258;
}
.TagClassName
{
border-color: #ADC258;
}
</style>