Shades of Celery #A1C358
Tints of Celery #A1C358
RGB
CMYK
RGB Variations
Color information
#A1C358 (or 0xA1C358) is known color: Celery. HEX triplet: A1, C3 and 58. RGB value is (161,195,88). Sum of RGB (Red+Green+Blue) = 161+195+88=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C358 is #5E3CA7. Grayscale: #ADADAD. Windows color (decimal): -6175912 or 5817249. OLE color: 5817249.
HSL color Cylindrical-coordinate representation of color #A1C358: hue angle of 79.07º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1C358 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 88 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.24 |
| HSL | 79.07º | 0.47% | 0.55% | - |
| HSV(B) | 79.07º | 0.55% | 0.76% | - |
| XYZ | 35.97 | 47.31 | 16.47 | - |
| YUV | 172.64 | 80.24 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 88 | 0.17 | 0 | 0.55 | 0.24 | 79.07 | 0.47 | 0.55 |
| Hex | A1 | C3 | 58 | 11 | 0 | 37 | 18 | 4F | 2F | 37 |
| Octal | 241 | 303 | 130 | 21 | 0 | 67 | 30 | 117 | 57 | 67 |
| Binary | 10100001 | 11000011 | 1011000 | 10001 | 0 | 110111 | 11000 | 1001111 | 101111 | 110111 |
Color Harmonies of #A1C358
Complementary color
Monochromatic Colors of #A1C358
Black with #A1C358
Text Example
Text Example
White with #A1C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C358; }
p { color: rgb(161,195,88); }
H1.HeaderClassName
{
color: #A1C358;
}
.AnyTagClassName
{
color: #A1C358;
}
</style>
background-color css
<style>
a { background-color: #A1C358; }
a { background-color: rgb(161,195,88); }
div.DivClassName
{
background-color: #A1C358;
}
.BgClassName
{
background-color: #A1C358;
}
</style>
border-color css
<style>
span { border-color: #A1C358; }
span { border-color: rgb(161,195,88); }
td.TdClassName
{
border-color: #A1C358;
}
.TagClassName
{
border-color: #A1C358;
}
</style>