Shades of Celery #ADC34E
Tints of Celery #ADC34E
RGB
CMYK
RGB Variations
Color information
#ADC34E (or 0xADC34E) is known color: Celery. HEX triplet: AD, C3 and 4E. RGB value is (173,195,78). Sum of RGB (Red+Green+Blue) = 173+195+78=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC34E is #523CB1. Grayscale: #AFAFAF. Windows color (decimal): -5389490 or 5161901. OLE color: 5161901.
HSL color Cylindrical-coordinate representation of color #ADC34E: hue angle of 71.28º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADC34E is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 78 | - |
| CMYK | 0.11 | 0 | 0.6 | 0.24 |
| HSL | 71.28º | 0.49% | 0.54% | - |
| HSV(B) | 71.28º | 0.6% | 0.76% | - |
| XYZ | 38.12 | 48.46 | 14.55 | - |
| YUV | 175.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 78 | 0.11 | 0 | 0.6 | 0.24 | 71.28 | 0.49 | 0.54 |
| Hex | AD | C3 | 4E | B | 0 | 3C | 18 | 47 | 31 | 36 |
| Octal | 255 | 303 | 116 | 13 | 0 | 74 | 30 | 107 | 61 | 66 |
| Binary | 10101101 | 11000011 | 1001110 | 1011 | 0 | 111100 | 11000 | 1000111 | 110001 | 110110 |
Color Harmonies of #ADC34E
Complementary color
Monochromatic Colors of #ADC34E
Black with #ADC34E
Text Example
Text Example
White with #ADC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC34E; }
p { color: rgb(173,195,78); }
H1.HeaderClassName
{
color: #ADC34E;
}
.AnyTagClassName
{
color: #ADC34E;
}
</style>
background-color css
<style>
a { background-color: #ADC34E; }
a { background-color: rgb(173,195,78); }
div.DivClassName
{
background-color: #ADC34E;
}
.BgClassName
{
background-color: #ADC34E;
}
</style>
border-color css
<style>
span { border-color: #ADC34E; }
span { border-color: rgb(173,195,78); }
td.TdClassName
{
border-color: #ADC34E;
}
.TagClassName
{
border-color: #ADC34E;
}
</style>