Shades of Celery #A1C354
Tints of Celery #A1C354
RGB
CMYK
RGB Variations
Color information
#A1C354 (or 0xA1C354) is known color: Celery. HEX triplet: A1, C3 and 54. RGB value is (161,195,84). Sum of RGB (Red+Green+Blue) = 161+195+84=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C354 is #5E3CAB. Grayscale: #ACACAC. Windows color (decimal): -6175916 or 5555105. OLE color: 5555105.
HSL color Cylindrical-coordinate representation of color #A1C354: hue angle of 78.38º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1C354 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 84 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.24 |
| HSL | 78.38º | 0.48% | 0.55% | - |
| HSV(B) | 78.38º | 0.57% | 0.76% | - |
| XYZ | 35.81 | 47.25 | 15.62 | - |
| YUV | 172.18 | 78.24 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 84 | 0.17 | 0 | 0.57 | 0.24 | 78.38 | 0.48 | 0.55 |
| Hex | A1 | C3 | 54 | 11 | 0 | 39 | 18 | 4E | 30 | 37 |
| Octal | 241 | 303 | 124 | 21 | 0 | 71 | 30 | 116 | 60 | 67 |
| Binary | 10100001 | 11000011 | 1010100 | 10001 | 0 | 111001 | 11000 | 1001110 | 110000 | 110111 |
Color Harmonies of #A1C354
Complementary color
Monochromatic Colors of #A1C354
Black with #A1C354
Text Example
Text Example
White with #A1C354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C354; }
p { color: rgb(161,195,84); }
H1.HeaderClassName
{
color: #A1C354;
}
.AnyTagClassName
{
color: #A1C354;
}
</style>
background-color css
<style>
a { background-color: #A1C354; }
a { background-color: rgb(161,195,84); }
div.DivClassName
{
background-color: #A1C354;
}
.BgClassName
{
background-color: #A1C354;
}
</style>
border-color css
<style>
span { border-color: #A1C354; }
span { border-color: rgb(161,195,84); }
td.TdClassName
{
border-color: #A1C354;
}
.TagClassName
{
border-color: #A1C354;
}
</style>