Shades of Celery #AAC040
Tints of Celery #AAC040
RGB
CMYK
RGB Variations
Color information
#AAC040 (or 0xAAC040) is known color: Celery. HEX triplet: AA, C0 and 40. RGB value is (170,192,64). Sum of RGB (Red+Green+Blue) = 170+192+64=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC040 is #553FBF. Grayscale: #ABABAB. Windows color (decimal): -5586880 or 4243626. OLE color: 4243626.
HSL color Cylindrical-coordinate representation of color #AAC040: hue angle of 70.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAC040 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 64 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.25 |
| HSL | 70.31º | 0.5% | 0.5% | - |
| HSV(B) | 70.31º | 0.67% | 0.75% | - |
| XYZ | 36.35 | 46.62 | 11.93 | - |
| YUV | 170.83 | 67.71 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 64 | 0.11 | 0 | 0.67 | 0.25 | 70.31 | 0.5 | 0.5 |
| Hex | AA | C0 | 40 | B | 0 | 43 | 19 | 46 | 32 | 32 |
| Octal | 252 | 300 | 100 | 13 | 0 | 103 | 31 | 106 | 62 | 62 |
| Binary | 10101010 | 11000000 | 1000000 | 1011 | 0 | 1000011 | 11001 | 1000110 | 110010 | 110010 |
Color Harmonies of #AAC040
Complementary color
Monochromatic Colors of #AAC040
Black with #AAC040
Text Example
Text Example
White with #AAC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC040; }
p { color: rgb(170,192,64); }
H1.HeaderClassName
{
color: #AAC040;
}
.AnyTagClassName
{
color: #AAC040;
}
</style>
background-color css
<style>
a { background-color: #AAC040; }
a { background-color: rgb(170,192,64); }
div.DivClassName
{
background-color: #AAC040;
}
.BgClassName
{
background-color: #AAC040;
}
</style>
border-color css
<style>
span { border-color: #AAC040; }
span { border-color: rgb(170,192,64); }
td.TdClassName
{
border-color: #AAC040;
}
.TagClassName
{
border-color: #AAC040;
}
</style>