Shades of Celery #A2C04E
Tints of Celery #A2C04E
RGB
CMYK
RGB Variations
Color information
#A2C04E (or 0xA2C04E) is known color: Celery. HEX triplet: A2, C0 and 4E. RGB value is (162,192,78). Sum of RGB (Red+Green+Blue) = 162+192+78=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C04E is #5D3FB1. Grayscale: #AAAAAA. Windows color (decimal): -6111154 or 5161122. OLE color: 5161122.
HSL color Cylindrical-coordinate representation of color #A2C04E: hue angle of 75.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2C04E is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 78 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.25 |
| HSL | 75.79º | 0.48% | 0.53% | - |
| HSV(B) | 75.79º | 0.59% | 0.75% | - |
| XYZ | 35.13 | 45.93 | 14.22 | - |
| YUV | 170.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 78 | 0.16 | 0 | 0.59 | 0.25 | 75.79 | 0.48 | 0.53 |
| Hex | A2 | C0 | 4E | 10 | 0 | 3B | 19 | 4C | 30 | 35 |
| Octal | 242 | 300 | 116 | 20 | 0 | 73 | 31 | 114 | 60 | 65 |
| Binary | 10100010 | 11000000 | 1001110 | 10000 | 0 | 111011 | 11001 | 1001100 | 110000 | 110101 |
Color Harmonies of #A2C04E
Complementary color
Monochromatic Colors of #A2C04E
Black with #A2C04E
Text Example
Text Example
White with #A2C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C04E; }
p { color: rgb(162,192,78); }
H1.HeaderClassName
{
color: #A2C04E;
}
.AnyTagClassName
{
color: #A2C04E;
}
</style>
background-color css
<style>
a { background-color: #A2C04E; }
a { background-color: rgb(162,192,78); }
div.DivClassName
{
background-color: #A2C04E;
}
.BgClassName
{
background-color: #A2C04E;
}
</style>
border-color css
<style>
span { border-color: #A2C04E; }
span { border-color: rgb(162,192,78); }
td.TdClassName
{
border-color: #A2C04E;
}
.TagClassName
{
border-color: #A2C04E;
}
</style>