Shades of Celery #AAC752
Tints of Celery #AAC752
RGB
CMYK
RGB Variations
Color information
#AAC752 (or 0xAAC752) is known color: Celery. HEX triplet: AA, C7 and 52. RGB value is (170,199,82). Sum of RGB (Red+Green+Blue) = 170+199+82=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC752 is #5538AD. Grayscale: #B1B1B1. Windows color (decimal): -5585070 or 5425066. OLE color: 5425066.
HSL color Cylindrical-coordinate representation of color #AAC752: hue angle of 74.87º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAC752 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 82 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.22 |
| HSL | 74.87º | 0.51% | 0.55% | - |
| HSV(B) | 74.87º | 0.59% | 0.78% | - |
| XYZ | 38.52 | 50 | 15.6 | - |
| YUV | 176.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 82 | 0.15 | 0 | 0.59 | 0.22 | 74.87 | 0.51 | 0.55 |
| Hex | AA | C7 | 52 | F | 0 | 3B | 16 | 4B | 33 | 37 |
| Octal | 252 | 307 | 122 | 17 | 0 | 73 | 26 | 113 | 63 | 67 |
| Binary | 10101010 | 11000111 | 1010010 | 1111 | 0 | 111011 | 10110 | 1001011 | 110011 | 110111 |
Color Harmonies of #AAC752
Complementary color
Monochromatic Colors of #AAC752
Black with #AAC752
Text Example
Text Example
White with #AAC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC752; }
p { color: rgb(170,199,82); }
H1.HeaderClassName
{
color: #AAC752;
}
.AnyTagClassName
{
color: #AAC752;
}
</style>
background-color css
<style>
a { background-color: #AAC752; }
a { background-color: rgb(170,199,82); }
div.DivClassName
{
background-color: #AAC752;
}
.BgClassName
{
background-color: #AAC752;
}
</style>
border-color css
<style>
span { border-color: #AAC752; }
span { border-color: rgb(170,199,82); }
td.TdClassName
{
border-color: #AAC752;
}
.TagClassName
{
border-color: #AAC752;
}
</style>