Shades of Celery #A2C355
Tints of Celery #A2C355
RGB
CMYK
RGB Variations
Color information
#A2C355 (or 0xA2C355) is known color: Celery. HEX triplet: A2, C3 and 55. RGB value is (162,195,85). Sum of RGB (Red+Green+Blue) = 162+195+85=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C355 is #5D3CAA. Grayscale: #ADADAD. Windows color (decimal): -6110379 or 5620642. OLE color: 5620642.
HSL color Cylindrical-coordinate representation of color #A2C355: hue angle of 78º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2C355 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 85 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.24 |
| HSL | 78º | 0.48% | 0.55% | - |
| HSV(B) | 78º | 0.56% | 0.76% | - |
| XYZ | 36.06 | 47.37 | 15.84 | - |
| YUV | 172.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 85 | 0.17 | 0 | 0.56 | 0.24 | 78 | 0.48 | 0.55 |
| Hex | A2 | C3 | 55 | 11 | 0 | 38 | 18 | 4E | 30 | 37 |
| Octal | 242 | 303 | 125 | 21 | 0 | 70 | 30 | 116 | 60 | 67 |
| Binary | 10100010 | 11000011 | 1010101 | 10001 | 0 | 111000 | 11000 | 1001110 | 110000 | 110111 |
Color Harmonies of #A2C355
Complementary color
Monochromatic Colors of #A2C355
Black with #A2C355
Text Example
Text Example
White with #A2C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C355; }
p { color: rgb(162,195,85); }
H1.HeaderClassName
{
color: #A2C355;
}
.AnyTagClassName
{
color: #A2C355;
}
</style>
background-color css
<style>
a { background-color: #A2C355; }
a { background-color: rgb(162,195,85); }
div.DivClassName
{
background-color: #A2C355;
}
.BgClassName
{
background-color: #A2C355;
}
</style>
border-color css
<style>
span { border-color: #A2C355; }
span { border-color: rgb(162,195,85); }
td.TdClassName
{
border-color: #A2C355;
}
.TagClassName
{
border-color: #A2C355;
}
</style>