Shades of Celery #A2C359
Tints of Celery #A2C359
RGB
CMYK
RGB Variations
Color information
#A2C359 (or 0xA2C359) is known color: Celery. HEX triplet: A2, C3 and 59. RGB value is (162,195,89). Sum of RGB (Red+Green+Blue) = 162+195+89=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C359 is #5D3CA6. Grayscale: #ADADAD. Windows color (decimal): -6110375 or 5882786. OLE color: 5882786.
HSL color Cylindrical-coordinate representation of color #A2C359: hue angle of 78.68º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2C359 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 89 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.24 |
| HSL | 78.68º | 0.47% | 0.56% | - |
| HSV(B) | 78.68º | 0.54% | 0.76% | - |
| XYZ | 36.22 | 47.43 | 16.7 | - |
| YUV | 173.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 89 | 0.17 | 0 | 0.54 | 0.24 | 78.68 | 0.47 | 0.56 |
| Hex | A2 | C3 | 59 | 11 | 0 | 36 | 18 | 4F | 2F | 38 |
| Octal | 242 | 303 | 131 | 21 | 0 | 66 | 30 | 117 | 57 | 70 |
| Binary | 10100010 | 11000011 | 1011001 | 10001 | 0 | 110110 | 11000 | 1001111 | 101111 | 111000 |
Color Harmonies of #A2C359
Complementary color
Monochromatic Colors of #A2C359
Black with #A2C359
Text Example
Text Example
White with #A2C359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C359; }
p { color: rgb(162,195,89); }
H1.HeaderClassName
{
color: #A2C359;
}
.AnyTagClassName
{
color: #A2C359;
}
</style>
background-color css
<style>
a { background-color: #A2C359; }
a { background-color: rgb(162,195,89); }
div.DivClassName
{
background-color: #A2C359;
}
.BgClassName
{
background-color: #A2C359;
}
</style>
border-color css
<style>
span { border-color: #A2C359; }
span { border-color: rgb(162,195,89); }
td.TdClassName
{
border-color: #A2C359;
}
.TagClassName
{
border-color: #A2C359;
}
</style>