Shades of Celery #AAC041
Tints of Celery #AAC041
RGB
CMYK
RGB Variations
Color information
#AAC041 (or 0xAAC041) is known color: Celery. HEX triplet: AA, C0 and 41. RGB value is (170,192,65). Sum of RGB (Red+Green+Blue) = 170+192+65=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC041 is #553FBE. Grayscale: #ABABAB. Windows color (decimal): -5586879 or 4309162. OLE color: 4309162.
HSL color Cylindrical-coordinate representation of color #AAC041: hue angle of 70.39º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAC041 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 65 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.25 |
| HSL | 70.39º | 0.5% | 0.5% | - |
| HSV(B) | 70.39º | 0.66% | 0.75% | - |
| XYZ | 36.38 | 46.63 | 12.08 | - |
| YUV | 170.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 65 | 0.11 | 0 | 0.66 | 0.25 | 70.39 | 0.5 | 0.5 |
| Hex | AA | C0 | 41 | B | 0 | 42 | 19 | 46 | 32 | 32 |
| Octal | 252 | 300 | 101 | 13 | 0 | 102 | 31 | 106 | 62 | 62 |
| Binary | 10101010 | 11000000 | 1000001 | 1011 | 0 | 1000010 | 11001 | 1000110 | 110010 | 110010 |
Color Harmonies of #AAC041
Complementary color
Monochromatic Colors of #AAC041
Black with #AAC041
Text Example
Text Example
White with #AAC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC041; }
p { color: rgb(170,192,65); }
H1.HeaderClassName
{
color: #AAC041;
}
.AnyTagClassName
{
color: #AAC041;
}
</style>
background-color css
<style>
a { background-color: #AAC041; }
a { background-color: rgb(170,192,65); }
div.DivClassName
{
background-color: #AAC041;
}
.BgClassName
{
background-color: #AAC041;
}
</style>
border-color css
<style>
span { border-color: #AAC041; }
span { border-color: rgb(170,192,65); }
td.TdClassName
{
border-color: #AAC041;
}
.TagClassName
{
border-color: #AAC041;
}
</style>