Shades of Celery #A1C156
Tints of Celery #A1C156
RGB
CMYK
RGB Variations
Color information
#A1C156 (or 0xA1C156) is known color: Celery. HEX triplet: A1, C1 and 56. RGB value is (161,193,86). Sum of RGB (Red+Green+Blue) = 161+193+86=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C156 is #5E3EA9. Grayscale: #ABABAB. Windows color (decimal): -6176426 or 5685665. OLE color: 5685665.
HSL color Cylindrical-coordinate representation of color #A1C156: hue angle of 77.94º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1C156 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 86 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.24 |
| HSL | 77.94º | 0.46% | 0.55% | - |
| HSV(B) | 77.94º | 0.55% | 0.76% | - |
| XYZ | 35.45 | 46.39 | 15.89 | - |
| YUV | 171.23 | 79.9 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 86 | 0.17 | 0 | 0.55 | 0.24 | 77.94 | 0.46 | 0.55 |
| Hex | A1 | C1 | 56 | 11 | 0 | 37 | 18 | 4E | 2E | 37 |
| Octal | 241 | 301 | 126 | 21 | 0 | 67 | 30 | 116 | 56 | 67 |
| Binary | 10100001 | 11000001 | 1010110 | 10001 | 0 | 110111 | 11000 | 1001110 | 101110 | 110111 |
Color Harmonies of #A1C156
Complementary color
Monochromatic Colors of #A1C156
Black with #A1C156
Text Example
Text Example
White with #A1C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C156; }
p { color: rgb(161,193,86); }
H1.HeaderClassName
{
color: #A1C156;
}
.AnyTagClassName
{
color: #A1C156;
}
</style>
background-color css
<style>
a { background-color: #A1C156; }
a { background-color: rgb(161,193,86); }
div.DivClassName
{
background-color: #A1C156;
}
.BgClassName
{
background-color: #A1C156;
}
</style>
border-color css
<style>
span { border-color: #A1C156; }
span { border-color: rgb(161,193,86); }
td.TdClassName
{
border-color: #A1C156;
}
.TagClassName
{
border-color: #A1C156;
}
</style>