Shades of Celery #ADC141
Tints of Celery #ADC141
RGB
CMYK
RGB Variations
Color information
#ADC141 (or 0xADC141) is known color: Celery. HEX triplet: AD, C1 and 41. RGB value is (173,193,65). Sum of RGB (Red+Green+Blue) = 173+193+65=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC141 is #523EBE. Grayscale: #ACACAC. Windows color (decimal): -5390015 or 4309421. OLE color: 4309421.
HSL color Cylindrical-coordinate representation of color #ADC141: hue angle of 69.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADC141 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 65 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.24 |
| HSL | 69.38º | 0.51% | 0.51% | - |
| HSV(B) | 69.38º | 0.66% | 0.76% | - |
| XYZ | 37.26 | 47.41 | 12.19 | - |
| YUV | 172.43 | 67.37 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 65 | 0.10 | 0 | 0.66 | 0.24 | 69.38 | 0.51 | 0.51 |
| Hex | AD | C1 | 41 | A | 0 | 42 | 18 | 45 | 33 | 33 |
| Octal | 255 | 301 | 101 | 12 | 0 | 102 | 30 | 105 | 63 | 63 |
| Binary | 10101101 | 11000001 | 1000001 | 1010 | 0 | 1000010 | 11000 | 1000101 | 110011 | 110011 |
Color Harmonies of #ADC141
Complementary color
Monochromatic Colors of #ADC141
Black with #ADC141
Text Example
Text Example
White with #ADC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC141; }
p { color: rgb(173,193,65); }
H1.HeaderClassName
{
color: #ADC141;
}
.AnyTagClassName
{
color: #ADC141;
}
</style>
background-color css
<style>
a { background-color: #ADC141; }
a { background-color: rgb(173,193,65); }
div.DivClassName
{
background-color: #ADC141;
}
.BgClassName
{
background-color: #ADC141;
}
</style>
border-color css
<style>
span { border-color: #ADC141; }
span { border-color: rgb(173,193,65); }
td.TdClassName
{
border-color: #ADC141;
}
.TagClassName
{
border-color: #ADC141;
}
</style>