Shades of Celery #A1C158
Tints of Celery #A1C158
RGB
CMYK
RGB Variations
Color information
#A1C158 (or 0xA1C158) is known color: Celery. HEX triplet: A1, C1 and 58. RGB value is (161,193,88). Sum of RGB (Red+Green+Blue) = 161+193+88=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C158 is #5E3EA7. Grayscale: #ABABAB. Windows color (decimal): -6176424 or 5816737. OLE color: 5816737.
HSL color Cylindrical-coordinate representation of color #A1C158: hue angle of 78.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1C158 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 88 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.24 |
| HSL | 78.29º | 0.46% | 0.55% | - |
| HSV(B) | 78.29º | 0.54% | 0.76% | - |
| XYZ | 35.53 | 46.42 | 16.32 | - |
| YUV | 171.46 | 80.9 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 88 | 0.17 | 0 | 0.54 | 0.24 | 78.29 | 0.46 | 0.55 |
| Hex | A1 | C1 | 58 | 11 | 0 | 36 | 18 | 4E | 2E | 37 |
| Octal | 241 | 301 | 130 | 21 | 0 | 66 | 30 | 116 | 56 | 67 |
| Binary | 10100001 | 11000001 | 1011000 | 10001 | 0 | 110110 | 11000 | 1001110 | 101110 | 110111 |
Color Harmonies of #A1C158
Complementary color
Monochromatic Colors of #A1C158
Black with #A1C158
Text Example
Text Example
White with #A1C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C158; }
p { color: rgb(161,193,88); }
H1.HeaderClassName
{
color: #A1C158;
}
.AnyTagClassName
{
color: #A1C158;
}
</style>
background-color css
<style>
a { background-color: #A1C158; }
a { background-color: rgb(161,193,88); }
div.DivClassName
{
background-color: #A1C158;
}
.BgClassName
{
background-color: #A1C158;
}
</style>
border-color css
<style>
span { border-color: #A1C158; }
span { border-color: rgb(161,193,88); }
td.TdClassName
{
border-color: #A1C158;
}
.TagClassName
{
border-color: #A1C158;
}
</style>