Shades of Celery #A2C24D
Tints of Celery #A2C24D
RGB
CMYK
RGB Variations
Color information
#A2C24D (or 0xA2C24D) is known color: Celery. HEX triplet: A2, C2 and 4D. RGB value is (162,194,77). Sum of RGB (Red+Green+Blue) = 162+194+77=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C24D is #5D3DB2. Grayscale: #ABABAB. Windows color (decimal): -6110643 or 5096098. OLE color: 5096098.
HSL color Cylindrical-coordinate representation of color #A2C24D: hue angle of 76.41º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2C24D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 77 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.24 |
| HSL | 76.41º | 0.49% | 0.53% | - |
| HSV(B) | 76.41º | 0.6% | 0.76% | - |
| XYZ | 35.53 | 46.8 | 14.18 | - |
| YUV | 171.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 77 | 0.16 | 0 | 0.60 | 0.24 | 76.41 | 0.49 | 0.53 |
| Hex | A2 | C2 | 4D | 10 | 0 | 3C | 18 | 4C | 31 | 35 |
| Octal | 242 | 302 | 115 | 20 | 0 | 74 | 30 | 114 | 61 | 65 |
| Binary | 10100010 | 11000010 | 1001101 | 10000 | 0 | 111100 | 11000 | 1001100 | 110001 | 110101 |
Color Harmonies of #A2C24D
Complementary color
Monochromatic Colors of #A2C24D
Black with #A2C24D
Text Example
Text Example
White with #A2C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C24D; }
p { color: rgb(162,194,77); }
H1.HeaderClassName
{
color: #A2C24D;
}
.AnyTagClassName
{
color: #A2C24D;
}
</style>
background-color css
<style>
a { background-color: #A2C24D; }
a { background-color: rgb(162,194,77); }
div.DivClassName
{
background-color: #A2C24D;
}
.BgClassName
{
background-color: #A2C24D;
}
</style>
border-color css
<style>
span { border-color: #A2C24D; }
span { border-color: rgb(162,194,77); }
td.TdClassName
{
border-color: #A2C24D;
}
.TagClassName
{
border-color: #A2C24D;
}
</style>