Shades of Celery #ADC038
Tints of Celery #ADC038
RGB
CMYK
RGB Variations
Color information
#ADC038 (or 0xADC038) is known color: Celery. HEX triplet: AD, C0 and 38. RGB value is (173,192,56). Sum of RGB (Red+Green+Blue) = 173+192+56=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC038 is #523FC7. Grayscale: #ABABAB. Windows color (decimal): -5390280 or 3719341. OLE color: 3719341.
HSL color Cylindrical-coordinate representation of color #ADC038: hue angle of 68.38º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADC038 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 56 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.25 |
| HSL | 68.38º | 0.55% | 0.49% | - |
| HSV(B) | 68.38º | 0.71% | 0.75% | - |
| XYZ | 36.8 | 46.87 | 10.85 | - |
| YUV | 170.82 | 63.21 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 56 | 0.10 | 0 | 0.71 | 0.25 | 68.38 | 0.55 | 0.49 |
| Hex | AD | C0 | 38 | A | 0 | 47 | 19 | 44 | 37 | 31 |
| Octal | 255 | 300 | 70 | 12 | 0 | 107 | 31 | 104 | 67 | 61 |
| Binary | 10101101 | 11000000 | 111000 | 1010 | 0 | 1000111 | 11001 | 1000100 | 110111 | 110001 |
Color Harmonies of #ADC038
Complementary color
Monochromatic Colors of #ADC038
Black with #ADC038
Text Example
Text Example
White with #ADC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC038; }
p { color: rgb(173,192,56); }
H1.HeaderClassName
{
color: #ADC038;
}
.AnyTagClassName
{
color: #ADC038;
}
</style>
background-color css
<style>
a { background-color: #ADC038; }
a { background-color: rgb(173,192,56); }
div.DivClassName
{
background-color: #ADC038;
}
.BgClassName
{
background-color: #ADC038;
}
</style>
border-color css
<style>
span { border-color: #ADC038; }
span { border-color: rgb(173,192,56); }
td.TdClassName
{
border-color: #ADC038;
}
.TagClassName
{
border-color: #ADC038;
}
</style>