Shades of Celery #AAC140
Tints of Celery #AAC140
RGB
CMYK
RGB Variations
Color information
#AAC140 (or 0xAAC140) is known color: Celery. HEX triplet: AA, C1 and 40. RGB value is (170,193,64). Sum of RGB (Red+Green+Blue) = 170+193+64=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC140 is #553EBF. Grayscale: #ABABAB. Windows color (decimal): -5586624 or 4243882. OLE color: 4243882.
HSL color Cylindrical-coordinate representation of color #AAC140: hue angle of 70.7º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAC140 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 64 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.24 |
| HSL | 70.7º | 0.51% | 0.5% | - |
| HSV(B) | 70.7º | 0.67% | 0.76% | - |
| XYZ | 36.57 | 47.06 | 12.01 | - |
| YUV | 171.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 64 | 0.12 | 0 | 0.67 | 0.24 | 70.7 | 0.51 | 0.5 |
| Hex | AA | C1 | 40 | C | 0 | 43 | 18 | 47 | 33 | 32 |
| Octal | 252 | 301 | 100 | 14 | 0 | 103 | 30 | 107 | 63 | 62 |
| Binary | 10101010 | 11000001 | 1000000 | 1100 | 0 | 1000011 | 11000 | 1000111 | 110011 | 110010 |
Color Harmonies of #AAC140
Complementary color
Monochromatic Colors of #AAC140
Black with #AAC140
Text Example
Text Example
White with #AAC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC140; }
p { color: rgb(170,193,64); }
H1.HeaderClassName
{
color: #AAC140;
}
.AnyTagClassName
{
color: #AAC140;
}
</style>
background-color css
<style>
a { background-color: #AAC140; }
a { background-color: rgb(170,193,64); }
div.DivClassName
{
background-color: #AAC140;
}
.BgClassName
{
background-color: #AAC140;
}
</style>
border-color css
<style>
span { border-color: #AAC140; }
span { border-color: rgb(170,193,64); }
td.TdClassName
{
border-color: #AAC140;
}
.TagClassName
{
border-color: #AAC140;
}
</style>