Shades of Celery #A3C555
Tints of Celery #A3C555
RGB
CMYK
RGB Variations
Color information
#A3C555 (or 0xA3C555) is known color: Celery. HEX triplet: A3, C5 and 55. RGB value is (163,197,85). Sum of RGB (Red+Green+Blue) = 163+197+85=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C555 is #5C3AAA. Grayscale: #AEAEAE. Windows color (decimal): -6044331 or 5621155. OLE color: 5621155.
HSL color Cylindrical-coordinate representation of color #A3C555: hue angle of 78.21º degrees, saturation: 0.49, 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 #A3C555 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 85 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.23 |
| HSL | 78.21º | 0.49% | 0.55% | - |
| HSV(B) | 78.21º | 0.57% | 0.77% | - |
| XYZ | 36.71 | 48.37 | 16 | - |
| YUV | 174.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 85 | 0.17 | 0 | 0.57 | 0.23 | 78.21 | 0.49 | 0.55 |
| Hex | A3 | C5 | 55 | 11 | 0 | 39 | 17 | 4E | 31 | 37 |
| Octal | 243 | 305 | 125 | 21 | 0 | 71 | 27 | 116 | 61 | 67 |
| Binary | 10100011 | 11000101 | 1010101 | 10001 | 0 | 111001 | 10111 | 1001110 | 110001 | 110111 |
Color Harmonies of #A3C555
Complementary color
Monochromatic Colors of #A3C555
Black with #A3C555
Text Example
Text Example
White with #A3C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C555; }
p { color: rgb(163,197,85); }
H1.HeaderClassName
{
color: #A3C555;
}
.AnyTagClassName
{
color: #A3C555;
}
</style>
background-color css
<style>
a { background-color: #A3C555; }
a { background-color: rgb(163,197,85); }
div.DivClassName
{
background-color: #A3C555;
}
.BgClassName
{
background-color: #A3C555;
}
</style>
border-color css
<style>
span { border-color: #A3C555; }
span { border-color: rgb(163,197,85); }
td.TdClassName
{
border-color: #A3C555;
}
.TagClassName
{
border-color: #A3C555;
}
</style>