Shades of Celery #ADC240
Tints of Celery #ADC240
RGB
CMYK
RGB Variations
Color information
#ADC240 (or 0xADC240) is known color: Celery. HEX triplet: AD, C2 and 40. RGB value is (173,194,64). Sum of RGB (Red+Green+Blue) = 173+194+64=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC240 is #523DBF. Grayscale: #ADADAD. Windows color (decimal): -5389760 or 4244141. OLE color: 4244141.
HSL color Cylindrical-coordinate representation of color #ADC240: hue angle of 69.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADC240 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 64 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.24 |
| HSL | 69.69º | 0.52% | 0.51% | - |
| HSV(B) | 69.69º | 0.67% | 0.76% | - |
| XYZ | 37.45 | 47.84 | 12.11 | - |
| YUV | 172.9 | 66.54 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 64 | 0.11 | 0 | 0.67 | 0.24 | 69.69 | 0.52 | 0.51 |
| Hex | AD | C2 | 40 | B | 0 | 43 | 18 | 46 | 34 | 33 |
| Octal | 255 | 302 | 100 | 13 | 0 | 103 | 30 | 106 | 64 | 63 |
| Binary | 10101101 | 11000010 | 1000000 | 1011 | 0 | 1000011 | 11000 | 1000110 | 110100 | 110011 |
Color Harmonies of #ADC240
Complementary color
Monochromatic Colors of #ADC240
Black with #ADC240
Text Example
Text Example
White with #ADC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC240; }
p { color: rgb(173,194,64); }
H1.HeaderClassName
{
color: #ADC240;
}
.AnyTagClassName
{
color: #ADC240;
}
</style>
background-color css
<style>
a { background-color: #ADC240; }
a { background-color: rgb(173,194,64); }
div.DivClassName
{
background-color: #ADC240;
}
.BgClassName
{
background-color: #ADC240;
}
</style>
border-color css
<style>
span { border-color: #ADC240; }
span { border-color: rgb(173,194,64); }
td.TdClassName
{
border-color: #ADC240;
}
.TagClassName
{
border-color: #ADC240;
}
</style>