Shades of Celery #A9C159
Tints of Celery #A9C159
RGB
CMYK
RGB Variations
Color information
#A9C159 (or 0xA9C159) is known color: Celery. HEX triplet: A9, C1 and 59. RGB value is (169,193,89). Sum of RGB (Red+Green+Blue) = 169+193+89=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C159 is #563EA6. Grayscale: #AEAEAE. Windows color (decimal): -5652135 or 5882281. OLE color: 5882281.
HSL color Cylindrical-coordinate representation of color #A9C159: hue angle of 73.85º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9C159 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 89 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.24 |
| HSL | 73.85º | 0.46% | 0.55% | - |
| HSV(B) | 73.85º | 0.54% | 0.76% | - |
| XYZ | 37.24 | 47.3 | 16.62 | - |
| YUV | 173.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 89 | 0.12 | 0 | 0.54 | 0.24 | 73.85 | 0.46 | 0.55 |
| Hex | A9 | C1 | 59 | C | 0 | 36 | 18 | 4A | 2E | 37 |
| Octal | 251 | 301 | 131 | 14 | 0 | 66 | 30 | 112 | 56 | 67 |
| Binary | 10101001 | 11000001 | 1011001 | 1100 | 0 | 110110 | 11000 | 1001010 | 101110 | 110111 |
Color Harmonies of #A9C159
Complementary color
Monochromatic Colors of #A9C159
Black with #A9C159
Text Example
Text Example
White with #A9C159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C159; }
p { color: rgb(169,193,89); }
H1.HeaderClassName
{
color: #A9C159;
}
.AnyTagClassName
{
color: #A9C159;
}
</style>
background-color css
<style>
a { background-color: #A9C159; }
a { background-color: rgb(169,193,89); }
div.DivClassName
{
background-color: #A9C159;
}
.BgClassName
{
background-color: #A9C159;
}
</style>
border-color css
<style>
span { border-color: #A9C159; }
span { border-color: rgb(169,193,89); }
td.TdClassName
{
border-color: #A9C159;
}
.TagClassName
{
border-color: #A9C159;
}
</style>