Shades of Celery #AAC255
Tints of Celery #AAC255
RGB
CMYK
RGB Variations
Color information
#AAC255 (or 0xAAC255) is known color: Celery. HEX triplet: AA, C2 and 55. RGB value is (170,194,85). Sum of RGB (Red+Green+Blue) = 170+194+85=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC255 is #553DAA. Grayscale: #AEAEAE. Windows color (decimal): -5586347 or 5620394. OLE color: 5620394.
HSL color Cylindrical-coordinate representation of color #AAC255: hue angle of 73.21º degrees, saturation: 0.47, 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 #AAC255 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 85 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.24 |
| HSL | 73.21º | 0.47% | 0.55% | - |
| HSV(B) | 73.21º | 0.56% | 0.76% | - |
| XYZ | 37.51 | 47.79 | 15.84 | - |
| YUV | 174.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 85 | 0.12 | 0 | 0.56 | 0.24 | 73.21 | 0.47 | 0.55 |
| Hex | AA | C2 | 55 | C | 0 | 38 | 18 | 49 | 2F | 37 |
| Octal | 252 | 302 | 125 | 14 | 0 | 70 | 30 | 111 | 57 | 67 |
| Binary | 10101010 | 11000010 | 1010101 | 1100 | 0 | 111000 | 11000 | 1001001 | 101111 | 110111 |
Color Harmonies of #AAC255
Complementary color
Monochromatic Colors of #AAC255
Black with #AAC255
Text Example
Text Example
White with #AAC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC255; }
p { color: rgb(170,194,85); }
H1.HeaderClassName
{
color: #AAC255;
}
.AnyTagClassName
{
color: #AAC255;
}
</style>
background-color css
<style>
a { background-color: #AAC255; }
a { background-color: rgb(170,194,85); }
div.DivClassName
{
background-color: #AAC255;
}
.BgClassName
{
background-color: #AAC255;
}
</style>
border-color css
<style>
span { border-color: #AAC255; }
span { border-color: rgb(170,194,85); }
td.TdClassName
{
border-color: #AAC255;
}
.TagClassName
{
border-color: #AAC255;
}
</style>