Shades of Celery #AAC039
Tints of Celery #AAC039
RGB
CMYK
RGB Variations
Color information
#AAC039 (or 0xAAC039) is known color: Celery. HEX triplet: AA, C0 and 39. RGB value is (170,192,57). Sum of RGB (Red+Green+Blue) = 170+192+57=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC039 is #553FC6. Grayscale: #AAAAAA. Windows color (decimal): -5586887 or 3784874. OLE color: 3784874.
HSL color Cylindrical-coordinate representation of color #AAC039: hue angle of 69.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAC039 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 57 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.25 |
| HSL | 69.78º | 0.54% | 0.49% | - |
| HSV(B) | 69.78º | 0.7% | 0.75% | - |
| XYZ | 36.17 | 46.54 | 10.95 | - |
| YUV | 170.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 57 | 0.11 | 0 | 0.70 | 0.25 | 69.78 | 0.54 | 0.49 |
| Hex | AA | C0 | 39 | B | 0 | 46 | 19 | 46 | 36 | 31 |
| Octal | 252 | 300 | 71 | 13 | 0 | 106 | 31 | 106 | 66 | 61 |
| Binary | 10101010 | 11000000 | 111001 | 1011 | 0 | 1000110 | 11001 | 1000110 | 110110 | 110001 |
Color Harmonies of #AAC039
Complementary color
Monochromatic Colors of #AAC039
Black with #AAC039
Text Example
Text Example
White with #AAC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC039; }
p { color: rgb(170,192,57); }
H1.HeaderClassName
{
color: #AAC039;
}
.AnyTagClassName
{
color: #AAC039;
}
</style>
background-color css
<style>
a { background-color: #AAC039; }
a { background-color: rgb(170,192,57); }
div.DivClassName
{
background-color: #AAC039;
}
.BgClassName
{
background-color: #AAC039;
}
</style>
border-color css
<style>
span { border-color: #AAC039; }
span { border-color: rgb(170,192,57); }
td.TdClassName
{
border-color: #AAC039;
}
.TagClassName
{
border-color: #AAC039;
}
</style>