Shades of Celery #AAC45C
Tints of Celery #AAC45C
RGB
CMYK
RGB Variations
Color information
#AAC45C (or 0xAAC45C) is known color: Celery. HEX triplet: AA, C4 and 5C. RGB value is (170,196,92). Sum of RGB (Red+Green+Blue) = 170+196+92=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC45C is #553BA3. Grayscale: #B0B0B0. Windows color (decimal): -5585828 or 6079658. OLE color: 6079658.
HSL color Cylindrical-coordinate representation of color #AAC45C: hue angle of 75º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAC45C is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 92 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.23 |
| HSL | 75º | 0.47% | 0.56% | - |
| HSV(B) | 75º | 0.53% | 0.77% | - |
| XYZ | 38.25 | 48.8 | 17.53 | - |
| YUV | 176.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 92 | 0.13 | 0 | 0.53 | 0.23 | 75 | 0.47 | 0.56 |
| Hex | AA | C4 | 5C | D | 0 | 35 | 17 | 4B | 2F | 38 |
| Octal | 252 | 304 | 134 | 15 | 0 | 65 | 27 | 113 | 57 | 70 |
| Binary | 10101010 | 11000100 | 1011100 | 1101 | 0 | 110101 | 10111 | 1001011 | 101111 | 111000 |
Color Harmonies of #AAC45C
Complementary color
Monochromatic Colors of #AAC45C
Black with #AAC45C
Text Example
Text Example
White with #AAC45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC45C; }
p { color: rgb(170,196,92); }
H1.HeaderClassName
{
color: #AAC45C;
}
.AnyTagClassName
{
color: #AAC45C;
}
</style>
background-color css
<style>
a { background-color: #AAC45C; }
a { background-color: rgb(170,196,92); }
div.DivClassName
{
background-color: #AAC45C;
}
.BgClassName
{
background-color: #AAC45C;
}
</style>
border-color css
<style>
span { border-color: #AAC45C; }
span { border-color: rgb(170,196,92); }
td.TdClassName
{
border-color: #AAC45C;
}
.TagClassName
{
border-color: #AAC45C;
}
</style>