Shades of Celery #AAC850
Tints of Celery #AAC850
RGB
CMYK
RGB Variations
Color information
#AAC850 (or 0xAAC850) is known color: Celery. HEX triplet: AA, C8 and 50. RGB value is (170,200,80). Sum of RGB (Red+Green+Blue) = 170+200+80=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC850 is #5537AF. Grayscale: #B1B1B1. Windows color (decimal): -5584816 or 5294250. OLE color: 5294250.
HSL color Cylindrical-coordinate representation of color #AAC850: hue angle of 75º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAC850 is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 80 | - |
| CMYK | 0.15 | 0 | 0.6 | 0.22 |
| HSL | 75º | 0.52% | 0.55% | - |
| HSV(B) | 75º | 0.6% | 0.78% | - |
| XYZ | 38.68 | 50.43 | 15.29 | - |
| YUV | 177.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 80 | 0.15 | 0 | 0.6 | 0.22 | 75 | 0.52 | 0.55 |
| Hex | AA | C8 | 50 | F | 0 | 3C | 16 | 4B | 34 | 37 |
| Octal | 252 | 310 | 120 | 17 | 0 | 74 | 26 | 113 | 64 | 67 |
| Binary | 10101010 | 11001000 | 1010000 | 1111 | 0 | 111100 | 10110 | 1001011 | 110100 | 110111 |
Color Harmonies of #AAC850
Complementary color
Monochromatic Colors of #AAC850
Black with #AAC850
Text Example
Text Example
White with #AAC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC850; }
p { color: rgb(170,200,80); }
H1.HeaderClassName
{
color: #AAC850;
}
.AnyTagClassName
{
color: #AAC850;
}
</style>
background-color css
<style>
a { background-color: #AAC850; }
a { background-color: rgb(170,200,80); }
div.DivClassName
{
background-color: #AAC850;
}
.BgClassName
{
background-color: #AAC850;
}
</style>
border-color css
<style>
span { border-color: #AAC850; }
span { border-color: rgb(170,200,80); }
td.TdClassName
{
border-color: #AAC850;
}
.TagClassName
{
border-color: #AAC850;
}
</style>