Shades of Celery #AABF40
Tints of Celery #AABF40
RGB
CMYK
RGB Variations
Color information
#AABF40 (or 0xAABF40) is known color: Celery. HEX triplet: AA, BF and 40. RGB value is (170,191,64). Sum of RGB (Red+Green+Blue) = 170+191+64=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF40 is #5540BF. Grayscale: #AAAAAA. Windows color (decimal): -5587136 or 4243370. OLE color: 4243370.
HSL color Cylindrical-coordinate representation of color #AABF40: hue angle of 69.92º 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 #AABF40 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 64 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.25 |
| HSL | 69.92º | 0.5% | 0.5% | - |
| HSV(B) | 69.92º | 0.66% | 0.75% | - |
| XYZ | 36.13 | 46.18 | 11.86 | - |
| YUV | 170.24 | 68.04 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 64 | 0.11 | 0 | 0.66 | 0.25 | 69.92 | 0.5 | 0.5 |
| Hex | AA | BF | 40 | B | 0 | 42 | 19 | 46 | 32 | 32 |
| Octal | 252 | 277 | 100 | 13 | 0 | 102 | 31 | 106 | 62 | 62 |
| Binary | 10101010 | 10111111 | 1000000 | 1011 | 0 | 1000010 | 11001 | 1000110 | 110010 | 110010 |
Color Harmonies of #AABF40
Complementary color
Monochromatic Colors of #AABF40
Black with #AABF40
Text Example
Text Example
White with #AABF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF40; }
p { color: rgb(170,191,64); }
H1.HeaderClassName
{
color: #AABF40;
}
.AnyTagClassName
{
color: #AABF40;
}
</style>
background-color css
<style>
a { background-color: #AABF40; }
a { background-color: rgb(170,191,64); }
div.DivClassName
{
background-color: #AABF40;
}
.BgClassName
{
background-color: #AABF40;
}
</style>
border-color css
<style>
span { border-color: #AABF40; }
span { border-color: rgb(170,191,64); }
td.TdClassName
{
border-color: #AABF40;
}
.TagClassName
{
border-color: #AABF40;
}
</style>