Shades of Celery #A2C34F
Tints of Celery #A2C34F
RGB
CMYK
RGB Variations
Color information
#A2C34F (or 0xA2C34F) is known color: Celery. HEX triplet: A2, C3 and 4F. RGB value is (162,195,79). Sum of RGB (Red+Green+Blue) = 162+195+79=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C34F is #5D3CB0. Grayscale: #ACACAC. Windows color (decimal): -6110385 or 5227426. OLE color: 5227426.
HSL color Cylindrical-coordinate representation of color #A2C34F: hue angle of 77.07º 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 #A2C34F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 79 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.24 |
| HSL | 77.07º | 0.49% | 0.54% | - |
| HSV(B) | 77.07º | 0.59% | 0.76% | - |
| XYZ | 35.83 | 47.28 | 14.63 | - |
| YUV | 171.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 79 | 0.17 | 0 | 0.59 | 0.24 | 77.07 | 0.49 | 0.54 |
| Hex | A2 | C3 | 4F | 11 | 0 | 3B | 18 | 4D | 31 | 36 |
| Octal | 242 | 303 | 117 | 21 | 0 | 73 | 30 | 115 | 61 | 66 |
| Binary | 10100010 | 11000011 | 1001111 | 10001 | 0 | 111011 | 11000 | 1001101 | 110001 | 110110 |
Color Harmonies of #A2C34F
Complementary color
Monochromatic Colors of #A2C34F
Black with #A2C34F
Text Example
Text Example
White with #A2C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C34F; }
p { color: rgb(162,195,79); }
H1.HeaderClassName
{
color: #A2C34F;
}
.AnyTagClassName
{
color: #A2C34F;
}
</style>
background-color css
<style>
a { background-color: #A2C34F; }
a { background-color: rgb(162,195,79); }
div.DivClassName
{
background-color: #A2C34F;
}
.BgClassName
{
background-color: #A2C34F;
}
</style>
border-color css
<style>
span { border-color: #A2C34F; }
span { border-color: rgb(162,195,79); }
td.TdClassName
{
border-color: #A2C34F;
}
.TagClassName
{
border-color: #A2C34F;
}
</style>