Shades of Celery #AAC153
Tints of Celery #AAC153
RGB
CMYK
RGB Variations
Color information
#AAC153 (or 0xAAC153) is known color: Celery. HEX triplet: AA, C1 and 53. RGB value is (170,193,83). Sum of RGB (Red+Green+Blue) = 170+193+83=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC153 is #553EAC. Grayscale: #AEAEAE. Windows color (decimal): -5586605 or 5489066. OLE color: 5489066.
HSL color Cylindrical-coordinate representation of color #AAC153: hue angle of 72.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAC153 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 83 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.24 |
| HSL | 72.55º | 0.47% | 0.54% | - |
| HSV(B) | 72.55º | 0.57% | 0.76% | - |
| XYZ | 37.21 | 47.31 | 15.35 | - |
| YUV | 173.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 83 | 0.12 | 0 | 0.57 | 0.24 | 72.55 | 0.47 | 0.54 |
| Hex | AA | C1 | 53 | C | 0 | 39 | 18 | 49 | 2F | 36 |
| Octal | 252 | 301 | 123 | 14 | 0 | 71 | 30 | 111 | 57 | 66 |
| Binary | 10101010 | 11000001 | 1010011 | 1100 | 0 | 111001 | 11000 | 1001001 | 101111 | 110110 |
Color Harmonies of #AAC153
Complementary color
Monochromatic Colors of #AAC153
Black with #AAC153
Text Example
Text Example
White with #AAC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC153; }
p { color: rgb(170,193,83); }
H1.HeaderClassName
{
color: #AAC153;
}
.AnyTagClassName
{
color: #AAC153;
}
</style>
background-color css
<style>
a { background-color: #AAC153; }
a { background-color: rgb(170,193,83); }
div.DivClassName
{
background-color: #AAC153;
}
.BgClassName
{
background-color: #AAC153;
}
</style>
border-color css
<style>
span { border-color: #AAC153; }
span { border-color: rgb(170,193,83); }
td.TdClassName
{
border-color: #AAC153;
}
.TagClassName
{
border-color: #AAC153;
}
</style>