Shades of Celery #A2C04D
Tints of Celery #A2C04D
RGB
CMYK
RGB Variations
Color information
#A2C04D (or 0xA2C04D) is known color: Celery. HEX triplet: A2, C0 and 4D. RGB value is (162,192,77). Sum of RGB (Red+Green+Blue) = 162+192+77=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C04D is #5D3FB2. Grayscale: #AAAAAA. Windows color (decimal): -6111155 or 5095586. OLE color: 5095586.
HSL color Cylindrical-coordinate representation of color #A2C04D: hue angle of 75.65º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2C04D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 77 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.25 |
| HSL | 75.65º | 0.48% | 0.53% | - |
| HSV(B) | 75.65º | 0.6% | 0.75% | - |
| XYZ | 35.09 | 45.92 | 14.03 | - |
| YUV | 169.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 77 | 0.16 | 0 | 0.60 | 0.25 | 75.65 | 0.48 | 0.53 |
| Hex | A2 | C0 | 4D | 10 | 0 | 3C | 19 | 4C | 30 | 35 |
| Octal | 242 | 300 | 115 | 20 | 0 | 74 | 31 | 114 | 60 | 65 |
| Binary | 10100010 | 11000000 | 1001101 | 10000 | 0 | 111100 | 11001 | 1001100 | 110000 | 110101 |
Color Harmonies of #A2C04D
Complementary color
Monochromatic Colors of #A2C04D
Black with #A2C04D
Text Example
Text Example
White with #A2C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C04D; }
p { color: rgb(162,192,77); }
H1.HeaderClassName
{
color: #A2C04D;
}
.AnyTagClassName
{
color: #A2C04D;
}
</style>
background-color css
<style>
a { background-color: #A2C04D; }
a { background-color: rgb(162,192,77); }
div.DivClassName
{
background-color: #A2C04D;
}
.BgClassName
{
background-color: #A2C04D;
}
</style>
border-color css
<style>
span { border-color: #A2C04D; }
span { border-color: rgb(162,192,77); }
td.TdClassName
{
border-color: #A2C04D;
}
.TagClassName
{
border-color: #A2C04D;
}
</style>