Shades of Celery #AAC148
Tints of Celery #AAC148
RGB
CMYK
RGB Variations
Color information
#AAC148 (or 0xAAC148) is known color: Celery. HEX triplet: AA, C1 and 48. RGB value is (170,193,72). Sum of RGB (Red+Green+Blue) = 170+193+72=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC148 is #553EB7. Grayscale: #ACACAC. Windows color (decimal): -5586616 or 4768170. OLE color: 4768170.
HSL color Cylindrical-coordinate representation of color #AAC148: hue angle of 71.4º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAC148 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 72 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.24 |
| HSL | 71.4º | 0.49% | 0.52% | - |
| HSV(B) | 71.4º | 0.63% | 0.76% | - |
| XYZ | 36.82 | 47.15 | 13.29 | - |
| YUV | 172.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 72 | 0.12 | 0 | 0.63 | 0.24 | 71.4 | 0.49 | 0.52 |
| Hex | AA | C1 | 48 | C | 0 | 3F | 18 | 47 | 31 | 34 |
| Octal | 252 | 301 | 110 | 14 | 0 | 77 | 30 | 107 | 61 | 64 |
| Binary | 10101010 | 11000001 | 1001000 | 1100 | 0 | 111111 | 11000 | 1000111 | 110001 | 110100 |
Color Harmonies of #AAC148
Complementary color
Monochromatic Colors of #AAC148
Black with #AAC148
Text Example
Text Example
White with #AAC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC148; }
p { color: rgb(170,193,72); }
H1.HeaderClassName
{
color: #AAC148;
}
.AnyTagClassName
{
color: #AAC148;
}
</style>
background-color css
<style>
a { background-color: #AAC148; }
a { background-color: rgb(170,193,72); }
div.DivClassName
{
background-color: #AAC148;
}
.BgClassName
{
background-color: #AAC148;
}
</style>
border-color css
<style>
span { border-color: #AAC148; }
span { border-color: rgb(170,193,72); }
td.TdClassName
{
border-color: #AAC148;
}
.TagClassName
{
border-color: #AAC148;
}
</style>