Shades of Celery #A1C059
Tints of Celery #A1C059
RGB
CMYK
RGB Variations
Color information
#A1C059 (or 0xA1C059) is known color: Celery. HEX triplet: A1, C0 and 59. RGB value is (161,192,89). Sum of RGB (Red+Green+Blue) = 161+192+89=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C059 is #5E3FA6. Grayscale: #ABABAB. Windows color (decimal): -6176679 or 5882017. OLE color: 5882017.
HSL color Cylindrical-coordinate representation of color #A1C059: hue angle of 78.06º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1C059 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 89 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.25 |
| HSL | 78.06º | 0.45% | 0.55% | - |
| HSV(B) | 78.06º | 0.54% | 0.75% | - |
| XYZ | 35.35 | 46 | 16.47 | - |
| YUV | 170.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 89 | 0.16 | 0 | 0.54 | 0.25 | 78.06 | 0.45 | 0.55 |
| Hex | A1 | C0 | 59 | 10 | 0 | 36 | 19 | 4E | 2D | 37 |
| Octal | 241 | 300 | 131 | 20 | 0 | 66 | 31 | 116 | 55 | 67 |
| Binary | 10100001 | 11000000 | 1011001 | 10000 | 0 | 110110 | 11001 | 1001110 | 101101 | 110111 |
Color Harmonies of #A1C059
Complementary color
Monochromatic Colors of #A1C059
Black with #A1C059
Text Example
Text Example
White with #A1C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C059; }
p { color: rgb(161,192,89); }
H1.HeaderClassName
{
color: #A1C059;
}
.AnyTagClassName
{
color: #A1C059;
}
</style>
background-color css
<style>
a { background-color: #A1C059; }
a { background-color: rgb(161,192,89); }
div.DivClassName
{
background-color: #A1C059;
}
.BgClassName
{
background-color: #A1C059;
}
</style>
border-color css
<style>
span { border-color: #A1C059; }
span { border-color: rgb(161,192,89); }
td.TdClassName
{
border-color: #A1C059;
}
.TagClassName
{
border-color: #A1C059;
}
</style>