Shades of Celery #AAC550
Tints of Celery #AAC550
RGB
CMYK
RGB Variations
Color information
#AAC550 (or 0xAAC550) is known color: Celery. HEX triplet: AA, C5 and 50. RGB value is (170,197,80). Sum of RGB (Red+Green+Blue) = 170+197+80=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC550 is #553AAF. Grayscale: #B0B0B0. Windows color (decimal): -5585584 or 5293482. OLE color: 5293482.
HSL color Cylindrical-coordinate representation of color #AAC550: hue angle of 73.85º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAC550 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 80 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.23 |
| HSL | 73.85º | 0.5% | 0.54% | - |
| HSV(B) | 73.85º | 0.59% | 0.77% | - |
| XYZ | 37.99 | 49.06 | 15.06 | - |
| YUV | 175.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 80 | 0.14 | 0 | 0.59 | 0.23 | 73.85 | 0.5 | 0.54 |
| Hex | AA | C5 | 50 | E | 0 | 3B | 17 | 4A | 32 | 36 |
| Octal | 252 | 305 | 120 | 16 | 0 | 73 | 27 | 112 | 62 | 66 |
| Binary | 10101010 | 11000101 | 1010000 | 1110 | 0 | 111011 | 10111 | 1001010 | 110010 | 110110 |
Color Harmonies of #AAC550
Complementary color
Monochromatic Colors of #AAC550
Black with #AAC550
Text Example
Text Example
White with #AAC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC550; }
p { color: rgb(170,197,80); }
H1.HeaderClassName
{
color: #AAC550;
}
.AnyTagClassName
{
color: #AAC550;
}
</style>
background-color css
<style>
a { background-color: #AAC550; }
a { background-color: rgb(170,197,80); }
div.DivClassName
{
background-color: #AAC550;
}
.BgClassName
{
background-color: #AAC550;
}
</style>
border-color css
<style>
span { border-color: #AAC550; }
span { border-color: rgb(170,197,80); }
td.TdClassName
{
border-color: #AAC550;
}
.TagClassName
{
border-color: #AAC550;
}
</style>