Shades of Celery #A8C94F
Tints of Celery #A8C94F
RGB
CMYK
RGB Variations
Color information
#A8C94F (or 0xA8C94F) is known color: Celery. HEX triplet: A8, C9 and 4F. RGB value is (168,201,79). Sum of RGB (Red+Green+Blue) = 168+201+79=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C94F is #5736B0. Grayscale: #B1B1B1. Windows color (decimal): -5715633 or 5228968. OLE color: 5228968.
HSL color Cylindrical-coordinate representation of color #A8C94F: hue angle of 76.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8C94F is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 79 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.21 |
| HSL | 76.23º | 0.53% | 0.55% | - |
| HSV(B) | 76.23º | 0.61% | 0.79% | - |
| XYZ | 38.45 | 50.66 | 15.15 | - |
| YUV | 177.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 79 | 0.16 | 0 | 0.61 | 0.21 | 76.23 | 0.53 | 0.55 |
| Hex | A8 | C9 | 4F | 10 | 0 | 3D | 15 | 4C | 35 | 37 |
| Octal | 250 | 311 | 117 | 20 | 0 | 75 | 25 | 114 | 65 | 67 |
| Binary | 10101000 | 11001001 | 1001111 | 10000 | 0 | 111101 | 10101 | 1001100 | 110101 | 110111 |
Color Harmonies of #A8C94F
Complementary color
Monochromatic Colors of #A8C94F
Black with #A8C94F
Text Example
Text Example
White with #A8C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C94F; }
p { color: rgb(168,201,79); }
H1.HeaderClassName
{
color: #A8C94F;
}
.AnyTagClassName
{
color: #A8C94F;
}
</style>
background-color css
<style>
a { background-color: #A8C94F; }
a { background-color: rgb(168,201,79); }
div.DivClassName
{
background-color: #A8C94F;
}
.BgClassName
{
background-color: #A8C94F;
}
</style>
border-color css
<style>
span { border-color: #A8C94F; }
span { border-color: rgb(168,201,79); }
td.TdClassName
{
border-color: #A8C94F;
}
.TagClassName
{
border-color: #A8C94F;
}
</style>