Shades of Celery #A0AD40
Tints of Celery #A0AD40
RGB
CMYK
RGB Variations
Color information
#A0AD40 (or 0xA0AD40) is known color: Celery. HEX triplet: A0, AD and 40. RGB value is (160,173,64). Sum of RGB (Red+Green+Blue) = 160+173+64=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD40 is #5F52BF. Grayscale: #9D9D9D. Windows color (decimal): -6247104 or 4238752. OLE color: 4238752.
HSL color Cylindrical-coordinate representation of color #A0AD40: hue angle of 67.16º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0AD40 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 64 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.32 |
| HSL | 67.16º | 0.46% | 0.46% | - |
| HSV(B) | 67.16º | 0.63% | 0.68% | - |
| XYZ | 30.37 | 37.73 | 10.53 | - |
| YUV | 156.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 64 | 0.08 | 0 | 0.63 | 0.32 | 67.16 | 0.46 | 0.46 |
| Hex | A0 | AD | 40 | 8 | 0 | 3F | 20 | 43 | 2E | 2E |
| Octal | 240 | 255 | 100 | 10 | 0 | 77 | 40 | 103 | 56 | 56 |
| Binary | 10100000 | 10101101 | 1000000 | 1000 | 0 | 111111 | 100000 | 1000011 | 101110 | 101110 |
Color Harmonies of #A0AD40
Complementary color
Monochromatic Colors of #A0AD40
Black with #A0AD40
Text Example
Text Example
White with #A0AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD40; }
p { color: rgb(160,173,64); }
H1.HeaderClassName
{
color: #A0AD40;
}
.AnyTagClassName
{
color: #A0AD40;
}
</style>
background-color css
<style>
a { background-color: #A0AD40; }
a { background-color: rgb(160,173,64); }
div.DivClassName
{
background-color: #A0AD40;
}
.BgClassName
{
background-color: #A0AD40;
}
</style>
border-color css
<style>
span { border-color: #A0AD40; }
span { border-color: rgb(160,173,64); }
td.TdClassName
{
border-color: #A0AD40;
}
.TagClassName
{
border-color: #A0AD40;
}
</style>