Shades of Celery #A2C350
Tints of Celery #A2C350
RGB
CMYK
RGB Variations
Color information
#A2C350 (or 0xA2C350) is known color: Celery. HEX triplet: A2, C3 and 50. RGB value is (162,195,80). Sum of RGB (Red+Green+Blue) = 162+195+80=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C350 is #5D3CAF. Grayscale: #ACACAC. Windows color (decimal): -6110384 or 5292962. OLE color: 5292962.
HSL color Cylindrical-coordinate representation of color #A2C350: hue angle of 77.22º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2C350 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 80 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.24 |
| HSL | 77.22º | 0.49% | 0.54% | - |
| HSV(B) | 77.22º | 0.59% | 0.76% | - |
| XYZ | 35.86 | 47.29 | 14.83 | - |
| YUV | 172.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 80 | 0.17 | 0 | 0.59 | 0.24 | 77.22 | 0.49 | 0.54 |
| Hex | A2 | C3 | 50 | 11 | 0 | 3B | 18 | 4D | 31 | 36 |
| Octal | 242 | 303 | 120 | 21 | 0 | 73 | 30 | 115 | 61 | 66 |
| Binary | 10100010 | 11000011 | 1010000 | 10001 | 0 | 111011 | 11000 | 1001101 | 110001 | 110110 |
Color Harmonies of #A2C350
Complementary color
Monochromatic Colors of #A2C350
Black with #A2C350
Text Example
Text Example
White with #A2C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C350; }
p { color: rgb(162,195,80); }
H1.HeaderClassName
{
color: #A2C350;
}
.AnyTagClassName
{
color: #A2C350;
}
</style>
background-color css
<style>
a { background-color: #A2C350; }
a { background-color: rgb(162,195,80); }
div.DivClassName
{
background-color: #A2C350;
}
.BgClassName
{
background-color: #A2C350;
}
</style>
border-color css
<style>
span { border-color: #A2C350; }
span { border-color: rgb(162,195,80); }
td.TdClassName
{
border-color: #A2C350;
}
.TagClassName
{
border-color: #A2C350;
}
</style>