Shades of Celery #AAC455
Tints of Celery #AAC455
RGB
CMYK
RGB Variations
Color information
#AAC455 (or 0xAAC455) is known color: Celery. HEX triplet: AA, C4 and 55. RGB value is (170,196,85). Sum of RGB (Red+Green+Blue) = 170+196+85=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC455 is #553BAA. Grayscale: #AFAFAF. Windows color (decimal): -5585835 or 5620906. OLE color: 5620906.
HSL color Cylindrical-coordinate representation of color #AAC455: hue angle of 74.05º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAC455 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 85 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.23 |
| HSL | 74.05º | 0.48% | 0.55% | - |
| HSV(B) | 74.05º | 0.57% | 0.77% | - |
| XYZ | 37.96 | 48.68 | 15.99 | - |
| YUV | 175.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 85 | 0.13 | 0 | 0.57 | 0.23 | 74.05 | 0.48 | 0.55 |
| Hex | AA | C4 | 55 | D | 0 | 39 | 17 | 4A | 30 | 37 |
| Octal | 252 | 304 | 125 | 15 | 0 | 71 | 27 | 112 | 60 | 67 |
| Binary | 10101010 | 11000100 | 1010101 | 1101 | 0 | 111001 | 10111 | 1001010 | 110000 | 110111 |
Color Harmonies of #AAC455
Complementary color
Monochromatic Colors of #AAC455
Black with #AAC455
Text Example
Text Example
White with #AAC455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC455; }
p { color: rgb(170,196,85); }
H1.HeaderClassName
{
color: #AAC455;
}
.AnyTagClassName
{
color: #AAC455;
}
</style>
background-color css
<style>
a { background-color: #AAC455; }
a { background-color: rgb(170,196,85); }
div.DivClassName
{
background-color: #AAC455;
}
.BgClassName
{
background-color: #AAC455;
}
</style>
border-color css
<style>
span { border-color: #AAC455; }
span { border-color: rgb(170,196,85); }
td.TdClassName
{
border-color: #AAC455;
}
.TagClassName
{
border-color: #AAC455;
}
</style>