Shades of Celery #A1C257
Tints of Celery #A1C257
RGB
CMYK
RGB Variations
Color information
#A1C257 (or 0xA1C257) is known color: Celery. HEX triplet: A1, C2 and 57. RGB value is (161,194,87). Sum of RGB (Red+Green+Blue) = 161+194+87=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C257 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C257 is #5E3DA8. Grayscale: #ACACAC. Windows color (decimal): -6176169 or 5751457. OLE color: 5751457.
HSL color Cylindrical-coordinate representation of color #A1C257: hue angle of 78.5º degrees, saturation: 0.47, 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 #A1C257 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 87 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.24 |
| HSL | 78.5º | 0.47% | 0.55% | - |
| HSV(B) | 78.5º | 0.55% | 0.76% | - |
| XYZ | 35.71 | 46.85 | 16.18 | - |
| YUV | 171.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 87 | 0.17 | 0 | 0.55 | 0.24 | 78.5 | 0.47 | 0.55 |
| Hex | A1 | C2 | 57 | 11 | 0 | 37 | 18 | 4F | 2F | 37 |
| Octal | 241 | 302 | 127 | 21 | 0 | 67 | 30 | 117 | 57 | 67 |
| Binary | 10100001 | 11000010 | 1010111 | 10001 | 0 | 110111 | 11000 | 1001111 | 101111 | 110111 |
Color Harmonies of #A1C257
Complementary color
Monochromatic Colors of #A1C257
Black with #A1C257
Text Example
Text Example
White with #A1C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C257; }
p { color: rgb(161,194,87); }
H1.HeaderClassName
{
color: #A1C257;
}
.AnyTagClassName
{
color: #A1C257;
}
</style>
background-color css
<style>
a { background-color: #A1C257; }
a { background-color: rgb(161,194,87); }
div.DivClassName
{
background-color: #A1C257;
}
.BgClassName
{
background-color: #A1C257;
}
</style>
border-color css
<style>
span { border-color: #A1C257; }
span { border-color: rgb(161,194,87); }
td.TdClassName
{
border-color: #A1C257;
}
.TagClassName
{
border-color: #A1C257;
}
</style>