Shades of Celery #AAC038
Tints of Celery #AAC038
RGB
CMYK
RGB Variations
Color information
#AAC038 (or 0xAAC038) is known color: Celery. HEX triplet: AA, C0 and 38. RGB value is (170,192,56). Sum of RGB (Red+Green+Blue) = 170+192+56=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC038 is #553FC7. Grayscale: #AAAAAA. Windows color (decimal): -5586888 or 3719338. OLE color: 3719338.
HSL color Cylindrical-coordinate representation of color #AAC038: hue angle of 69.71º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAC038 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 56 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.25 |
| HSL | 69.71º | 0.55% | 0.49% | - |
| HSV(B) | 69.71º | 0.71% | 0.75% | - |
| XYZ | 36.14 | 46.53 | 10.82 | - |
| YUV | 169.92 | 63.71 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 56 | 0.11 | 0 | 0.71 | 0.25 | 69.71 | 0.55 | 0.49 |
| Hex | AA | C0 | 38 | B | 0 | 47 | 19 | 46 | 37 | 31 |
| Octal | 252 | 300 | 70 | 13 | 0 | 107 | 31 | 106 | 67 | 61 |
| Binary | 10101010 | 11000000 | 111000 | 1011 | 0 | 1000111 | 11001 | 1000110 | 110111 | 110001 |
Color Harmonies of #AAC038
Complementary color
Monochromatic Colors of #AAC038
Black with #AAC038
Text Example
Text Example
White with #AAC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC038; }
p { color: rgb(170,192,56); }
H1.HeaderClassName
{
color: #AAC038;
}
.AnyTagClassName
{
color: #AAC038;
}
</style>
background-color css
<style>
a { background-color: #AAC038; }
a { background-color: rgb(170,192,56); }
div.DivClassName
{
background-color: #AAC038;
}
.BgClassName
{
background-color: #AAC038;
}
</style>
border-color css
<style>
span { border-color: #AAC038; }
span { border-color: rgb(170,192,56); }
td.TdClassName
{
border-color: #AAC038;
}
.TagClassName
{
border-color: #AAC038;
}
</style>