Shades of Celery #AAC640
Tints of Celery #AAC640
RGB
CMYK
RGB Variations
Color information
#AAC640 (or 0xAAC640) is known color: Celery. HEX triplet: AA, C6 and 40. RGB value is (170,198,64). Sum of RGB (Red+Green+Blue) = 170+198+64=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC640 is #5539BF. Grayscale: #AEAEAE. Windows color (decimal): -5585344 or 4245162. OLE color: 4245162.
HSL color Cylindrical-coordinate representation of color #AAC640: hue angle of 72.54º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAC640 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 64 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.22 |
| HSL | 72.54º | 0.54% | 0.51% | - |
| HSV(B) | 72.54º | 0.68% | 0.78% | - |
| XYZ | 37.7 | 49.3 | 12.38 | - |
| YUV | 174.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 64 | 0.14 | 0 | 0.68 | 0.22 | 72.54 | 0.54 | 0.51 |
| Hex | AA | C6 | 40 | E | 0 | 44 | 16 | 49 | 36 | 33 |
| Octal | 252 | 306 | 100 | 16 | 0 | 104 | 26 | 111 | 66 | 63 |
| Binary | 10101010 | 11000110 | 1000000 | 1110 | 0 | 1000100 | 10110 | 1001001 | 110110 | 110011 |
Color Harmonies of #AAC640
Complementary color
Monochromatic Colors of #AAC640
Black with #AAC640
Text Example
Text Example
White with #AAC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC640; }
p { color: rgb(170,198,64); }
H1.HeaderClassName
{
color: #AAC640;
}
.AnyTagClassName
{
color: #AAC640;
}
</style>
background-color css
<style>
a { background-color: #AAC640; }
a { background-color: rgb(170,198,64); }
div.DivClassName
{
background-color: #AAC640;
}
.BgClassName
{
background-color: #AAC640;
}
</style>
border-color css
<style>
span { border-color: #AAC640; }
span { border-color: rgb(170,198,64); }
td.TdClassName
{
border-color: #AAC640;
}
.TagClassName
{
border-color: #AAC640;
}
</style>