Shades of Celery #AAC85A
Tints of Celery #AAC85A
RGB
CMYK
RGB Variations
Color information
#AAC85A (or 0xAAC85A) is known color: Celery. HEX triplet: AA, C8 and 5A. RGB value is (170,200,90). Sum of RGB (Red+Green+Blue) = 170+200+90=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC85A is #5537A5. Grayscale: #B2B2B2. Windows color (decimal): -5584806 or 5949610. OLE color: 5949610.
HSL color Cylindrical-coordinate representation of color #AAC85A: hue angle of 76.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAC85A is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 90 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.22 |
| HSL | 76.36º | 0.5% | 0.57% | - |
| HSV(B) | 76.36º | 0.55% | 0.78% | - |
| XYZ | 39.08 | 50.59 | 17.38 | - |
| YUV | 178.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 90 | 0.15 | 0 | 0.55 | 0.22 | 76.36 | 0.5 | 0.57 |
| Hex | AA | C8 | 5A | F | 0 | 37 | 16 | 4C | 32 | 39 |
| Octal | 252 | 310 | 132 | 17 | 0 | 67 | 26 | 114 | 62 | 71 |
| Binary | 10101010 | 11001000 | 1011010 | 1111 | 0 | 110111 | 10110 | 1001100 | 110010 | 111001 |
Color Harmonies of #AAC85A
Complementary color
Monochromatic Colors of #AAC85A
Black with #AAC85A
Text Example
Text Example
White with #AAC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC85A; }
p { color: rgb(170,200,90); }
H1.HeaderClassName
{
color: #AAC85A;
}
.AnyTagClassName
{
color: #AAC85A;
}
</style>
background-color css
<style>
a { background-color: #AAC85A; }
a { background-color: rgb(170,200,90); }
div.DivClassName
{
background-color: #AAC85A;
}
.BgClassName
{
background-color: #AAC85A;
}
</style>
border-color css
<style>
span { border-color: #AAC85A; }
span { border-color: rgb(170,200,90); }
td.TdClassName
{
border-color: #AAC85A;
}
.TagClassName
{
border-color: #AAC85A;
}
</style>