Shades of Celery #ADCC45
Tints of Celery #ADCC45
RGB
CMYK
RGB Variations
Color information
#ADCC45 (or 0xADCC45) is known color: Celery. HEX triplet: AD, CC and 45. RGB value is (173,204,69). Sum of RGB (Red+Green+Blue) = 173+204+69=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC45 is #5233BA. Grayscale: #B3B3B3. Windows color (decimal): -5387195 or 4574381. OLE color: 4574381.
HSL color Cylindrical-coordinate representation of color #ADCC45: hue angle of 73.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADCC45 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 69 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.2 |
| HSL | 73.78º | 0.57% | 0.54% | - |
| HSV(B) | 73.78º | 0.66% | 0.8% | - |
| XYZ | 39.9 | 52.5 | 13.66 | - |
| YUV | 179.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 69 | 0.15 | 0 | 0.66 | 0.2 | 73.78 | 0.57 | 0.54 |
| Hex | AD | CC | 45 | F | 0 | 42 | 14 | 4A | 39 | 36 |
| Octal | 255 | 314 | 105 | 17 | 0 | 102 | 24 | 112 | 71 | 66 |
| Binary | 10101101 | 11001100 | 1000101 | 1111 | 0 | 1000010 | 10100 | 1001010 | 111001 | 110110 |
Color Harmonies of #ADCC45
Complementary color
Monochromatic Colors of #ADCC45
Black with #ADCC45
Text Example
Text Example
White with #ADCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC45; }
p { color: rgb(173,204,69); }
H1.HeaderClassName
{
color: #ADCC45;
}
.AnyTagClassName
{
color: #ADCC45;
}
</style>
background-color css
<style>
a { background-color: #ADCC45; }
a { background-color: rgb(173,204,69); }
div.DivClassName
{
background-color: #ADCC45;
}
.BgClassName
{
background-color: #ADCC45;
}
</style>
border-color css
<style>
span { border-color: #ADCC45; }
span { border-color: rgb(173,204,69); }
td.TdClassName
{
border-color: #ADCC45;
}
.TagClassName
{
border-color: #ADCC45;
}
</style>