Shades of Celery #A1C056
Tints of Celery #A1C056
RGB
CMYK
RGB Variations
Color information
#A1C056 (or 0xA1C056) is known color: Celery. HEX triplet: A1, C0 and 56. RGB value is (161,192,86). Sum of RGB (Red+Green+Blue) = 161+192+86=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C056 is #5E3FA9. Grayscale: #ABABAB. Windows color (decimal): -6176682 or 5685409. OLE color: 5685409.
HSL color Cylindrical-coordinate representation of color #A1C056: hue angle of 77.55º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1C056 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 86 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.25 |
| HSL | 77.55º | 0.46% | 0.55% | - |
| HSV(B) | 77.55º | 0.55% | 0.75% | - |
| XYZ | 35.23 | 45.95 | 15.82 | - |
| YUV | 170.65 | 80.23 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 86 | 0.16 | 0 | 0.55 | 0.25 | 77.55 | 0.46 | 0.55 |
| Hex | A1 | C0 | 56 | 10 | 0 | 37 | 19 | 4E | 2E | 37 |
| Octal | 241 | 300 | 126 | 20 | 0 | 67 | 31 | 116 | 56 | 67 |
| Binary | 10100001 | 11000000 | 1010110 | 10000 | 0 | 110111 | 11001 | 1001110 | 101110 | 110111 |
Color Harmonies of #A1C056
Complementary color
Monochromatic Colors of #A1C056
Black with #A1C056
Text Example
Text Example
White with #A1C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C056; }
p { color: rgb(161,192,86); }
H1.HeaderClassName
{
color: #A1C056;
}
.AnyTagClassName
{
color: #A1C056;
}
</style>
background-color css
<style>
a { background-color: #A1C056; }
a { background-color: rgb(161,192,86); }
div.DivClassName
{
background-color: #A1C056;
}
.BgClassName
{
background-color: #A1C056;
}
</style>
border-color css
<style>
span { border-color: #A1C056; }
span { border-color: rgb(161,192,86); }
td.TdClassName
{
border-color: #A1C056;
}
.TagClassName
{
border-color: #A1C056;
}
</style>