Shades of Celery #ADCC46
Tints of Celery #ADCC46
RGB
CMYK
RGB Variations
Color information
#ADCC46 (or 0xADCC46) is known color: Celery. HEX triplet: AD, CC and 46. RGB value is (173,204,70). Sum of RGB (Red+Green+Blue) = 173+204+70=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC46 is #5233B9. Grayscale: #B3B3B3. Windows color (decimal): -5387194 or 4639917. OLE color: 4639917.
HSL color Cylindrical-coordinate representation of color #ADCC46: hue angle of 73.88º 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 #ADCC46 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 70 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.2 |
| HSL | 73.88º | 0.57% | 0.54% | - |
| HSV(B) | 73.88º | 0.66% | 0.8% | - |
| XYZ | 39.93 | 52.51 | 13.83 | - |
| YUV | 179.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 70 | 0.15 | 0 | 0.66 | 0.2 | 73.88 | 0.57 | 0.54 |
| Hex | AD | CC | 46 | F | 0 | 42 | 14 | 4A | 39 | 36 |
| Octal | 255 | 314 | 106 | 17 | 0 | 102 | 24 | 112 | 71 | 66 |
| Binary | 10101101 | 11001100 | 1000110 | 1111 | 0 | 1000010 | 10100 | 1001010 | 111001 | 110110 |
Color Harmonies of #ADCC46
Complementary color
Monochromatic Colors of #ADCC46
Black with #ADCC46
Text Example
Text Example
White with #ADCC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC46; }
p { color: rgb(173,204,70); }
H1.HeaderClassName
{
color: #ADCC46;
}
.AnyTagClassName
{
color: #ADCC46;
}
</style>
background-color css
<style>
a { background-color: #ADCC46; }
a { background-color: rgb(173,204,70); }
div.DivClassName
{
background-color: #ADCC46;
}
.BgClassName
{
background-color: #ADCC46;
}
</style>
border-color css
<style>
span { border-color: #ADCC46; }
span { border-color: rgb(173,204,70); }
td.TdClassName
{
border-color: #ADCC46;
}
.TagClassName
{
border-color: #ADCC46;
}
</style>