Shades of Celery #ADC14B
Tints of Celery #ADC14B
RGB
CMYK
RGB Variations
Color information
#ADC14B (or 0xADC14B) is known color: Celery. HEX triplet: AD, C1 and 4B. RGB value is (173,193,75). Sum of RGB (Red+Green+Blue) = 173+193+75=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC14B is #523EB4. Grayscale: #AEAEAE. Windows color (decimal): -5390005 or 4964781. OLE color: 4964781.
HSL color Cylindrical-coordinate representation of color #ADC14B: hue angle of 70.17º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADC14B is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 75 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.24 |
| HSL | 70.17º | 0.49% | 0.53% | - |
| HSV(B) | 70.17º | 0.61% | 0.76% | - |
| XYZ | 37.57 | 47.53 | 13.85 | - |
| YUV | 173.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 75 | 0.10 | 0 | 0.61 | 0.24 | 70.17 | 0.49 | 0.53 |
| Hex | AD | C1 | 4B | A | 0 | 3D | 18 | 46 | 31 | 35 |
| Octal | 255 | 301 | 113 | 12 | 0 | 75 | 30 | 106 | 61 | 65 |
| Binary | 10101101 | 11000001 | 1001011 | 1010 | 0 | 111101 | 11000 | 1000110 | 110001 | 110101 |
Color Harmonies of #ADC14B
Complementary color
Monochromatic Colors of #ADC14B
Black with #ADC14B
Text Example
Text Example
White with #ADC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC14B; }
p { color: rgb(173,193,75); }
H1.HeaderClassName
{
color: #ADC14B;
}
.AnyTagClassName
{
color: #ADC14B;
}
</style>
background-color css
<style>
a { background-color: #ADC14B; }
a { background-color: rgb(173,193,75); }
div.DivClassName
{
background-color: #ADC14B;
}
.BgClassName
{
background-color: #ADC14B;
}
</style>
border-color css
<style>
span { border-color: #ADC14B; }
span { border-color: rgb(173,193,75); }
td.TdClassName
{
border-color: #ADC14B;
}
.TagClassName
{
border-color: #ADC14B;
}
</style>