Shades of Celery #A8C04F
Tints of Celery #A8C04F
RGB
CMYK
RGB Variations
Color information
#A8C04F (or 0xA8C04F) is known color: Celery. HEX triplet: A8, C0 and 4F. RGB value is (168,192,79). Sum of RGB (Red+Green+Blue) = 168+192+79=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C04F is #573FB0. Grayscale: #ACACAC. Windows color (decimal): -5717937 or 5226664. OLE color: 5226664.
HSL color Cylindrical-coordinate representation of color #A8C04F: hue angle of 72.74º 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 #A8C04F is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 79 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.25 |
| HSL | 72.74º | 0.47% | 0.53% | - |
| HSV(B) | 72.74º | 0.59% | 0.75% | - |
| XYZ | 36.41 | 46.59 | 14.47 | - |
| YUV | 171.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 79 | 0.12 | 0 | 0.59 | 0.25 | 72.74 | 0.47 | 0.53 |
| Hex | A8 | C0 | 4F | C | 0 | 3B | 19 | 49 | 2F | 35 |
| Octal | 250 | 300 | 117 | 14 | 0 | 73 | 31 | 111 | 57 | 65 |
| Binary | 10101000 | 11000000 | 1001111 | 1100 | 0 | 111011 | 11001 | 1001001 | 101111 | 110101 |
Color Harmonies of #A8C04F
Complementary color
Monochromatic Colors of #A8C04F
Black with #A8C04F
Text Example
Text Example
White with #A8C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C04F; }
p { color: rgb(168,192,79); }
H1.HeaderClassName
{
color: #A8C04F;
}
.AnyTagClassName
{
color: #A8C04F;
}
</style>
background-color css
<style>
a { background-color: #A8C04F; }
a { background-color: rgb(168,192,79); }
div.DivClassName
{
background-color: #A8C04F;
}
.BgClassName
{
background-color: #A8C04F;
}
</style>
border-color css
<style>
span { border-color: #A8C04F; }
span { border-color: rgb(168,192,79); }
td.TdClassName
{
border-color: #A8C04F;
}
.TagClassName
{
border-color: #A8C04F;
}
</style>