Shades of Celery #A0C257
Tints of Celery #A0C257
RGB
CMYK
RGB Variations
Color information
#A0C257 (or 0xA0C257) is known color: Celery. HEX triplet: A0, C2 and 57. RGB value is (160,194,87). Sum of RGB (Red+Green+Blue) = 160+194+87=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C257 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C257 is #5F3DA8. Grayscale: #ACACAC. Windows color (decimal): -6241705 or 5751456. OLE color: 5751456.
HSL color Cylindrical-coordinate representation of color #A0C257: hue angle of 79.07º degrees, saturation: 0.47, 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 #A0C257 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 87 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.24 |
| HSL | 79.07º | 0.47% | 0.55% | - |
| HSV(B) | 79.07º | 0.55% | 0.76% | - |
| XYZ | 35.51 | 46.75 | 16.17 | - |
| YUV | 171.64 | 80.24 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 87 | 0.18 | 0 | 0.55 | 0.24 | 79.07 | 0.47 | 0.55 |
| Hex | A0 | C2 | 57 | 12 | 0 | 37 | 18 | 4F | 2F | 37 |
| Octal | 240 | 302 | 127 | 22 | 0 | 67 | 30 | 117 | 57 | 67 |
| Binary | 10100000 | 11000010 | 1010111 | 10010 | 0 | 110111 | 11000 | 1001111 | 101111 | 110111 |
Color Harmonies of #A0C257
Complementary color
Monochromatic Colors of #A0C257
Black with #A0C257
Text Example
Text Example
White with #A0C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C257; }
p { color: rgb(160,194,87); }
H1.HeaderClassName
{
color: #A0C257;
}
.AnyTagClassName
{
color: #A0C257;
}
</style>
background-color css
<style>
a { background-color: #A0C257; }
a { background-color: rgb(160,194,87); }
div.DivClassName
{
background-color: #A0C257;
}
.BgClassName
{
background-color: #A0C257;
}
</style>
border-color css
<style>
span { border-color: #A0C257; }
span { border-color: rgb(160,194,87); }
td.TdClassName
{
border-color: #A0C257;
}
.TagClassName
{
border-color: #A0C257;
}
</style>