Shades of Celery #AAC94A
Tints of Celery #AAC94A
RGB
CMYK
RGB Variations
Color information
#AAC94A (or 0xAAC94A) is known color: Celery. HEX triplet: AA, C9 and 4A. RGB value is (170,201,74). Sum of RGB (Red+Green+Blue) = 170+201+74=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC94A is #5536B5. Grayscale: #B1B1B1. Windows color (decimal): -5584566 or 4901290. OLE color: 4901290.
HSL color Cylindrical-coordinate representation of color #AAC94A: hue angle of 74.65º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAC94A is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 74 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.21 |
| HSL | 74.65º | 0.54% | 0.54% | - |
| HSV(B) | 74.65º | 0.63% | 0.79% | - |
| XYZ | 38.7 | 50.81 | 14.25 | - |
| YUV | 177.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 74 | 0.15 | 0 | 0.63 | 0.21 | 74.65 | 0.54 | 0.54 |
| Hex | AA | C9 | 4A | F | 0 | 3F | 15 | 4B | 36 | 36 |
| Octal | 252 | 311 | 112 | 17 | 0 | 77 | 25 | 113 | 66 | 66 |
| Binary | 10101010 | 11001001 | 1001010 | 1111 | 0 | 111111 | 10101 | 1001011 | 110110 | 110110 |
Color Harmonies of #AAC94A
Complementary color
Monochromatic Colors of #AAC94A
Black with #AAC94A
Text Example
Text Example
White with #AAC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC94A; }
p { color: rgb(170,201,74); }
H1.HeaderClassName
{
color: #AAC94A;
}
.AnyTagClassName
{
color: #AAC94A;
}
</style>
background-color css
<style>
a { background-color: #AAC94A; }
a { background-color: rgb(170,201,74); }
div.DivClassName
{
background-color: #AAC94A;
}
.BgClassName
{
background-color: #AAC94A;
}
</style>
border-color css
<style>
span { border-color: #AAC94A; }
span { border-color: rgb(170,201,74); }
td.TdClassName
{
border-color: #AAC94A;
}
.TagClassName
{
border-color: #AAC94A;
}
</style>