Shades of Celery #A0C054
Tints of Celery #A0C054
RGB
CMYK
RGB Variations
Color information
#A0C054 (or 0xA0C054) is known color: Celery. HEX triplet: A0, C0 and 54. RGB value is (160,192,84). Sum of RGB (Red+Green+Blue) = 160+192+84=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C054 is #5F3FAB. Grayscale: #AAAAAA. Windows color (decimal): -6242220 or 5554336. OLE color: 5554336.
HSL color Cylindrical-coordinate representation of color #A0C054: hue angle of 77.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0C054 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 84 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.25 |
| HSL | 77.78º | 0.46% | 0.54% | - |
| HSV(B) | 77.78º | 0.56% | 0.75% | - |
| XYZ | 34.95 | 45.81 | 15.39 | - |
| YUV | 170.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 84 | 0.17 | 0 | 0.56 | 0.25 | 77.78 | 0.46 | 0.54 |
| Hex | A0 | C0 | 54 | 11 | 0 | 38 | 19 | 4E | 2E | 36 |
| Octal | 240 | 300 | 124 | 21 | 0 | 70 | 31 | 116 | 56 | 66 |
| Binary | 10100000 | 11000000 | 1010100 | 10001 | 0 | 111000 | 11001 | 1001110 | 101110 | 110110 |
Color Harmonies of #A0C054
Complementary color
Monochromatic Colors of #A0C054
Black with #A0C054
Text Example
Text Example
White with #A0C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C054; }
p { color: rgb(160,192,84); }
H1.HeaderClassName
{
color: #A0C054;
}
.AnyTagClassName
{
color: #A0C054;
}
</style>
background-color css
<style>
a { background-color: #A0C054; }
a { background-color: rgb(160,192,84); }
div.DivClassName
{
background-color: #A0C054;
}
.BgClassName
{
background-color: #A0C054;
}
</style>
border-color css
<style>
span { border-color: #A0C054; }
span { border-color: rgb(160,192,84); }
td.TdClassName
{
border-color: #A0C054;
}
.TagClassName
{
border-color: #A0C054;
}
</style>