Shades of Celery #A2C158
Tints of Celery #A2C158
RGB
CMYK
RGB Variations
Color information
#A2C158 (or 0xA2C158) is known color: Celery. HEX triplet: A2, C1 and 58. RGB value is (162,193,88). Sum of RGB (Red+Green+Blue) = 162+193+88=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C158 is #5D3EA7. Grayscale: #ACACAC. Windows color (decimal): -6110888 or 5816738. OLE color: 5816738.
HSL color Cylindrical-coordinate representation of color #A2C158: hue angle of 77.71º 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 #A2C158 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 88 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.24 |
| HSL | 77.71º | 0.46% | 0.55% | - |
| HSV(B) | 77.71º | 0.54% | 0.76% | - |
| XYZ | 35.73 | 46.53 | 16.33 | - |
| YUV | 171.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 88 | 0.16 | 0 | 0.54 | 0.24 | 77.71 | 0.46 | 0.55 |
| Hex | A2 | C1 | 58 | 10 | 0 | 36 | 18 | 4E | 2E | 37 |
| Octal | 242 | 301 | 130 | 20 | 0 | 66 | 30 | 116 | 56 | 67 |
| Binary | 10100010 | 11000001 | 1011000 | 10000 | 0 | 110110 | 11000 | 1001110 | 101110 | 110111 |
Color Harmonies of #A2C158
Complementary color
Monochromatic Colors of #A2C158
Black with #A2C158
Text Example
Text Example
White with #A2C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C158; }
p { color: rgb(162,193,88); }
H1.HeaderClassName
{
color: #A2C158;
}
.AnyTagClassName
{
color: #A2C158;
}
</style>
background-color css
<style>
a { background-color: #A2C158; }
a { background-color: rgb(162,193,88); }
div.DivClassName
{
background-color: #A2C158;
}
.BgClassName
{
background-color: #A2C158;
}
</style>
border-color css
<style>
span { border-color: #A2C158; }
span { border-color: rgb(162,193,88); }
td.TdClassName
{
border-color: #A2C158;
}
.TagClassName
{
border-color: #A2C158;
}
</style>