Shades of Celery #A0C354
Tints of Celery #A0C354
RGB
CMYK
RGB Variations
Color information
#A0C354 (or 0xA0C354) is known color: Celery. HEX triplet: A0, C3 and 54. RGB value is (160,195,84). Sum of RGB (Red+Green+Blue) = 160+195+84=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C354 is #5F3CAB. Grayscale: #ACACAC. Windows color (decimal): -6241452 or 5555104. OLE color: 5555104.
HSL color Cylindrical-coordinate representation of color #A0C354: hue angle of 78.92º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0C354 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 84 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.24 |
| HSL | 78.92º | 0.48% | 0.55% | - |
| HSV(B) | 78.92º | 0.57% | 0.76% | - |
| XYZ | 35.61 | 47.14 | 15.61 | - |
| YUV | 171.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 84 | 0.18 | 0 | 0.57 | 0.24 | 78.92 | 0.48 | 0.55 |
| Hex | A0 | C3 | 54 | 12 | 0 | 39 | 18 | 4F | 30 | 37 |
| Octal | 240 | 303 | 124 | 22 | 0 | 71 | 30 | 117 | 60 | 67 |
| Binary | 10100000 | 11000011 | 1010100 | 10010 | 0 | 111001 | 11000 | 1001111 | 110000 | 110111 |
Color Harmonies of #A0C354
Complementary color
Monochromatic Colors of #A0C354
Black with #A0C354
Text Example
Text Example
White with #A0C354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C354; }
p { color: rgb(160,195,84); }
H1.HeaderClassName
{
color: #A0C354;
}
.AnyTagClassName
{
color: #A0C354;
}
</style>
background-color css
<style>
a { background-color: #A0C354; }
a { background-color: rgb(160,195,84); }
div.DivClassName
{
background-color: #A0C354;
}
.BgClassName
{
background-color: #A0C354;
}
</style>
border-color css
<style>
span { border-color: #A0C354; }
span { border-color: rgb(160,195,84); }
td.TdClassName
{
border-color: #A0C354;
}
.TagClassName
{
border-color: #A0C354;
}
</style>