Shades of Celery #AAC245
Tints of Celery #AAC245
RGB
CMYK
RGB Variations
Color information
#AAC245 (or 0xAAC245) is known color: Celery. HEX triplet: AA, C2 and 45. RGB value is (170,194,69). Sum of RGB (Red+Green+Blue) = 170+194+69=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC245 is #553DBA. Grayscale: #ADADAD. Windows color (decimal): -5586363 or 4571818. OLE color: 4571818.
HSL color Cylindrical-coordinate representation of color #AAC245: hue angle of 71.52º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAC245 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 69 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.24 |
| HSL | 71.52º | 0.51% | 0.52% | - |
| HSV(B) | 71.52º | 0.64% | 0.76% | - |
| XYZ | 36.94 | 47.56 | 12.86 | - |
| YUV | 172.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 69 | 0.12 | 0 | 0.64 | 0.24 | 71.52 | 0.51 | 0.52 |
| Hex | AA | C2 | 45 | C | 0 | 40 | 18 | 48 | 33 | 34 |
| Octal | 252 | 302 | 105 | 14 | 0 | 100 | 30 | 110 | 63 | 64 |
| Binary | 10101010 | 11000010 | 1000101 | 1100 | 0 | 1000000 | 11000 | 1001000 | 110011 | 110100 |
Color Harmonies of #AAC245
Complementary color
Monochromatic Colors of #AAC245
Black with #AAC245
Text Example
Text Example
White with #AAC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC245; }
p { color: rgb(170,194,69); }
H1.HeaderClassName
{
color: #AAC245;
}
.AnyTagClassName
{
color: #AAC245;
}
</style>
background-color css
<style>
a { background-color: #AAC245; }
a { background-color: rgb(170,194,69); }
div.DivClassName
{
background-color: #AAC245;
}
.BgClassName
{
background-color: #AAC245;
}
</style>
border-color css
<style>
span { border-color: #AAC245; }
span { border-color: rgb(170,194,69); }
td.TdClassName
{
border-color: #AAC245;
}
.TagClassName
{
border-color: #AAC245;
}
</style>