Shades of Celery #ADC63A
Tints of Celery #ADC63A
RGB
CMYK
RGB Variations
Color information
#ADC63A (or 0xADC63A) is known color: Celery. HEX triplet: AD, C6 and 3A. RGB value is (173,198,58). Sum of RGB (Red+Green+Blue) = 173+198+58=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC63A is #5239C5. Grayscale: #AFAFAF. Windows color (decimal): -5388742 or 3851949. OLE color: 3851949.
HSL color Cylindrical-coordinate representation of color #ADC63A: hue angle of 70.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADC63A is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 58 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.22 |
| HSL | 70.71º | 0.55% | 0.5% | - |
| HSV(B) | 70.71º | 0.71% | 0.78% | - |
| XYZ | 38.19 | 49.58 | 11.56 | - |
| YUV | 174.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 58 | 0.13 | 0 | 0.71 | 0.22 | 70.71 | 0.55 | 0.5 |
| Hex | AD | C6 | 3A | D | 0 | 47 | 16 | 47 | 37 | 32 |
| Octal | 255 | 306 | 72 | 15 | 0 | 107 | 26 | 107 | 67 | 62 |
| Binary | 10101101 | 11000110 | 111010 | 1101 | 0 | 1000111 | 10110 | 1000111 | 110111 | 110010 |
Color Harmonies of #ADC63A
Complementary color
Monochromatic Colors of #ADC63A
Black with #ADC63A
Text Example
Text Example
White with #ADC63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC63A; }
p { color: rgb(173,198,58); }
H1.HeaderClassName
{
color: #ADC63A;
}
.AnyTagClassName
{
color: #ADC63A;
}
</style>
background-color css
<style>
a { background-color: #ADC63A; }
a { background-color: rgb(173,198,58); }
div.DivClassName
{
background-color: #ADC63A;
}
.BgClassName
{
background-color: #ADC63A;
}
</style>
border-color css
<style>
span { border-color: #ADC63A; }
span { border-color: rgb(173,198,58); }
td.TdClassName
{
border-color: #ADC63A;
}
.TagClassName
{
border-color: #ADC63A;
}
</style>