Shades of Celery #A1C157
Tints of Celery #A1C157
RGB
CMYK
RGB Variations
Color information
#A1C157 (or 0xA1C157) is known color: Celery. HEX triplet: A1, C1 and 57. RGB value is (161,193,87). Sum of RGB (Red+Green+Blue) = 161+193+87=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C157 is #5E3EA8. Grayscale: #ABABAB. Windows color (decimal): -6176425 or 5751201. OLE color: 5751201.
HSL color Cylindrical-coordinate representation of color #A1C157: hue angle of 78.11º 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 #A1C157 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 87 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.24 |
| HSL | 78.11º | 0.46% | 0.55% | - |
| HSV(B) | 78.11º | 0.55% | 0.76% | - |
| XYZ | 35.49 | 46.41 | 16.1 | - |
| YUV | 171.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 87 | 0.17 | 0 | 0.55 | 0.24 | 78.11 | 0.46 | 0.55 |
| Hex | A1 | C1 | 57 | 11 | 0 | 37 | 18 | 4E | 2E | 37 |
| Octal | 241 | 301 | 127 | 21 | 0 | 67 | 30 | 116 | 56 | 67 |
| Binary | 10100001 | 11000001 | 1010111 | 10001 | 0 | 110111 | 11000 | 1001110 | 101110 | 110111 |
Color Harmonies of #A1C157
Complementary color
Monochromatic Colors of #A1C157
Black with #A1C157
Text Example
Text Example
White with #A1C157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C157; }
p { color: rgb(161,193,87); }
H1.HeaderClassName
{
color: #A1C157;
}
.AnyTagClassName
{
color: #A1C157;
}
</style>
background-color css
<style>
a { background-color: #A1C157; }
a { background-color: rgb(161,193,87); }
div.DivClassName
{
background-color: #A1C157;
}
.BgClassName
{
background-color: #A1C157;
}
</style>
border-color css
<style>
span { border-color: #A1C157; }
span { border-color: rgb(161,193,87); }
td.TdClassName
{
border-color: #A1C157;
}
.TagClassName
{
border-color: #A1C157;
}
</style>