Shades of Celery #AAC552
Tints of Celery #AAC552
RGB
CMYK
RGB Variations
Color information
#AAC552 (or 0xAAC552) is known color: Celery. HEX triplet: AA, C5 and 52. RGB value is (170,197,82). Sum of RGB (Red+Green+Blue) = 170+197+82=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC552 is #553AAD. Grayscale: #B0B0B0. Windows color (decimal): -5585582 or 5424554. OLE color: 5424554.
HSL color Cylindrical-coordinate representation of color #AAC552: hue angle of 74.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAC552 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 82 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.23 |
| HSL | 74.09º | 0.5% | 0.55% | - |
| HSV(B) | 74.09º | 0.58% | 0.77% | - |
| XYZ | 38.07 | 49.09 | 15.45 | - |
| YUV | 175.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 82 | 0.14 | 0 | 0.58 | 0.23 | 74.09 | 0.5 | 0.55 |
| Hex | AA | C5 | 52 | E | 0 | 3A | 17 | 4A | 32 | 37 |
| Octal | 252 | 305 | 122 | 16 | 0 | 72 | 27 | 112 | 62 | 67 |
| Binary | 10101010 | 11000101 | 1010010 | 1110 | 0 | 111010 | 10111 | 1001010 | 110010 | 110111 |
Color Harmonies of #AAC552
Complementary color
Monochromatic Colors of #AAC552
Black with #AAC552
Text Example
Text Example
White with #AAC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC552; }
p { color: rgb(170,197,82); }
H1.HeaderClassName
{
color: #AAC552;
}
.AnyTagClassName
{
color: #AAC552;
}
</style>
background-color css
<style>
a { background-color: #AAC552; }
a { background-color: rgb(170,197,82); }
div.DivClassName
{
background-color: #AAC552;
}
.BgClassName
{
background-color: #AAC552;
}
</style>
border-color css
<style>
span { border-color: #AAC552; }
span { border-color: rgb(170,197,82); }
td.TdClassName
{
border-color: #AAC552;
}
.TagClassName
{
border-color: #AAC552;
}
</style>