Shades of Celery #AAC24D
Tints of Celery #AAC24D
RGB
CMYK
RGB Variations
Color information
#AAC24D (or 0xAAC24D) is known color: Celery. HEX triplet: AA, C2 and 4D. RGB value is (170,194,77). Sum of RGB (Red+Green+Blue) = 170+194+77=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC24D is #553DB2. Grayscale: #ADADAD. Windows color (decimal): -5586355 or 5096106. OLE color: 5096106.
HSL color Cylindrical-coordinate representation of color #AAC24D: hue angle of 72.31º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAC24D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 77 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.24 |
| HSL | 72.31º | 0.49% | 0.53% | - |
| HSV(B) | 72.31º | 0.6% | 0.76% | - |
| XYZ | 37.21 | 47.67 | 14.26 | - |
| YUV | 173.49 | 73.55 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 77 | 0.12 | 0 | 0.60 | 0.24 | 72.31 | 0.49 | 0.53 |
| Hex | AA | C2 | 4D | C | 0 | 3C | 18 | 48 | 31 | 35 |
| Octal | 252 | 302 | 115 | 14 | 0 | 74 | 30 | 110 | 61 | 65 |
| Binary | 10101010 | 11000010 | 1001101 | 1100 | 0 | 111100 | 11000 | 1001000 | 110001 | 110101 |
Color Harmonies of #AAC24D
Complementary color
Monochromatic Colors of #AAC24D
Black with #AAC24D
Text Example
Text Example
White with #AAC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC24D; }
p { color: rgb(170,194,77); }
H1.HeaderClassName
{
color: #AAC24D;
}
.AnyTagClassName
{
color: #AAC24D;
}
</style>
background-color css
<style>
a { background-color: #AAC24D; }
a { background-color: rgb(170,194,77); }
div.DivClassName
{
background-color: #AAC24D;
}
.BgClassName
{
background-color: #AAC24D;
}
</style>
border-color css
<style>
span { border-color: #AAC24D; }
span { border-color: rgb(170,194,77); }
td.TdClassName
{
border-color: #AAC24D;
}
.TagClassName
{
border-color: #AAC24D;
}
</style>