Shades of Celery #ADC448
Tints of Celery #ADC448
RGB
CMYK
RGB Variations
Color information
#ADC448 (or 0xADC448) is known color: Celery. HEX triplet: AD, C4 and 48. RGB value is (173,196,72). Sum of RGB (Red+Green+Blue) = 173+196+72=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC448 is #523BB7. Grayscale: #AFAFAF. Windows color (decimal): -5389240 or 4768941. OLE color: 4768941.
HSL color Cylindrical-coordinate representation of color #ADC448: hue angle of 71.13º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADC448 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 72 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.23 |
| HSL | 71.13º | 0.51% | 0.53% | - |
| HSV(B) | 71.13º | 0.63% | 0.77% | - |
| XYZ | 38.14 | 48.83 | 13.55 | - |
| YUV | 174.99 | 69.88 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 72 | 0.12 | 0 | 0.63 | 0.23 | 71.13 | 0.51 | 0.53 |
| Hex | AD | C4 | 48 | C | 0 | 3F | 17 | 47 | 33 | 35 |
| Octal | 255 | 304 | 110 | 14 | 0 | 77 | 27 | 107 | 63 | 65 |
| Binary | 10101101 | 11000100 | 1001000 | 1100 | 0 | 111111 | 10111 | 1000111 | 110011 | 110101 |
Color Harmonies of #ADC448
Complementary color
Monochromatic Colors of #ADC448
Black with #ADC448
Text Example
Text Example
White with #ADC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC448; }
p { color: rgb(173,196,72); }
H1.HeaderClassName
{
color: #ADC448;
}
.AnyTagClassName
{
color: #ADC448;
}
</style>
background-color css
<style>
a { background-color: #ADC448; }
a { background-color: rgb(173,196,72); }
div.DivClassName
{
background-color: #ADC448;
}
.BgClassName
{
background-color: #ADC448;
}
</style>
border-color css
<style>
span { border-color: #ADC448; }
span { border-color: rgb(173,196,72); }
td.TdClassName
{
border-color: #ADC448;
}
.TagClassName
{
border-color: #ADC448;
}
</style>