Shades of Celery #AAC159
Tints of Celery #AAC159
RGB
CMYK
RGB Variations
Color information
#AAC159 (or 0xAAC159) is known color: Celery. HEX triplet: AA, C1 and 59. RGB value is (170,193,89). Sum of RGB (Red+Green+Blue) = 170+193+89=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC159 is #553EA6. Grayscale: #AEAEAE. Windows color (decimal): -5586599 or 5882282. OLE color: 5882282.
HSL color Cylindrical-coordinate representation of color #AAC159: hue angle of 73.27º 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 #AAC159 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 89 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.24 |
| HSL | 73.27º | 0.46% | 0.55% | - |
| HSV(B) | 73.27º | 0.54% | 0.76% | - |
| XYZ | 37.45 | 47.41 | 16.63 | - |
| YUV | 174.27 | 79.88 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 89 | 0.12 | 0 | 0.54 | 0.24 | 73.27 | 0.46 | 0.55 |
| Hex | AA | C1 | 59 | C | 0 | 36 | 18 | 49 | 2E | 37 |
| Octal | 252 | 301 | 131 | 14 | 0 | 66 | 30 | 111 | 56 | 67 |
| Binary | 10101010 | 11000001 | 1011001 | 1100 | 0 | 110110 | 11000 | 1001001 | 101110 | 110111 |
Color Harmonies of #AAC159
Complementary color
Monochromatic Colors of #AAC159
Black with #AAC159
Text Example
Text Example
White with #AAC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC159; }
p { color: rgb(170,193,89); }
H1.HeaderClassName
{
color: #AAC159;
}
.AnyTagClassName
{
color: #AAC159;
}
</style>
background-color css
<style>
a { background-color: #AAC159; }
a { background-color: rgb(170,193,89); }
div.DivClassName
{
background-color: #AAC159;
}
.BgClassName
{
background-color: #AAC159;
}
</style>
border-color css
<style>
span { border-color: #AAC159; }
span { border-color: rgb(170,193,89); }
td.TdClassName
{
border-color: #AAC159;
}
.TagClassName
{
border-color: #AAC159;
}
</style>