Shades of Celery #ADCA4E
Tints of Celery #ADCA4E
RGB
CMYK
RGB Variations
Color information
#ADCA4E (or 0xADCA4E) is known color: Celery. HEX triplet: AD, CA and 4E. RGB value is (173,202,78). Sum of RGB (Red+Green+Blue) = 173+202+78=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA4E is #5235B1. Grayscale: #B3B3B3. Windows color (decimal): -5387698 or 5163693. OLE color: 5163693.
HSL color Cylindrical-coordinate representation of color #ADCA4E: hue angle of 74.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADCA4E is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 78 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.21 |
| HSL | 74.03º | 0.54% | 0.55% | - |
| HSV(B) | 74.03º | 0.61% | 0.79% | - |
| XYZ | 39.73 | 51.68 | 15.09 | - |
| YUV | 179.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 78 | 0.14 | 0 | 0.61 | 0.21 | 74.03 | 0.54 | 0.55 |
| Hex | AD | CA | 4E | E | 0 | 3D | 15 | 4A | 36 | 37 |
| Octal | 255 | 312 | 116 | 16 | 0 | 75 | 25 | 112 | 66 | 67 |
| Binary | 10101101 | 11001010 | 1001110 | 1110 | 0 | 111101 | 10101 | 1001010 | 110110 | 110111 |
Color Harmonies of #ADCA4E
Complementary color
Monochromatic Colors of #ADCA4E
Black with #ADCA4E
Text Example
Text Example
White with #ADCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCA4E; }
p { color: rgb(173,202,78); }
H1.HeaderClassName
{
color: #ADCA4E;
}
.AnyTagClassName
{
color: #ADCA4E;
}
</style>
background-color css
<style>
a { background-color: #ADCA4E; }
a { background-color: rgb(173,202,78); }
div.DivClassName
{
background-color: #ADCA4E;
}
.BgClassName
{
background-color: #ADCA4E;
}
</style>
border-color css
<style>
span { border-color: #ADCA4E; }
span { border-color: rgb(173,202,78); }
td.TdClassName
{
border-color: #ADCA4E;
}
.TagClassName
{
border-color: #ADCA4E;
}
</style>