Shades of Celery #ADC13C
Tints of Celery #ADC13C
RGB
CMYK
RGB Variations
Color information
#ADC13C (or 0xADC13C) is known color: Celery. HEX triplet: AD, C1 and 3C. RGB value is (173,193,60). Sum of RGB (Red+Green+Blue) = 173+193+60=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC13C is #523EC3. Grayscale: #ACACAC. Windows color (decimal): -5390020 or 3981741. OLE color: 3981741.
HSL color Cylindrical-coordinate representation of color #ADC13C: hue angle of 69.02º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADC13C is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 60 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.24 |
| HSL | 69.02º | 0.53% | 0.5% | - |
| HSV(B) | 69.02º | 0.69% | 0.76% | - |
| XYZ | 37.12 | 47.35 | 11.46 | - |
| YUV | 171.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 60 | 0.10 | 0 | 0.69 | 0.24 | 69.02 | 0.53 | 0.5 |
| Hex | AD | C1 | 3C | A | 0 | 45 | 18 | 45 | 35 | 32 |
| Octal | 255 | 301 | 74 | 12 | 0 | 105 | 30 | 105 | 65 | 62 |
| Binary | 10101101 | 11000001 | 111100 | 1010 | 0 | 1000101 | 11000 | 1000101 | 110101 | 110010 |
Color Harmonies of #ADC13C
Complementary color
Monochromatic Colors of #ADC13C
Black with #ADC13C
Text Example
Text Example
White with #ADC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC13C; }
p { color: rgb(173,193,60); }
H1.HeaderClassName
{
color: #ADC13C;
}
.AnyTagClassName
{
color: #ADC13C;
}
</style>
background-color css
<style>
a { background-color: #ADC13C; }
a { background-color: rgb(173,193,60); }
div.DivClassName
{
background-color: #ADC13C;
}
.BgClassName
{
background-color: #ADC13C;
}
</style>
border-color css
<style>
span { border-color: #ADC13C; }
span { border-color: rgb(173,193,60); }
td.TdClassName
{
border-color: #ADC13C;
}
.TagClassName
{
border-color: #ADC13C;
}
</style>