Shades of Celery #AAC450
Tints of Celery #AAC450
RGB
CMYK
RGB Variations
Color information
#AAC450 (or 0xAAC450) is known color: Celery. HEX triplet: AA, C4 and 50. RGB value is (170,196,80). Sum of RGB (Red+Green+Blue) = 170+196+80=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC450 is #553BAF. Grayscale: #AFAFAF. Windows color (decimal): -5585840 or 5293226. OLE color: 5293226.
HSL color Cylindrical-coordinate representation of color #AAC450: hue angle of 73.45º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAC450 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 80 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.23 |
| HSL | 73.45º | 0.5% | 0.54% | - |
| HSV(B) | 73.45º | 0.59% | 0.77% | - |
| XYZ | 37.77 | 48.61 | 14.98 | - |
| YUV | 175 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 80 | 0.13 | 0 | 0.59 | 0.23 | 73.45 | 0.5 | 0.54 |
| Hex | AA | C4 | 50 | D | 0 | 3B | 17 | 49 | 32 | 36 |
| Octal | 252 | 304 | 120 | 15 | 0 | 73 | 27 | 111 | 62 | 66 |
| Binary | 10101010 | 11000100 | 1010000 | 1101 | 0 | 111011 | 10111 | 1001001 | 110010 | 110110 |
Color Harmonies of #AAC450
Complementary color
Monochromatic Colors of #AAC450
Black with #AAC450
Text Example
Text Example
White with #AAC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC450; }
p { color: rgb(170,196,80); }
H1.HeaderClassName
{
color: #AAC450;
}
.AnyTagClassName
{
color: #AAC450;
}
</style>
background-color css
<style>
a { background-color: #AAC450; }
a { background-color: rgb(170,196,80); }
div.DivClassName
{
background-color: #AAC450;
}
.BgClassName
{
background-color: #AAC450;
}
</style>
border-color css
<style>
span { border-color: #AAC450; }
span { border-color: rgb(170,196,80); }
td.TdClassName
{
border-color: #AAC450;
}
.TagClassName
{
border-color: #AAC450;
}
</style>