Shades of Celery #ADC342
Tints of Celery #ADC342
RGB
CMYK
RGB Variations
Color information
#ADC342 (or 0xADC342) is known color: Celery. HEX triplet: AD, C3 and 42. RGB value is (173,195,66). Sum of RGB (Red+Green+Blue) = 173+195+66=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC342 is #523CBD. Grayscale: #AEAEAE. Windows color (decimal): -5389502 or 4375469. OLE color: 4375469.
HSL color Cylindrical-coordinate representation of color #ADC342: hue angle of 70.23º degrees, saturation: 0.52, 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 #ADC342 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 66 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.24 |
| HSL | 70.23º | 0.52% | 0.51% | - |
| HSV(B) | 70.23º | 0.66% | 0.76% | - |
| XYZ | 37.73 | 48.31 | 12.49 | - |
| YUV | 173.72 | 67.21 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 66 | 0.11 | 0 | 0.66 | 0.24 | 70.23 | 0.52 | 0.51 |
| Hex | AD | C3 | 42 | B | 0 | 42 | 18 | 46 | 34 | 33 |
| Octal | 255 | 303 | 102 | 13 | 0 | 102 | 30 | 106 | 64 | 63 |
| Binary | 10101101 | 11000011 | 1000010 | 1011 | 0 | 1000010 | 11000 | 1000110 | 110100 | 110011 |
Color Harmonies of #ADC342
Complementary color
Monochromatic Colors of #ADC342
Black with #ADC342
Text Example
Text Example
White with #ADC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC342; }
p { color: rgb(173,195,66); }
H1.HeaderClassName
{
color: #ADC342;
}
.AnyTagClassName
{
color: #ADC342;
}
</style>
background-color css
<style>
a { background-color: #ADC342; }
a { background-color: rgb(173,195,66); }
div.DivClassName
{
background-color: #ADC342;
}
.BgClassName
{
background-color: #ADC342;
}
</style>
border-color css
<style>
span { border-color: #ADC342; }
span { border-color: rgb(173,195,66); }
td.TdClassName
{
border-color: #ADC342;
}
.TagClassName
{
border-color: #ADC342;
}
</style>