Shades of Celery #A8C455
Tints of Celery #A8C455
RGB
CMYK
RGB Variations
Color information
#A8C455 (or 0xA8C455) is known color: Celery. HEX triplet: A8, C4 and 55. RGB value is (168,196,85). Sum of RGB (Red+Green+Blue) = 168+196+85=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C455 is #573BAA. Grayscale: #AFAFAF. Windows color (decimal): -5716907 or 5620904. OLE color: 5620904.
HSL color Cylindrical-coordinate representation of color #A8C455: hue angle of 75.14º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8C455 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 85 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.23 |
| HSL | 75.14º | 0.48% | 0.55% | - |
| HSV(B) | 75.14º | 0.57% | 0.77% | - |
| XYZ | 37.53 | 48.46 | 15.97 | - |
| YUV | 174.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 85 | 0.14 | 0 | 0.57 | 0.23 | 75.14 | 0.48 | 0.55 |
| Hex | A8 | C4 | 55 | E | 0 | 39 | 17 | 4B | 30 | 37 |
| Octal | 250 | 304 | 125 | 16 | 0 | 71 | 27 | 113 | 60 | 67 |
| Binary | 10101000 | 11000100 | 1010101 | 1110 | 0 | 111001 | 10111 | 1001011 | 110000 | 110111 |
Color Harmonies of #A8C455
Complementary color
Monochromatic Colors of #A8C455
Black with #A8C455
Text Example
Text Example
White with #A8C455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C455; }
p { color: rgb(168,196,85); }
H1.HeaderClassName
{
color: #A8C455;
}
.AnyTagClassName
{
color: #A8C455;
}
</style>
background-color css
<style>
a { background-color: #A8C455; }
a { background-color: rgb(168,196,85); }
div.DivClassName
{
background-color: #A8C455;
}
.BgClassName
{
background-color: #A8C455;
}
</style>
border-color css
<style>
span { border-color: #A8C455; }
span { border-color: rgb(168,196,85); }
td.TdClassName
{
border-color: #A8C455;
}
.TagClassName
{
border-color: #A8C455;
}
</style>