Shades of Celery #AAC440
Tints of Celery #AAC440
RGB
CMYK
RGB Variations
Color information
#AAC440 (or 0xAAC440) is known color: Celery. HEX triplet: AA, C4 and 40. RGB value is (170,196,64). Sum of RGB (Red+Green+Blue) = 170+196+64=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC440 is #553BBF. Grayscale: #ADADAD. Windows color (decimal): -5585856 or 4244650. OLE color: 4244650.
HSL color Cylindrical-coordinate representation of color #AAC440: hue angle of 71.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAC440 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 64 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.23 |
| HSL | 71.82º | 0.53% | 0.51% | - |
| HSV(B) | 71.82º | 0.67% | 0.77% | - |
| XYZ | 37.24 | 48.4 | 12.23 | - |
| YUV | 173.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 64 | 0.13 | 0 | 0.67 | 0.23 | 71.82 | 0.53 | 0.51 |
| Hex | AA | C4 | 40 | D | 0 | 43 | 17 | 48 | 35 | 33 |
| Octal | 252 | 304 | 100 | 15 | 0 | 103 | 27 | 110 | 65 | 63 |
| Binary | 10101010 | 11000100 | 1000000 | 1101 | 0 | 1000011 | 10111 | 1001000 | 110101 | 110011 |
Color Harmonies of #AAC440
Complementary color
Monochromatic Colors of #AAC440
Black with #AAC440
Text Example
Text Example
White with #AAC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC440; }
p { color: rgb(170,196,64); }
H1.HeaderClassName
{
color: #AAC440;
}
.AnyTagClassName
{
color: #AAC440;
}
</style>
background-color css
<style>
a { background-color: #AAC440; }
a { background-color: rgb(170,196,64); }
div.DivClassName
{
background-color: #AAC440;
}
.BgClassName
{
background-color: #AAC440;
}
</style>
border-color css
<style>
span { border-color: #AAC440; }
span { border-color: rgb(170,196,64); }
td.TdClassName
{
border-color: #AAC440;
}
.TagClassName
{
border-color: #AAC440;
}
</style>