Shades of Celery #A0C358
Tints of Celery #A0C358
RGB
CMYK
RGB Variations
Color information
#A0C358 (or 0xA0C358) is known color: Celery. HEX triplet: A0, C3 and 58. RGB value is (160,195,88). Sum of RGB (Red+Green+Blue) = 160+195+88=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C358 is #5F3CA7. Grayscale: #ACACAC. Windows color (decimal): -6241448 or 5817248. OLE color: 5817248.
HSL color Cylindrical-coordinate representation of color #A0C358: hue angle of 79.63º 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 #A0C358 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 88 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.24 |
| HSL | 79.63º | 0.47% | 0.55% | - |
| HSV(B) | 79.63º | 0.55% | 0.76% | - |
| XYZ | 35.77 | 47.21 | 16.46 | - |
| YUV | 172.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 88 | 0.18 | 0 | 0.55 | 0.24 | 79.63 | 0.47 | 0.55 |
| Hex | A0 | C3 | 58 | 12 | 0 | 37 | 18 | 50 | 2F | 37 |
| Octal | 240 | 303 | 130 | 22 | 0 | 67 | 30 | 120 | 57 | 67 |
| Binary | 10100000 | 11000011 | 1011000 | 10010 | 0 | 110111 | 11000 | 1010000 | 101111 | 110111 |
Color Harmonies of #A0C358
Complementary color
Monochromatic Colors of #A0C358
Black with #A0C358
Text Example
Text Example
White with #A0C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C358; }
p { color: rgb(160,195,88); }
H1.HeaderClassName
{
color: #A0C358;
}
.AnyTagClassName
{
color: #A0C358;
}
</style>
background-color css
<style>
a { background-color: #A0C358; }
a { background-color: rgb(160,195,88); }
div.DivClassName
{
background-color: #A0C358;
}
.BgClassName
{
background-color: #A0C358;
}
</style>
border-color css
<style>
span { border-color: #A0C358; }
span { border-color: rgb(160,195,88); }
td.TdClassName
{
border-color: #A0C358;
}
.TagClassName
{
border-color: #A0C358;
}
</style>