Shades of Celery #A8C550
Tints of Celery #A8C550
RGB
CMYK
RGB Variations
Color information
#A8C550 (or 0xA8C550) is known color: Celery. HEX triplet: A8, C5 and 50. RGB value is (168,197,80). Sum of RGB (Red+Green+Blue) = 168+197+80=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C550 is #573AAF. Grayscale: #AFAFAF. Windows color (decimal): -5716656 or 5293480. OLE color: 5293480.
HSL color Cylindrical-coordinate representation of color #A8C550: hue angle of 74.87º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8C550 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 80 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.23 |
| HSL | 74.87º | 0.5% | 0.54% | - |
| HSV(B) | 74.87º | 0.59% | 0.77% | - |
| XYZ | 37.56 | 48.84 | 15.04 | - |
| YUV | 174.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 80 | 0.15 | 0 | 0.59 | 0.23 | 74.87 | 0.5 | 0.54 |
| Hex | A8 | C5 | 50 | F | 0 | 3B | 17 | 4B | 32 | 36 |
| Octal | 250 | 305 | 120 | 17 | 0 | 73 | 27 | 113 | 62 | 66 |
| Binary | 10101000 | 11000101 | 1010000 | 1111 | 0 | 111011 | 10111 | 1001011 | 110010 | 110110 |
Color Harmonies of #A8C550
Complementary color
Monochromatic Colors of #A8C550
Black with #A8C550
Text Example
Text Example
White with #A8C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C550; }
p { color: rgb(168,197,80); }
H1.HeaderClassName
{
color: #A8C550;
}
.AnyTagClassName
{
color: #A8C550;
}
</style>
background-color css
<style>
a { background-color: #A8C550; }
a { background-color: rgb(168,197,80); }
div.DivClassName
{
background-color: #A8C550;
}
.BgClassName
{
background-color: #A8C550;
}
</style>
border-color css
<style>
span { border-color: #A8C550; }
span { border-color: rgb(168,197,80); }
td.TdClassName
{
border-color: #A8C550;
}
.TagClassName
{
border-color: #A8C550;
}
</style>