Shades of Celery #AAC048
Tints of Celery #AAC048
RGB
CMYK
RGB Variations
Color information
#AAC048 (or 0xAAC048) is known color: Celery. HEX triplet: AA, C0 and 48. RGB value is (170,192,72). Sum of RGB (Red+Green+Blue) = 170+192+72=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC048 is #553FB7. Grayscale: #ACACAC. Windows color (decimal): -5586872 or 4767914. OLE color: 4767914.
HSL color Cylindrical-coordinate representation of color #AAC048: hue angle of 71º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAC048 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 72 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.25 |
| HSL | 71º | 0.49% | 0.52% | - |
| HSV(B) | 71º | 0.63% | 0.75% | - |
| XYZ | 36.6 | 46.71 | 13.22 | - |
| YUV | 171.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 72 | 0.11 | 0 | 0.63 | 0.25 | 71 | 0.49 | 0.52 |
| Hex | AA | C0 | 48 | B | 0 | 3F | 19 | 47 | 31 | 34 |
| Octal | 252 | 300 | 110 | 13 | 0 | 77 | 31 | 107 | 61 | 64 |
| Binary | 10101010 | 11000000 | 1001000 | 1011 | 0 | 111111 | 11001 | 1000111 | 110001 | 110100 |
Color Harmonies of #AAC048
Complementary color
Monochromatic Colors of #AAC048
Black with #AAC048
Text Example
Text Example
White with #AAC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC048; }
p { color: rgb(170,192,72); }
H1.HeaderClassName
{
color: #AAC048;
}
.AnyTagClassName
{
color: #AAC048;
}
</style>
background-color css
<style>
a { background-color: #AAC048; }
a { background-color: rgb(170,192,72); }
div.DivClassName
{
background-color: #AAC048;
}
.BgClassName
{
background-color: #AAC048;
}
</style>
border-color css
<style>
span { border-color: #AAC048; }
span { border-color: rgb(170,192,72); }
td.TdClassName
{
border-color: #AAC048;
}
.TagClassName
{
border-color: #AAC048;
}
</style>