Shades of Celery #ADC340
Tints of Celery #ADC340
RGB
CMYK
RGB Variations
Color information
#ADC340 (or 0xADC340) is known color: Celery. HEX triplet: AD, C3 and 40. RGB value is (173,195,64). Sum of RGB (Red+Green+Blue) = 173+195+64=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC340 is #523CBF. Grayscale: #ADADAD. Windows color (decimal): -5389504 or 4244397. OLE color: 4244397.
HSL color Cylindrical-coordinate representation of color #ADC340: hue angle of 70.08º 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 #ADC340 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 64 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.24 |
| HSL | 70.08º | 0.52% | 0.51% | - |
| HSV(B) | 70.08º | 0.67% | 0.76% | - |
| XYZ | 37.67 | 48.28 | 12.18 | - |
| YUV | 173.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 64 | 0.11 | 0 | 0.67 | 0.24 | 70.08 | 0.52 | 0.51 |
| Hex | AD | C3 | 40 | B | 0 | 43 | 18 | 46 | 34 | 33 |
| Octal | 255 | 303 | 100 | 13 | 0 | 103 | 30 | 106 | 64 | 63 |
| Binary | 10101101 | 11000011 | 1000000 | 1011 | 0 | 1000011 | 11000 | 1000110 | 110100 | 110011 |
Color Harmonies of #ADC340
Complementary color
Monochromatic Colors of #ADC340
Black with #ADC340
Text Example
Text Example
White with #ADC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC340; }
p { color: rgb(173,195,64); }
H1.HeaderClassName
{
color: #ADC340;
}
.AnyTagClassName
{
color: #ADC340;
}
</style>
background-color css
<style>
a { background-color: #ADC340; }
a { background-color: rgb(173,195,64); }
div.DivClassName
{
background-color: #ADC340;
}
.BgClassName
{
background-color: #ADC340;
}
</style>
border-color css
<style>
span { border-color: #ADC340; }
span { border-color: rgb(173,195,64); }
td.TdClassName
{
border-color: #ADC340;
}
.TagClassName
{
border-color: #ADC340;
}
</style>