Shades of Celery #A0C04F
Tints of Celery #A0C04F
RGB
CMYK
RGB Variations
Color information
#A0C04F (or 0xA0C04F) is known color: Celery. HEX triplet: A0, C0 and 4F. RGB value is (160,192,79). Sum of RGB (Red+Green+Blue) = 160+192+79=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C04F is #5F3FB0. Grayscale: #A9A9A9. Windows color (decimal): -6242225 or 5226656. OLE color: 5226656.
HSL color Cylindrical-coordinate representation of color #A0C04F: hue angle of 76.99º 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 #A0C04F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 79 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.25 |
| HSL | 76.99º | 0.47% | 0.53% | - |
| HSV(B) | 76.99º | 0.59% | 0.75% | - |
| XYZ | 34.76 | 45.74 | 14.39 | - |
| YUV | 169.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 79 | 0.17 | 0 | 0.59 | 0.25 | 76.99 | 0.47 | 0.53 |
| Hex | A0 | C0 | 4F | 11 | 0 | 3B | 19 | 4D | 2F | 35 |
| Octal | 240 | 300 | 117 | 21 | 0 | 73 | 31 | 115 | 57 | 65 |
| Binary | 10100000 | 11000000 | 1001111 | 10001 | 0 | 111011 | 11001 | 1001101 | 101111 | 110101 |
Color Harmonies of #A0C04F
Complementary color
Monochromatic Colors of #A0C04F
Black with #A0C04F
Text Example
Text Example
White with #A0C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C04F; }
p { color: rgb(160,192,79); }
H1.HeaderClassName
{
color: #A0C04F;
}
.AnyTagClassName
{
color: #A0C04F;
}
</style>
background-color css
<style>
a { background-color: #A0C04F; }
a { background-color: rgb(160,192,79); }
div.DivClassName
{
background-color: #A0C04F;
}
.BgClassName
{
background-color: #A0C04F;
}
</style>
border-color css
<style>
span { border-color: #A0C04F; }
span { border-color: rgb(160,192,79); }
td.TdClassName
{
border-color: #A0C04F;
}
.TagClassName
{
border-color: #A0C04F;
}
</style>