Shades of Celery #A1C051
Tints of Celery #A1C051
RGB
CMYK
RGB Variations
Color information
#A1C051 (or 0xA1C051) is known color: Celery. HEX triplet: A1, C0 and 51. RGB value is (161,192,81). Sum of RGB (Red+Green+Blue) = 161+192+81=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C051 is #5E3FAE. Grayscale: #AAAAAA. Windows color (decimal): -6176687 or 5357729. OLE color: 5357729.
HSL color Cylindrical-coordinate representation of color #A1C051: hue angle of 76.76º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1C051 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 81 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.25 |
| HSL | 76.76º | 0.47% | 0.54% | - |
| HSV(B) | 76.76º | 0.58% | 0.75% | - |
| XYZ | 35.03 | 45.87 | 14.79 | - |
| YUV | 170.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 81 | 0.16 | 0 | 0.58 | 0.25 | 76.76 | 0.47 | 0.54 |
| Hex | A1 | C0 | 51 | 10 | 0 | 3A | 19 | 4D | 2F | 36 |
| Octal | 241 | 300 | 121 | 20 | 0 | 72 | 31 | 115 | 57 | 66 |
| Binary | 10100001 | 11000000 | 1010001 | 10000 | 0 | 111010 | 11001 | 1001101 | 101111 | 110110 |
Color Harmonies of #A1C051
Complementary color
Monochromatic Colors of #A1C051
Black with #A1C051
Text Example
Text Example
White with #A1C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C051; }
p { color: rgb(161,192,81); }
H1.HeaderClassName
{
color: #A1C051;
}
.AnyTagClassName
{
color: #A1C051;
}
</style>
background-color css
<style>
a { background-color: #A1C051; }
a { background-color: rgb(161,192,81); }
div.DivClassName
{
background-color: #A1C051;
}
.BgClassName
{
background-color: #A1C051;
}
</style>
border-color css
<style>
span { border-color: #A1C051; }
span { border-color: rgb(161,192,81); }
td.TdClassName
{
border-color: #A1C051;
}
.TagClassName
{
border-color: #A1C051;
}
</style>