Shades of Celery #A8C04E
Tints of Celery #A8C04E
RGB
CMYK
RGB Variations
Color information
#A8C04E (or 0xA8C04E) is known color: Celery. HEX triplet: A8, C0 and 4E. RGB value is (168,192,78). Sum of RGB (Red+Green+Blue) = 168+192+78=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C04E is #573FB1. Grayscale: #ACACAC. Windows color (decimal): -5717938 or 5161128. OLE color: 5161128.
HSL color Cylindrical-coordinate representation of color #A8C04E: hue angle of 72.63º 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 #A8C04E is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 78 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.25 |
| HSL | 72.63º | 0.48% | 0.53% | - |
| HSV(B) | 72.63º | 0.59% | 0.75% | - |
| XYZ | 36.37 | 46.57 | 14.28 | - |
| YUV | 171.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 78 | 0.12 | 0 | 0.59 | 0.25 | 72.63 | 0.48 | 0.53 |
| Hex | A8 | C0 | 4E | C | 0 | 3B | 19 | 49 | 30 | 35 |
| Octal | 250 | 300 | 116 | 14 | 0 | 73 | 31 | 111 | 60 | 65 |
| Binary | 10101000 | 11000000 | 1001110 | 1100 | 0 | 111011 | 11001 | 1001001 | 110000 | 110101 |
Color Harmonies of #A8C04E
Complementary color
Monochromatic Colors of #A8C04E
Black with #A8C04E
Text Example
Text Example
White with #A8C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C04E; }
p { color: rgb(168,192,78); }
H1.HeaderClassName
{
color: #A8C04E;
}
.AnyTagClassName
{
color: #A8C04E;
}
</style>
background-color css
<style>
a { background-color: #A8C04E; }
a { background-color: rgb(168,192,78); }
div.DivClassName
{
background-color: #A8C04E;
}
.BgClassName
{
background-color: #A8C04E;
}
</style>
border-color css
<style>
span { border-color: #A8C04E; }
span { border-color: rgb(168,192,78); }
td.TdClassName
{
border-color: #A8C04E;
}
.TagClassName
{
border-color: #A8C04E;
}
</style>