Shades of Celery #AAC94F
Tints of Celery #AAC94F
RGB
CMYK
RGB Variations
Color information
#AAC94F (or 0xAAC94F) is known color: Celery. HEX triplet: AA, C9 and 4F. RGB value is (170,201,79). Sum of RGB (Red+Green+Blue) = 170+201+79=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC94F is #5536B0. Grayscale: #B2B2B2. Windows color (decimal): -5584561 or 5228970. OLE color: 5228970.
HSL color Cylindrical-coordinate representation of color #AAC94F: hue angle of 75.25º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAC94F is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 79 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.21 |
| HSL | 75.25º | 0.53% | 0.55% | - |
| HSV(B) | 75.25º | 0.61% | 0.79% | - |
| XYZ | 38.88 | 50.88 | 15.17 | - |
| YUV | 177.82 | 72.23 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 79 | 0.15 | 0 | 0.61 | 0.21 | 75.25 | 0.53 | 0.55 |
| Hex | AA | C9 | 4F | F | 0 | 3D | 15 | 4B | 35 | 37 |
| Octal | 252 | 311 | 117 | 17 | 0 | 75 | 25 | 113 | 65 | 67 |
| Binary | 10101010 | 11001001 | 1001111 | 1111 | 0 | 111101 | 10101 | 1001011 | 110101 | 110111 |
Color Harmonies of #AAC94F
Complementary color
Monochromatic Colors of #AAC94F
Black with #AAC94F
Text Example
Text Example
White with #AAC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC94F; }
p { color: rgb(170,201,79); }
H1.HeaderClassName
{
color: #AAC94F;
}
.AnyTagClassName
{
color: #AAC94F;
}
</style>
background-color css
<style>
a { background-color: #AAC94F; }
a { background-color: rgb(170,201,79); }
div.DivClassName
{
background-color: #AAC94F;
}
.BgClassName
{
background-color: #AAC94F;
}
</style>
border-color css
<style>
span { border-color: #AAC94F; }
span { border-color: rgb(170,201,79); }
td.TdClassName
{
border-color: #AAC94F;
}
.TagClassName
{
border-color: #AAC94F;
}
</style>