Shades of Celery #AAC64C
Tints of Celery #AAC64C
RGB
CMYK
RGB Variations
Color information
#AAC64C (or 0xAAC64C) is known color: Celery. HEX triplet: AA, C6 and 4C. RGB value is (170,198,76). Sum of RGB (Red+Green+Blue) = 170+198+76=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC64C is #5539B3. Grayscale: #B0B0B0. Windows color (decimal): -5585332 or 5031594. OLE color: 5031594.
HSL color Cylindrical-coordinate representation of color #AAC64C: hue angle of 73.77º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAC64C is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 76 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.22 |
| HSL | 73.77º | 0.52% | 0.54% | - |
| HSV(B) | 73.77º | 0.62% | 0.78% | - |
| XYZ | 38.08 | 49.46 | 14.38 | - |
| YUV | 175.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 76 | 0.14 | 0 | 0.62 | 0.22 | 73.77 | 0.52 | 0.54 |
| Hex | AA | C6 | 4C | E | 0 | 3E | 16 | 4A | 34 | 36 |
| Octal | 252 | 306 | 114 | 16 | 0 | 76 | 26 | 112 | 64 | 66 |
| Binary | 10101010 | 11000110 | 1001100 | 1110 | 0 | 111110 | 10110 | 1001010 | 110100 | 110110 |
Color Harmonies of #AAC64C
Complementary color
Monochromatic Colors of #AAC64C
Black with #AAC64C
Text Example
Text Example
White with #AAC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC64C; }
p { color: rgb(170,198,76); }
H1.HeaderClassName
{
color: #AAC64C;
}
.AnyTagClassName
{
color: #AAC64C;
}
</style>
background-color css
<style>
a { background-color: #AAC64C; }
a { background-color: rgb(170,198,76); }
div.DivClassName
{
background-color: #AAC64C;
}
.BgClassName
{
background-color: #AAC64C;
}
</style>
border-color css
<style>
span { border-color: #AAC64C; }
span { border-color: rgb(170,198,76); }
td.TdClassName
{
border-color: #AAC64C;
}
.TagClassName
{
border-color: #AAC64C;
}
</style>