Shades of Celery #A0C050
Tints of Celery #A0C050
RGB
CMYK
RGB Variations
Color information
#A0C050 (or 0xA0C050) is known color: Celery. HEX triplet: A0, C0 and 50. RGB value is (160,192,80). Sum of RGB (Red+Green+Blue) = 160+192+80=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C050 is #5F3FAF. Grayscale: #AAAAAA. Windows color (decimal): -6242224 or 5292192. OLE color: 5292192.
HSL color Cylindrical-coordinate representation of color #A0C050: hue angle of 77.14º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0C050 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 80 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.25 |
| HSL | 77.14º | 0.47% | 0.53% | - |
| HSV(B) | 77.14º | 0.58% | 0.75% | - |
| XYZ | 34.79 | 45.75 | 14.59 | - |
| YUV | 169.66 | 77.4 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 80 | 0.17 | 0 | 0.58 | 0.25 | 77.14 | 0.47 | 0.53 |
| Hex | A0 | C0 | 50 | 11 | 0 | 3A | 19 | 4D | 2F | 35 |
| Octal | 240 | 300 | 120 | 21 | 0 | 72 | 31 | 115 | 57 | 65 |
| Binary | 10100000 | 11000000 | 1010000 | 10001 | 0 | 111010 | 11001 | 1001101 | 101111 | 110101 |
Color Harmonies of #A0C050
Complementary color
Monochromatic Colors of #A0C050
Black with #A0C050
Text Example
Text Example
White with #A0C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C050; }
p { color: rgb(160,192,80); }
H1.HeaderClassName
{
color: #A0C050;
}
.AnyTagClassName
{
color: #A0C050;
}
</style>
background-color css
<style>
a { background-color: #A0C050; }
a { background-color: rgb(160,192,80); }
div.DivClassName
{
background-color: #A0C050;
}
.BgClassName
{
background-color: #A0C050;
}
</style>
border-color css
<style>
span { border-color: #A0C050; }
span { border-color: rgb(160,192,80); }
td.TdClassName
{
border-color: #A0C050;
}
.TagClassName
{
border-color: #A0C050;
}
</style>