Shades of Celery #AAC849
Tints of Celery #AAC849
RGB
CMYK
RGB Variations
Color information
#AAC849 (or 0xAAC849) is known color: Celery. HEX triplet: AA, C8 and 49. RGB value is (170,200,73). Sum of RGB (Red+Green+Blue) = 170+200+73=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC849 is #5537B6. Grayscale: #B1B1B1. Windows color (decimal): -5584823 or 4835498. OLE color: 4835498.
HSL color Cylindrical-coordinate representation of color #AAC849: hue angle of 74.17º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAC849 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 73 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.22 |
| HSL | 74.17º | 0.54% | 0.54% | - |
| HSV(B) | 74.17º | 0.64% | 0.78% | - |
| XYZ | 38.43 | 50.34 | 13.99 | - |
| YUV | 176.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 73 | 0.15 | 0 | 0.64 | 0.22 | 74.17 | 0.54 | 0.54 |
| Hex | AA | C8 | 49 | F | 0 | 40 | 16 | 4A | 36 | 36 |
| Octal | 252 | 310 | 111 | 17 | 0 | 100 | 26 | 112 | 66 | 66 |
| Binary | 10101010 | 11001000 | 1001001 | 1111 | 0 | 1000000 | 10110 | 1001010 | 110110 | 110110 |
Color Harmonies of #AAC849
Complementary color
Monochromatic Colors of #AAC849
Black with #AAC849
Text Example
Text Example
White with #AAC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC849; }
p { color: rgb(170,200,73); }
H1.HeaderClassName
{
color: #AAC849;
}
.AnyTagClassName
{
color: #AAC849;
}
</style>
background-color css
<style>
a { background-color: #AAC849; }
a { background-color: rgb(170,200,73); }
div.DivClassName
{
background-color: #AAC849;
}
.BgClassName
{
background-color: #AAC849;
}
</style>
border-color css
<style>
span { border-color: #AAC849; }
span { border-color: rgb(170,200,73); }
td.TdClassName
{
border-color: #AAC849;
}
.TagClassName
{
border-color: #AAC849;
}
</style>