Shades of Celery #A0C04D
Tints of Celery #A0C04D
RGB
CMYK
RGB Variations
Color information
#A0C04D (or 0xA0C04D) is known color: Celery. HEX triplet: A0, C0 and 4D. RGB value is (160,192,77). Sum of RGB (Red+Green+Blue) = 160+192+77=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C04D is #5F3FB2. Grayscale: #A9A9A9. Windows color (decimal): -6242227 or 5095584. OLE color: 5095584.
HSL color Cylindrical-coordinate representation of color #A0C04D: hue angle of 76.7º 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 #A0C04D is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 77 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.25 |
| HSL | 76.7º | 0.48% | 0.53% | - |
| HSV(B) | 76.7º | 0.6% | 0.75% | - |
| XYZ | 34.69 | 45.71 | 14.02 | - |
| YUV | 169.32 | 75.9 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 77 | 0.17 | 0 | 0.60 | 0.25 | 76.7 | 0.48 | 0.53 |
| Hex | A0 | C0 | 4D | 11 | 0 | 3C | 19 | 4D | 30 | 35 |
| Octal | 240 | 300 | 115 | 21 | 0 | 74 | 31 | 115 | 60 | 65 |
| Binary | 10100000 | 11000000 | 1001101 | 10001 | 0 | 111100 | 11001 | 1001101 | 110000 | 110101 |
Color Harmonies of #A0C04D
Complementary color
Monochromatic Colors of #A0C04D
Black with #A0C04D
Text Example
Text Example
White with #A0C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C04D; }
p { color: rgb(160,192,77); }
H1.HeaderClassName
{
color: #A0C04D;
}
.AnyTagClassName
{
color: #A0C04D;
}
</style>
background-color css
<style>
a { background-color: #A0C04D; }
a { background-color: rgb(160,192,77); }
div.DivClassName
{
background-color: #A0C04D;
}
.BgClassName
{
background-color: #A0C04D;
}
</style>
border-color css
<style>
span { border-color: #A0C04D; }
span { border-color: rgb(160,192,77); }
td.TdClassName
{
border-color: #A0C04D;
}
.TagClassName
{
border-color: #A0C04D;
}
</style>