Shades of Celery #AAC058
Tints of Celery #AAC058
RGB
CMYK
RGB Variations
Color information
#AAC058 (or 0xAAC058) is known color: Celery. HEX triplet: AA, C0 and 58. RGB value is (170,192,88). Sum of RGB (Red+Green+Blue) = 170+192+88=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC058 is #553FA7. Grayscale: #ADADAD. Windows color (decimal): -5586856 or 5816490. OLE color: 5816490.
HSL color Cylindrical-coordinate representation of color #AAC058: hue angle of 72.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAC058 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 88 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.25 |
| HSL | 72.69º | 0.45% | 0.55% | - |
| HSV(B) | 72.69º | 0.54% | 0.75% | - |
| XYZ | 37.19 | 46.95 | 16.33 | - |
| YUV | 173.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 88 | 0.11 | 0 | 0.54 | 0.25 | 72.69 | 0.45 | 0.55 |
| Hex | AA | C0 | 58 | B | 0 | 36 | 19 | 49 | 2D | 37 |
| Octal | 252 | 300 | 130 | 13 | 0 | 66 | 31 | 111 | 55 | 67 |
| Binary | 10101010 | 11000000 | 1011000 | 1011 | 0 | 110110 | 11001 | 1001001 | 101101 | 110111 |
Color Harmonies of #AAC058
Complementary color
Monochromatic Colors of #AAC058
Black with #AAC058
Text Example
Text Example
White with #AAC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC058; }
p { color: rgb(170,192,88); }
H1.HeaderClassName
{
color: #AAC058;
}
.AnyTagClassName
{
color: #AAC058;
}
</style>
background-color css
<style>
a { background-color: #AAC058; }
a { background-color: rgb(170,192,88); }
div.DivClassName
{
background-color: #AAC058;
}
.BgClassName
{
background-color: #AAC058;
}
</style>
border-color css
<style>
span { border-color: #AAC058; }
span { border-color: rgb(170,192,88); }
td.TdClassName
{
border-color: #AAC058;
}
.TagClassName
{
border-color: #AAC058;
}
</style>