Shades of Celery #AAC64D
Tints of Celery #AAC64D
RGB
CMYK
RGB Variations
Color information
#AAC64D (or 0xAAC64D) is known color: Celery. HEX triplet: AA, C6 and 4D. RGB value is (170,198,77). Sum of RGB (Red+Green+Blue) = 170+198+77=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC64D is #5539B2. Grayscale: #B0B0B0. Windows color (decimal): -5585331 or 5097130. OLE color: 5097130.
HSL color Cylindrical-coordinate representation of color #AAC64D: hue angle of 73.88º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAC64D is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 77 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.22 |
| HSL | 73.88º | 0.51% | 0.54% | - |
| HSV(B) | 73.88º | 0.61% | 0.78% | - |
| XYZ | 38.11 | 49.47 | 14.56 | - |
| YUV | 175.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 77 | 0.14 | 0 | 0.61 | 0.22 | 73.88 | 0.51 | 0.54 |
| Hex | AA | C6 | 4D | E | 0 | 3D | 16 | 4A | 33 | 36 |
| Octal | 252 | 306 | 115 | 16 | 0 | 75 | 26 | 112 | 63 | 66 |
| Binary | 10101010 | 11000110 | 1001101 | 1110 | 0 | 111101 | 10110 | 1001010 | 110011 | 110110 |
Color Harmonies of #AAC64D
Complementary color
Monochromatic Colors of #AAC64D
Black with #AAC64D
Text Example
Text Example
White with #AAC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC64D; }
p { color: rgb(170,198,77); }
H1.HeaderClassName
{
color: #AAC64D;
}
.AnyTagClassName
{
color: #AAC64D;
}
</style>
background-color css
<style>
a { background-color: #AAC64D; }
a { background-color: rgb(170,198,77); }
div.DivClassName
{
background-color: #AAC64D;
}
.BgClassName
{
background-color: #AAC64D;
}
</style>
border-color css
<style>
span { border-color: #AAC64D; }
span { border-color: rgb(170,198,77); }
td.TdClassName
{
border-color: #AAC64D;
}
.TagClassName
{
border-color: #AAC64D;
}
</style>