Shades of Celery #AAC143
Tints of Celery #AAC143
RGB
CMYK
RGB Variations
Color information
#AAC143 (or 0xAAC143) is known color: Celery. HEX triplet: AA, C1 and 43. RGB value is (170,193,67). Sum of RGB (Red+Green+Blue) = 170+193+67=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC143 is #553EBC. Grayscale: #ACACAC. Windows color (decimal): -5586621 or 4440490. OLE color: 4440490.
HSL color Cylindrical-coordinate representation of color #AAC143: hue angle of 70.95º 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 #AAC143 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 67 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.24 |
| HSL | 70.95º | 0.5% | 0.51% | - |
| HSV(B) | 70.95º | 0.65% | 0.76% | - |
| XYZ | 36.66 | 47.09 | 12.47 | - |
| YUV | 171.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 67 | 0.12 | 0 | 0.65 | 0.24 | 70.95 | 0.5 | 0.51 |
| Hex | AA | C1 | 43 | C | 0 | 41 | 18 | 47 | 32 | 33 |
| Octal | 252 | 301 | 103 | 14 | 0 | 101 | 30 | 107 | 62 | 63 |
| Binary | 10101010 | 11000001 | 1000011 | 1100 | 0 | 1000001 | 11000 | 1000111 | 110010 | 110011 |
Color Harmonies of #AAC143
Complementary color
Monochromatic Colors of #AAC143
Black with #AAC143
Text Example
Text Example
White with #AAC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC143; }
p { color: rgb(170,193,67); }
H1.HeaderClassName
{
color: #AAC143;
}
.AnyTagClassName
{
color: #AAC143;
}
</style>
background-color css
<style>
a { background-color: #AAC143; }
a { background-color: rgb(170,193,67); }
div.DivClassName
{
background-color: #AAC143;
}
.BgClassName
{
background-color: #AAC143;
}
</style>
border-color css
<style>
span { border-color: #AAC143; }
span { border-color: rgb(170,193,67); }
td.TdClassName
{
border-color: #AAC143;
}
.TagClassName
{
border-color: #AAC143;
}
</style>