Shades of Celery #ADC940
Tints of Celery #ADC940
RGB
CMYK
RGB Variations
Color information
#ADC940 (or 0xADC940) is known color: Celery. HEX triplet: AD, C9 and 40. RGB value is (173,201,64). Sum of RGB (Red+Green+Blue) = 173+201+64=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC940 is #5236BF. Grayscale: #B1B1B1. Windows color (decimal): -5387968 or 4245933. OLE color: 4245933.
HSL color Cylindrical-coordinate representation of color #ADC940: hue angle of 72.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADC940 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 64 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.21 |
| HSL | 72.26º | 0.56% | 0.52% | - |
| HSV(B) | 72.26º | 0.68% | 0.79% | - |
| XYZ | 39.05 | 51.03 | 12.64 | - |
| YUV | 177.01 | 64.22 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 64 | 0.14 | 0 | 0.68 | 0.21 | 72.26 | 0.56 | 0.52 |
| Hex | AD | C9 | 40 | E | 0 | 44 | 15 | 48 | 38 | 34 |
| Octal | 255 | 311 | 100 | 16 | 0 | 104 | 25 | 110 | 70 | 64 |
| Binary | 10101101 | 11001001 | 1000000 | 1110 | 0 | 1000100 | 10101 | 1001000 | 111000 | 110100 |
Color Harmonies of #ADC940
Complementary color
Monochromatic Colors of #ADC940
Black with #ADC940
Text Example
Text Example
White with #ADC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC940; }
p { color: rgb(173,201,64); }
H1.HeaderClassName
{
color: #ADC940;
}
.AnyTagClassName
{
color: #ADC940;
}
</style>
background-color css
<style>
a { background-color: #ADC940; }
a { background-color: rgb(173,201,64); }
div.DivClassName
{
background-color: #ADC940;
}
.BgClassName
{
background-color: #ADC940;
}
</style>
border-color css
<style>
span { border-color: #ADC940; }
span { border-color: rgb(173,201,64); }
td.TdClassName
{
border-color: #ADC940;
}
.TagClassName
{
border-color: #ADC940;
}
</style>