Shades of Celery #AAC355
Tints of Celery #AAC355
RGB
CMYK
RGB Variations
Color information
#AAC355 (or 0xAAC355) is known color: Celery. HEX triplet: AA, C3 and 55. RGB value is (170,195,85). Sum of RGB (Red+Green+Blue) = 170+195+85=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC355 is #553CAA. Grayscale: #AFAFAF. Windows color (decimal): -5586091 or 5620650. OLE color: 5620650.
HSL color Cylindrical-coordinate representation of color #AAC355: hue angle of 73.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAC355 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 85 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.24 |
| HSL | 73.64º | 0.48% | 0.55% | - |
| HSV(B) | 73.64º | 0.56% | 0.76% | - |
| XYZ | 37.73 | 48.23 | 15.92 | - |
| YUV | 174.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 85 | 0.13 | 0 | 0.56 | 0.24 | 73.64 | 0.48 | 0.55 |
| Hex | AA | C3 | 55 | D | 0 | 38 | 18 | 4A | 30 | 37 |
| Octal | 252 | 303 | 125 | 15 | 0 | 70 | 30 | 112 | 60 | 67 |
| Binary | 10101010 | 11000011 | 1010101 | 1101 | 0 | 111000 | 11000 | 1001010 | 110000 | 110111 |
Color Harmonies of #AAC355
Complementary color
Monochromatic Colors of #AAC355
Black with #AAC355
Text Example
Text Example
White with #AAC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC355; }
p { color: rgb(170,195,85); }
H1.HeaderClassName
{
color: #AAC355;
}
.AnyTagClassName
{
color: #AAC355;
}
</style>
background-color css
<style>
a { background-color: #AAC355; }
a { background-color: rgb(170,195,85); }
div.DivClassName
{
background-color: #AAC355;
}
.BgClassName
{
background-color: #AAC355;
}
</style>
border-color css
<style>
span { border-color: #AAC355; }
span { border-color: rgb(170,195,85); }
td.TdClassName
{
border-color: #AAC355;
}
.TagClassName
{
border-color: #AAC355;
}
</style>