Shades of Celery #AAC150
Tints of Celery #AAC150
RGB
CMYK
RGB Variations
Color information
#AAC150 (or 0xAAC150) is known color: Celery. HEX triplet: AA, C1 and 50. RGB value is (170,193,80). Sum of RGB (Red+Green+Blue) = 170+193+80=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC150 is #553EAF. Grayscale: #ADADAD. Windows color (decimal): -5586608 or 5292458. OLE color: 5292458.
HSL color Cylindrical-coordinate representation of color #AAC150: hue angle of 72.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAC150 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 80 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.24 |
| HSL | 72.21º | 0.48% | 0.54% | - |
| HSV(B) | 72.21º | 0.59% | 0.76% | - |
| XYZ | 37.1 | 47.27 | 14.76 | - |
| YUV | 173.24 | 75.38 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 80 | 0.12 | 0 | 0.59 | 0.24 | 72.21 | 0.48 | 0.54 |
| Hex | AA | C1 | 50 | C | 0 | 3B | 18 | 48 | 30 | 36 |
| Octal | 252 | 301 | 120 | 14 | 0 | 73 | 30 | 110 | 60 | 66 |
| Binary | 10101010 | 11000001 | 1010000 | 1100 | 0 | 111011 | 11000 | 1001000 | 110000 | 110110 |
Color Harmonies of #AAC150
Complementary color
Monochromatic Colors of #AAC150
Black with #AAC150
Text Example
Text Example
White with #AAC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC150; }
p { color: rgb(170,193,80); }
H1.HeaderClassName
{
color: #AAC150;
}
.AnyTagClassName
{
color: #AAC150;
}
</style>
background-color css
<style>
a { background-color: #AAC150; }
a { background-color: rgb(170,193,80); }
div.DivClassName
{
background-color: #AAC150;
}
.BgClassName
{
background-color: #AAC150;
}
</style>
border-color css
<style>
span { border-color: #AAC150; }
span { border-color: rgb(170,193,80); }
td.TdClassName
{
border-color: #AAC150;
}
.TagClassName
{
border-color: #AAC150;
}
</style>