Shades of Celery #ADC03A
Tints of Celery #ADC03A
RGB
CMYK
RGB Variations
Color information
#ADC03A (or 0xADC03A) is known color: Celery. HEX triplet: AD, C0 and 3A. RGB value is (173,192,58). Sum of RGB (Red+Green+Blue) = 173+192+58=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC03A is #523FC5. Grayscale: #ABABAB. Windows color (decimal): -5390278 or 3850413. OLE color: 3850413.
HSL color Cylindrical-coordinate representation of color #ADC03A: hue angle of 68.51º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADC03A is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 58 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.25 |
| HSL | 68.51º | 0.54% | 0.49% | - |
| HSV(B) | 68.51º | 0.7% | 0.75% | - |
| XYZ | 36.85 | 46.89 | 11.11 | - |
| YUV | 171.04 | 64.21 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 58 | 0.10 | 0 | 0.70 | 0.25 | 68.51 | 0.54 | 0.49 |
| Hex | AD | C0 | 3A | A | 0 | 46 | 19 | 45 | 36 | 31 |
| Octal | 255 | 300 | 72 | 12 | 0 | 106 | 31 | 105 | 66 | 61 |
| Binary | 10101101 | 11000000 | 111010 | 1010 | 0 | 1000110 | 11001 | 1000101 | 110110 | 110001 |
Color Harmonies of #ADC03A
Complementary color
Monochromatic Colors of #ADC03A
Black with #ADC03A
Text Example
Text Example
White with #ADC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC03A; }
p { color: rgb(173,192,58); }
H1.HeaderClassName
{
color: #ADC03A;
}
.AnyTagClassName
{
color: #ADC03A;
}
</style>
background-color css
<style>
a { background-color: #ADC03A; }
a { background-color: rgb(173,192,58); }
div.DivClassName
{
background-color: #ADC03A;
}
.BgClassName
{
background-color: #ADC03A;
}
</style>
border-color css
<style>
span { border-color: #ADC03A; }
span { border-color: rgb(173,192,58); }
td.TdClassName
{
border-color: #ADC03A;
}
.TagClassName
{
border-color: #ADC03A;
}
</style>