Shades of Celery #AAC359
Tints of Celery #AAC359
RGB
CMYK
RGB Variations
Color information
#AAC359 (or 0xAAC359) is known color: Celery. HEX triplet: AA, C3 and 59. RGB value is (170,195,89). Sum of RGB (Red+Green+Blue) = 170+195+89=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC359 is #553CA6. Grayscale: #AFAFAF. Windows color (decimal): -5586087 or 5882794. OLE color: 5882794.
HSL color Cylindrical-coordinate representation of color #AAC359: hue angle of 74.15º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAC359 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 89 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.24 |
| HSL | 74.15º | 0.47% | 0.56% | - |
| HSV(B) | 74.15º | 0.54% | 0.76% | - |
| XYZ | 37.9 | 48.3 | 16.78 | - |
| YUV | 175.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 89 | 0.13 | 0 | 0.54 | 0.24 | 74.15 | 0.47 | 0.56 |
| Hex | AA | C3 | 59 | D | 0 | 36 | 18 | 4A | 2F | 38 |
| Octal | 252 | 303 | 131 | 15 | 0 | 66 | 30 | 112 | 57 | 70 |
| Binary | 10101010 | 11000011 | 1011001 | 1101 | 0 | 110110 | 11000 | 1001010 | 101111 | 111000 |
Color Harmonies of #AAC359
Complementary color
Monochromatic Colors of #AAC359
Black with #AAC359
Text Example
Text Example
White with #AAC359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC359; }
p { color: rgb(170,195,89); }
H1.HeaderClassName
{
color: #AAC359;
}
.AnyTagClassName
{
color: #AAC359;
}
</style>
background-color css
<style>
a { background-color: #AAC359; }
a { background-color: rgb(170,195,89); }
div.DivClassName
{
background-color: #AAC359;
}
.BgClassName
{
background-color: #AAC359;
}
</style>
border-color css
<style>
span { border-color: #AAC359; }
span { border-color: rgb(170,195,89); }
td.TdClassName
{
border-color: #AAC359;
}
.TagClassName
{
border-color: #AAC359;
}
</style>