Shades of Celery #A8C950
Tints of Celery #A8C950
RGB
CMYK
RGB Variations
Color information
#A8C950 (or 0xA8C950) is known color: Celery. HEX triplet: A8, C9 and 50. RGB value is (168,201,80). Sum of RGB (Red+Green+Blue) = 168+201+80=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C950 is #5736AF. Grayscale: #B1B1B1. Windows color (decimal): -5715632 or 5294504. OLE color: 5294504.
HSL color Cylindrical-coordinate representation of color #A8C950: hue angle of 76.36º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8C950 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 80 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.21 |
| HSL | 76.36º | 0.53% | 0.55% | - |
| HSV(B) | 76.36º | 0.6% | 0.79% | - |
| XYZ | 38.48 | 50.68 | 15.34 | - |
| YUV | 177.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 80 | 0.16 | 0 | 0.60 | 0.21 | 76.36 | 0.53 | 0.55 |
| Hex | A8 | C9 | 50 | 10 | 0 | 3C | 15 | 4C | 35 | 37 |
| Octal | 250 | 311 | 120 | 20 | 0 | 74 | 25 | 114 | 65 | 67 |
| Binary | 10101000 | 11001001 | 1010000 | 10000 | 0 | 111100 | 10101 | 1001100 | 110101 | 110111 |
Color Harmonies of #A8C950
Complementary color
Monochromatic Colors of #A8C950
Black with #A8C950
Text Example
Text Example
White with #A8C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C950; }
p { color: rgb(168,201,80); }
H1.HeaderClassName
{
color: #A8C950;
}
.AnyTagClassName
{
color: #A8C950;
}
</style>
background-color css
<style>
a { background-color: #A8C950; }
a { background-color: rgb(168,201,80); }
div.DivClassName
{
background-color: #A8C950;
}
.BgClassName
{
background-color: #A8C950;
}
</style>
border-color css
<style>
span { border-color: #A8C950; }
span { border-color: rgb(168,201,80); }
td.TdClassName
{
border-color: #A8C950;
}
.TagClassName
{
border-color: #A8C950;
}
</style>