Shades of Celery #A5C550
Tints of Celery #A5C550
RGB
CMYK
RGB Variations
Color information
#A5C550 (or 0xA5C550) is known color: Celery. HEX triplet: A5, C5 and 50. RGB value is (165,197,80). Sum of RGB (Red+Green+Blue) = 165+197+80=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C550 is #5A3AAF. Grayscale: #AEAEAE. Windows color (decimal): -5913264 or 5293477. OLE color: 5293477.
HSL color Cylindrical-coordinate representation of color #A5C550: hue angle of 76.41º 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 #A5C550 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 80 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.23 |
| HSL | 76.41º | 0.5% | 0.54% | - |
| HSV(B) | 76.41º | 0.59% | 0.77% | - |
| XYZ | 36.93 | 48.51 | 15.01 | - |
| YUV | 174.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 80 | 0.16 | 0 | 0.59 | 0.23 | 76.41 | 0.5 | 0.54 |
| Hex | A5 | C5 | 50 | 10 | 0 | 3B | 17 | 4C | 32 | 36 |
| Octal | 245 | 305 | 120 | 20 | 0 | 73 | 27 | 114 | 62 | 66 |
| Binary | 10100101 | 11000101 | 1010000 | 10000 | 0 | 111011 | 10111 | 1001100 | 110010 | 110110 |
Color Harmonies of #A5C550
Complementary color
Monochromatic Colors of #A5C550
Black with #A5C550
Text Example
Text Example
White with #A5C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C550; }
p { color: rgb(165,197,80); }
H1.HeaderClassName
{
color: #A5C550;
}
.AnyTagClassName
{
color: #A5C550;
}
</style>
background-color css
<style>
a { background-color: #A5C550; }
a { background-color: rgb(165,197,80); }
div.DivClassName
{
background-color: #A5C550;
}
.BgClassName
{
background-color: #A5C550;
}
</style>
border-color css
<style>
span { border-color: #A5C550; }
span { border-color: rgb(165,197,80); }
td.TdClassName
{
border-color: #A5C550;
}
.TagClassName
{
border-color: #A5C550;
}
</style>