Shades of Celery #AAC350
Tints of Celery #AAC350
RGB
CMYK
RGB Variations
Color information
#AAC350 (or 0xAAC350) is known color: Celery. HEX triplet: AA, C3 and 50. RGB value is (170,195,80). Sum of RGB (Red+Green+Blue) = 170+195+80=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC350 is #553CAF. Grayscale: #AEAEAE. Windows color (decimal): -5586096 or 5292970. OLE color: 5292970.
HSL color Cylindrical-coordinate representation of color #AAC350: hue angle of 73.04º degrees, saturation: 0.49, 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 #AAC350 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 80 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.24 |
| HSL | 73.04º | 0.49% | 0.54% | - |
| HSV(B) | 73.04º | 0.59% | 0.76% | - |
| XYZ | 37.54 | 48.16 | 14.91 | - |
| YUV | 174.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 80 | 0.13 | 0 | 0.59 | 0.24 | 73.04 | 0.49 | 0.54 |
| Hex | AA | C3 | 50 | D | 0 | 3B | 18 | 49 | 31 | 36 |
| Octal | 252 | 303 | 120 | 15 | 0 | 73 | 30 | 111 | 61 | 66 |
| Binary | 10101010 | 11000011 | 1010000 | 1101 | 0 | 111011 | 11000 | 1001001 | 110001 | 110110 |
Color Harmonies of #AAC350
Complementary color
Monochromatic Colors of #AAC350
Black with #AAC350
Text Example
Text Example
White with #AAC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC350; }
p { color: rgb(170,195,80); }
H1.HeaderClassName
{
color: #AAC350;
}
.AnyTagClassName
{
color: #AAC350;
}
</style>
background-color css
<style>
a { background-color: #AAC350; }
a { background-color: rgb(170,195,80); }
div.DivClassName
{
background-color: #AAC350;
}
.BgClassName
{
background-color: #AAC350;
}
</style>
border-color css
<style>
span { border-color: #AAC350; }
span { border-color: rgb(170,195,80); }
td.TdClassName
{
border-color: #AAC350;
}
.TagClassName
{
border-color: #AAC350;
}
</style>