Shades of Celery #A0C153
Tints of Celery #A0C153
RGB
CMYK
RGB Variations
Color information
#A0C153 (or 0xA0C153) is known color: Celery. HEX triplet: A0, C1 and 53. RGB value is (160,193,83). Sum of RGB (Red+Green+Blue) = 160+193+83=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C153 is #5F3EAC. Grayscale: #ABABAB. Windows color (decimal): -6241965 or 5489056. OLE color: 5489056.
HSL color Cylindrical-coordinate representation of color #A0C153: hue angle of 78º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0C153 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 83 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.24 |
| HSL | 78º | 0.47% | 0.54% | - |
| HSV(B) | 78º | 0.57% | 0.76% | - |
| XYZ | 35.13 | 46.24 | 15.26 | - |
| YUV | 170.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 83 | 0.17 | 0 | 0.57 | 0.24 | 78 | 0.47 | 0.54 |
| Hex | A0 | C1 | 53 | 11 | 0 | 39 | 18 | 4E | 2F | 36 |
| Octal | 240 | 301 | 123 | 21 | 0 | 71 | 30 | 116 | 57 | 66 |
| Binary | 10100000 | 11000001 | 1010011 | 10001 | 0 | 111001 | 11000 | 1001110 | 101111 | 110110 |
Color Harmonies of #A0C153
Complementary color
Monochromatic Colors of #A0C153
Black with #A0C153
Text Example
Text Example
White with #A0C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C153; }
p { color: rgb(160,193,83); }
H1.HeaderClassName
{
color: #A0C153;
}
.AnyTagClassName
{
color: #A0C153;
}
</style>
background-color css
<style>
a { background-color: #A0C153; }
a { background-color: rgb(160,193,83); }
div.DivClassName
{
background-color: #A0C153;
}
.BgClassName
{
background-color: #A0C153;
}
</style>
border-color css
<style>
span { border-color: #A0C153; }
span { border-color: rgb(160,193,83); }
td.TdClassName
{
border-color: #A0C153;
}
.TagClassName
{
border-color: #A0C153;
}
</style>