Shades of Celery #A2C552
Tints of Celery #A2C552
RGB
CMYK
RGB Variations
Color information
#A2C552 (or 0xA2C552) is known color: Celery. HEX triplet: A2, C5 and 52. RGB value is (162,197,82). Sum of RGB (Red+Green+Blue) = 162+197+82=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C552 is #5D3AAD. Grayscale: #ADADAD. Windows color (decimal): -6109870 or 5424546. OLE color: 5424546.
HSL color Cylindrical-coordinate representation of color #A2C552: hue angle of 78.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2C552 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 82 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.23 |
| HSL | 78.26º | 0.5% | 0.55% | - |
| HSV(B) | 78.26º | 0.58% | 0.77% | - |
| XYZ | 36.39 | 48.22 | 15.37 | - |
| YUV | 173.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 82 | 0.18 | 0 | 0.58 | 0.23 | 78.26 | 0.5 | 0.55 |
| Hex | A2 | C5 | 52 | 12 | 0 | 3A | 17 | 4E | 32 | 37 |
| Octal | 242 | 305 | 122 | 22 | 0 | 72 | 27 | 116 | 62 | 67 |
| Binary | 10100010 | 11000101 | 1010010 | 10010 | 0 | 111010 | 10111 | 1001110 | 110010 | 110111 |
Color Harmonies of #A2C552
Complementary color
Monochromatic Colors of #A2C552
Black with #A2C552
Text Example
Text Example
White with #A2C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C552; }
p { color: rgb(162,197,82); }
H1.HeaderClassName
{
color: #A2C552;
}
.AnyTagClassName
{
color: #A2C552;
}
</style>
background-color css
<style>
a { background-color: #A2C552; }
a { background-color: rgb(162,197,82); }
div.DivClassName
{
background-color: #A2C552;
}
.BgClassName
{
background-color: #A2C552;
}
</style>
border-color css
<style>
span { border-color: #A2C552; }
span { border-color: rgb(162,197,82); }
td.TdClassName
{
border-color: #A2C552;
}
.TagClassName
{
border-color: #A2C552;
}
</style>