Shades of Celery #AAC046
Tints of Celery #AAC046
RGB
CMYK
RGB Variations
Color information
#AAC046 (or 0xAAC046) is known color: Celery. HEX triplet: AA, C0 and 46. RGB value is (170,192,70). Sum of RGB (Red+Green+Blue) = 170+192+70=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC046 is #553FB9. Grayscale: #ABABAB. Windows color (decimal): -5586874 or 4636842. OLE color: 4636842.
HSL color Cylindrical-coordinate representation of color #AAC046: hue angle of 70.82º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAC046 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 70 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.25 |
| HSL | 70.82º | 0.49% | 0.51% | - |
| HSV(B) | 70.82º | 0.64% | 0.75% | - |
| XYZ | 36.53 | 46.69 | 12.88 | - |
| YUV | 171.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 70 | 0.11 | 0 | 0.64 | 0.25 | 70.82 | 0.49 | 0.51 |
| Hex | AA | C0 | 46 | B | 0 | 40 | 19 | 47 | 31 | 33 |
| Octal | 252 | 300 | 106 | 13 | 0 | 100 | 31 | 107 | 61 | 63 |
| Binary | 10101010 | 11000000 | 1000110 | 1011 | 0 | 1000000 | 11001 | 1000111 | 110001 | 110011 |
Color Harmonies of #AAC046
Complementary color
Monochromatic Colors of #AAC046
Black with #AAC046
Text Example
Text Example
White with #AAC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC046; }
p { color: rgb(170,192,70); }
H1.HeaderClassName
{
color: #AAC046;
}
.AnyTagClassName
{
color: #AAC046;
}
</style>
background-color css
<style>
a { background-color: #AAC046; }
a { background-color: rgb(170,192,70); }
div.DivClassName
{
background-color: #AAC046;
}
.BgClassName
{
background-color: #AAC046;
}
</style>
border-color css
<style>
span { border-color: #AAC046; }
span { border-color: rgb(170,192,70); }
td.TdClassName
{
border-color: #AAC046;
}
.TagClassName
{
border-color: #AAC046;
}
</style>