Shades of Celery #A8C94A
Tints of Celery #A8C94A
RGB
CMYK
RGB Variations
Color information
#A8C94A (or 0xA8C94A) is known color: Celery. HEX triplet: A8, C9 and 4A. RGB value is (168,201,74). Sum of RGB (Red+Green+Blue) = 168+201+74=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C94A is #5736B5. Grayscale: #B1B1B1. Windows color (decimal): -5715638 or 4901288. OLE color: 4901288.
HSL color Cylindrical-coordinate representation of color #A8C94A: hue angle of 75.59º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8C94A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 74 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.21 |
| HSL | 75.59º | 0.54% | 0.54% | - |
| HSV(B) | 75.59º | 0.63% | 0.79% | - |
| XYZ | 38.27 | 50.59 | 14.23 | - |
| YUV | 176.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 74 | 0.16 | 0 | 0.63 | 0.21 | 75.59 | 0.54 | 0.54 |
| Hex | A8 | C9 | 4A | 10 | 0 | 3F | 15 | 4C | 36 | 36 |
| Octal | 250 | 311 | 112 | 20 | 0 | 77 | 25 | 114 | 66 | 66 |
| Binary | 10101000 | 11001001 | 1001010 | 10000 | 0 | 111111 | 10101 | 1001100 | 110110 | 110110 |
Color Harmonies of #A8C94A
Complementary color
Monochromatic Colors of #A8C94A
Black with #A8C94A
Text Example
Text Example
White with #A8C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C94A; }
p { color: rgb(168,201,74); }
H1.HeaderClassName
{
color: #A8C94A;
}
.AnyTagClassName
{
color: #A8C94A;
}
</style>
background-color css
<style>
a { background-color: #A8C94A; }
a { background-color: rgb(168,201,74); }
div.DivClassName
{
background-color: #A8C94A;
}
.BgClassName
{
background-color: #A8C94A;
}
</style>
border-color css
<style>
span { border-color: #A8C94A; }
span { border-color: rgb(168,201,74); }
td.TdClassName
{
border-color: #A8C94A;
}
.TagClassName
{
border-color: #A8C94A;
}
</style>