Shades of Celery #AAC144
Tints of Celery #AAC144
RGB
CMYK
RGB Variations
Color information
#AAC144 (or 0xAAC144) is known color: Celery. HEX triplet: AA, C1 and 44. RGB value is (170,193,68). Sum of RGB (Red+Green+Blue) = 170+193+68=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC144 is #553EBB. Grayscale: #ACACAC. Windows color (decimal): -5586620 or 4506026. OLE color: 4506026.
HSL color Cylindrical-coordinate representation of color #AAC144: hue angle of 71.04º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAC144 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 68 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.24 |
| HSL | 71.04º | 0.5% | 0.51% | - |
| HSV(B) | 71.04º | 0.65% | 0.76% | - |
| XYZ | 36.69 | 47.1 | 12.63 | - |
| YUV | 171.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 68 | 0.12 | 0 | 0.65 | 0.24 | 71.04 | 0.5 | 0.51 |
| Hex | AA | C1 | 44 | C | 0 | 41 | 18 | 47 | 32 | 33 |
| Octal | 252 | 301 | 104 | 14 | 0 | 101 | 30 | 107 | 62 | 63 |
| Binary | 10101010 | 11000001 | 1000100 | 1100 | 0 | 1000001 | 11000 | 1000111 | 110010 | 110011 |
Color Harmonies of #AAC144
Complementary color
Monochromatic Colors of #AAC144
Black with #AAC144
Text Example
Text Example
White with #AAC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC144; }
p { color: rgb(170,193,68); }
H1.HeaderClassName
{
color: #AAC144;
}
.AnyTagClassName
{
color: #AAC144;
}
</style>
background-color css
<style>
a { background-color: #AAC144; }
a { background-color: rgb(170,193,68); }
div.DivClassName
{
background-color: #AAC144;
}
.BgClassName
{
background-color: #AAC144;
}
</style>
border-color css
<style>
span { border-color: #AAC144; }
span { border-color: rgb(170,193,68); }
td.TdClassName
{
border-color: #AAC144;
}
.TagClassName
{
border-color: #AAC144;
}
</style>