Shades of Celery #ADC65A
Tints of Celery #ADC65A
RGB
CMYK
RGB Variations
Color information
#ADC65A (or 0xADC65A) is known color: Celery. HEX triplet: AD, C6 and 5A. RGB value is (173,198,90). Sum of RGB (Red+Green+Blue) = 173+198+90=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC65A is #5239A5. Grayscale: #B2B2B2. Windows color (decimal): -5388710 or 5949101. OLE color: 5949101.
HSL color Cylindrical-coordinate representation of color #ADC65A: hue angle of 73.89º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADC65A is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 90 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.22 |
| HSL | 73.89º | 0.49% | 0.56% | - |
| HSV(B) | 73.89º | 0.55% | 0.78% | - |
| XYZ | 39.27 | 50.01 | 17.26 | - |
| YUV | 178.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 90 | 0.13 | 0 | 0.55 | 0.22 | 73.89 | 0.49 | 0.56 |
| Hex | AD | C6 | 5A | D | 0 | 37 | 16 | 4A | 31 | 38 |
| Octal | 255 | 306 | 132 | 15 | 0 | 67 | 26 | 112 | 61 | 70 |
| Binary | 10101101 | 11000110 | 1011010 | 1101 | 0 | 110111 | 10110 | 1001010 | 110001 | 111000 |
Color Harmonies of #ADC65A
Complementary color
Monochromatic Colors of #ADC65A
Black with #ADC65A
Text Example
Text Example
White with #ADC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC65A; }
p { color: rgb(173,198,90); }
H1.HeaderClassName
{
color: #ADC65A;
}
.AnyTagClassName
{
color: #ADC65A;
}
</style>
background-color css
<style>
a { background-color: #ADC65A; }
a { background-color: rgb(173,198,90); }
div.DivClassName
{
background-color: #ADC65A;
}
.BgClassName
{
background-color: #ADC65A;
}
</style>
border-color css
<style>
span { border-color: #ADC65A; }
span { border-color: rgb(173,198,90); }
td.TdClassName
{
border-color: #ADC65A;
}
.TagClassName
{
border-color: #ADC65A;
}
</style>