Shades of Celery #A0C251
Tints of Celery #A0C251
RGB
CMYK
RGB Variations
Color information
#A0C251 (or 0xA0C251) is known color: Celery. HEX triplet: A0, C2 and 51. RGB value is (160,194,81). Sum of RGB (Red+Green+Blue) = 160+194+81=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C251 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C251 is #5F3DAE. Grayscale: #ABABAB. Windows color (decimal): -6241711 or 5358240. OLE color: 5358240.
HSL color Cylindrical-coordinate representation of color #A0C251: hue angle of 78.05º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0C251 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 81 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.24 |
| HSL | 78.05º | 0.48% | 0.54% | - |
| HSV(B) | 78.05º | 0.58% | 0.76% | - |
| XYZ | 35.27 | 46.65 | 14.93 | - |
| YUV | 170.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 81 | 0.18 | 0 | 0.58 | 0.24 | 78.05 | 0.48 | 0.54 |
| Hex | A0 | C2 | 51 | 12 | 0 | 3A | 18 | 4E | 30 | 36 |
| Octal | 240 | 302 | 121 | 22 | 0 | 72 | 30 | 116 | 60 | 66 |
| Binary | 10100000 | 11000010 | 1010001 | 10010 | 0 | 111010 | 11000 | 1001110 | 110000 | 110110 |
Color Harmonies of #A0C251
Complementary color
Monochromatic Colors of #A0C251
Black with #A0C251
Text Example
Text Example
White with #A0C251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C251; }
p { color: rgb(160,194,81); }
H1.HeaderClassName
{
color: #A0C251;
}
.AnyTagClassName
{
color: #A0C251;
}
</style>
background-color css
<style>
a { background-color: #A0C251; }
a { background-color: rgb(160,194,81); }
div.DivClassName
{
background-color: #A0C251;
}
.BgClassName
{
background-color: #A0C251;
}
</style>
border-color css
<style>
span { border-color: #A0C251; }
span { border-color: rgb(160,194,81); }
td.TdClassName
{
border-color: #A0C251;
}
.TagClassName
{
border-color: #A0C251;
}
</style>