Shades of Celery #A2C352
Tints of Celery #A2C352
RGB
CMYK
RGB Variations
Color information
#A2C352 (or 0xA2C352) is known color: Celery. HEX triplet: A2, C3 and 52. RGB value is (162,195,82). Sum of RGB (Red+Green+Blue) = 162+195+82=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C352 is #5D3CAD. Grayscale: #ACACAC. Windows color (decimal): -6110382 or 5424034. OLE color: 5424034.
HSL color Cylindrical-coordinate representation of color #A2C352: hue angle of 77.52º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2C352 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 82 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.24 |
| HSL | 77.52º | 0.48% | 0.54% | - |
| HSV(B) | 77.52º | 0.58% | 0.76% | - |
| XYZ | 35.94 | 47.32 | 15.22 | - |
| YUV | 172.25 | 77.07 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 82 | 0.17 | 0 | 0.58 | 0.24 | 77.52 | 0.48 | 0.54 |
| Hex | A2 | C3 | 52 | 11 | 0 | 3A | 18 | 4E | 30 | 36 |
| Octal | 242 | 303 | 122 | 21 | 0 | 72 | 30 | 116 | 60 | 66 |
| Binary | 10100010 | 11000011 | 1010010 | 10001 | 0 | 111010 | 11000 | 1001110 | 110000 | 110110 |
Color Harmonies of #A2C352
Complementary color
Monochromatic Colors of #A2C352
Black with #A2C352
Text Example
Text Example
White with #A2C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C352; }
p { color: rgb(162,195,82); }
H1.HeaderClassName
{
color: #A2C352;
}
.AnyTagClassName
{
color: #A2C352;
}
</style>
background-color css
<style>
a { background-color: #A2C352; }
a { background-color: rgb(162,195,82); }
div.DivClassName
{
background-color: #A2C352;
}
.BgClassName
{
background-color: #A2C352;
}
</style>
border-color css
<style>
span { border-color: #A2C352; }
span { border-color: rgb(162,195,82); }
td.TdClassName
{
border-color: #A2C352;
}
.TagClassName
{
border-color: #A2C352;
}
</style>