Shades of Celery #ADCE45
Tints of Celery #ADCE45
RGB
CMYK
RGB Variations
Color information
#ADCE45 (or 0xADCE45) is known color: Celery. HEX triplet: AD, CE and 45. RGB value is (173,206,69). Sum of RGB (Red+Green+Blue) = 173+206+69=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE45 is #5231BA. Grayscale: #B5B5B5. Windows color (decimal): -5386683 or 4574893. OLE color: 4574893.
HSL color Cylindrical-coordinate representation of color #ADCE45: hue angle of 74.45º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADCE45 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 69 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.19 |
| HSL | 74.45º | 0.58% | 0.54% | - |
| HSV(B) | 74.45º | 0.67% | 0.81% | - |
| XYZ | 40.38 | 53.46 | 13.82 | - |
| YUV | 180.52 | 65.07 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 69 | 0.16 | 0 | 0.67 | 0.19 | 74.45 | 0.58 | 0.54 |
| Hex | AD | CE | 45 | 10 | 0 | 43 | 13 | 4A | 3A | 36 |
| Octal | 255 | 316 | 105 | 20 | 0 | 103 | 23 | 112 | 72 | 66 |
| Binary | 10101101 | 11001110 | 1000101 | 10000 | 0 | 1000011 | 10011 | 1001010 | 111010 | 110110 |
Color Harmonies of #ADCE45
Complementary color
Monochromatic Colors of #ADCE45
Black with #ADCE45
Text Example
Text Example
White with #ADCE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE45; }
p { color: rgb(173,206,69); }
H1.HeaderClassName
{
color: #ADCE45;
}
.AnyTagClassName
{
color: #ADCE45;
}
</style>
background-color css
<style>
a { background-color: #ADCE45; }
a { background-color: rgb(173,206,69); }
div.DivClassName
{
background-color: #ADCE45;
}
.BgClassName
{
background-color: #ADCE45;
}
</style>
border-color css
<style>
span { border-color: #ADCE45; }
span { border-color: rgb(173,206,69); }
td.TdClassName
{
border-color: #ADCE45;
}
.TagClassName
{
border-color: #ADCE45;
}
</style>