Shades of Celery #ADC244
Tints of Celery #ADC244
RGB
CMYK
RGB Variations
Color information
#ADC244 (or 0xADC244) is known color: Celery. HEX triplet: AD, C2 and 44. RGB value is (173,194,68). Sum of RGB (Red+Green+Blue) = 173+194+68=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC244 is #523DBB. Grayscale: #ADADAD. Windows color (decimal): -5389756 or 4506285. OLE color: 4506285.
HSL color Cylindrical-coordinate representation of color #ADC244: hue angle of 70º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADC244 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 68 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.24 |
| HSL | 70º | 0.51% | 0.51% | - |
| HSV(B) | 70º | 0.65% | 0.76% | - |
| XYZ | 37.57 | 47.89 | 12.73 | - |
| YUV | 173.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 68 | 0.11 | 0 | 0.65 | 0.24 | 70 | 0.51 | 0.51 |
| Hex | AD | C2 | 44 | B | 0 | 41 | 18 | 46 | 33 | 33 |
| Octal | 255 | 302 | 104 | 13 | 0 | 101 | 30 | 106 | 63 | 63 |
| Binary | 10101101 | 11000010 | 1000100 | 1011 | 0 | 1000001 | 11000 | 1000110 | 110011 | 110011 |
Color Harmonies of #ADC244
Complementary color
Monochromatic Colors of #ADC244
Black with #ADC244
Text Example
Text Example
White with #ADC244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC244; }
p { color: rgb(173,194,68); }
H1.HeaderClassName
{
color: #ADC244;
}
.AnyTagClassName
{
color: #ADC244;
}
</style>
background-color css
<style>
a { background-color: #ADC244; }
a { background-color: rgb(173,194,68); }
div.DivClassName
{
background-color: #ADC244;
}
.BgClassName
{
background-color: #ADC244;
}
</style>
border-color css
<style>
span { border-color: #ADC244; }
span { border-color: rgb(173,194,68); }
td.TdClassName
{
border-color: #ADC244;
}
.TagClassName
{
border-color: #ADC244;
}
</style>