Shades of Celery #A0C156
Tints of Celery #A0C156
RGB
CMYK
RGB Variations
Color information
#A0C156 (or 0xA0C156) is known color: Celery. HEX triplet: A0, C1 and 56. RGB value is (160,193,86). Sum of RGB (Red+Green+Blue) = 160+193+86=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C156 is #5F3EA9. Grayscale: #ABABAB. Windows color (decimal): -6241962 or 5685664. OLE color: 5685664.
HSL color Cylindrical-coordinate representation of color #A0C156: hue angle of 78.5º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0C156 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 86 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.24 |
| HSL | 78.5º | 0.46% | 0.55% | - |
| HSV(B) | 78.5º | 0.55% | 0.76% | - |
| XYZ | 35.25 | 46.29 | 15.88 | - |
| YUV | 170.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 86 | 0.17 | 0 | 0.55 | 0.24 | 78.5 | 0.46 | 0.55 |
| Hex | A0 | C1 | 56 | 11 | 0 | 37 | 18 | 4F | 2E | 37 |
| Octal | 240 | 301 | 126 | 21 | 0 | 67 | 30 | 117 | 56 | 67 |
| Binary | 10100000 | 11000001 | 1010110 | 10001 | 0 | 110111 | 11000 | 1001111 | 101110 | 110111 |
Color Harmonies of #A0C156
Complementary color
Monochromatic Colors of #A0C156
Black with #A0C156
Text Example
Text Example
White with #A0C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C156; }
p { color: rgb(160,193,86); }
H1.HeaderClassName
{
color: #A0C156;
}
.AnyTagClassName
{
color: #A0C156;
}
</style>
background-color css
<style>
a { background-color: #A0C156; }
a { background-color: rgb(160,193,86); }
div.DivClassName
{
background-color: #A0C156;
}
.BgClassName
{
background-color: #A0C156;
}
</style>
border-color css
<style>
span { border-color: #A0C156; }
span { border-color: rgb(160,193,86); }
td.TdClassName
{
border-color: #A0C156;
}
.TagClassName
{
border-color: #A0C156;
}
</style>