Shades of Celery #ADC035
Tints of Celery #ADC035
RGB
CMYK
RGB Variations
Color information
#ADC035 (or 0xADC035) is known color: Celery. HEX triplet: AD, C0 and 35. RGB value is (173,192,53). Sum of RGB (Red+Green+Blue) = 173+192+53=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC035 is #523FCA. Grayscale: #ABABAB. Windows color (decimal): -5390283 or 3522733. OLE color: 3522733.
HSL color Cylindrical-coordinate representation of color #ADC035: hue angle of 68.2º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADC035 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 53 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.25 |
| HSL | 68.2º | 0.57% | 0.48% | - |
| HSV(B) | 68.2º | 0.72% | 0.75% | - |
| XYZ | 36.73 | 46.84 | 10.47 | - |
| YUV | 170.47 | 61.71 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 53 | 0.10 | 0 | 0.72 | 0.25 | 68.2 | 0.57 | 0.48 |
| Hex | AD | C0 | 35 | A | 0 | 48 | 19 | 44 | 39 | 30 |
| Octal | 255 | 300 | 65 | 12 | 0 | 110 | 31 | 104 | 71 | 60 |
| Binary | 10101101 | 11000000 | 110101 | 1010 | 0 | 1001000 | 11001 | 1000100 | 111001 | 110000 |
Color Harmonies of #ADC035
Complementary color
Monochromatic Colors of #ADC035
Black with #ADC035
Text Example
Text Example
White with #ADC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC035; }
p { color: rgb(173,192,53); }
H1.HeaderClassName
{
color: #ADC035;
}
.AnyTagClassName
{
color: #ADC035;
}
</style>
background-color css
<style>
a { background-color: #ADC035; }
a { background-color: rgb(173,192,53); }
div.DivClassName
{
background-color: #ADC035;
}
.BgClassName
{
background-color: #ADC035;
}
</style>
border-color css
<style>
span { border-color: #ADC035; }
span { border-color: rgb(173,192,53); }
td.TdClassName
{
border-color: #ADC035;
}
.TagClassName
{
border-color: #ADC035;
}
</style>