Shades of Celery #AABD40
Tints of Celery #AABD40
RGB
CMYK
RGB Variations
Color information
#AABD40 (or 0xAABD40) is known color: Celery. HEX triplet: AA, BD and 40. RGB value is (170,189,64). Sum of RGB (Red+Green+Blue) = 170+189+64=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD40 is #5542BF. Grayscale: #A9A9A9. Windows color (decimal): -5587648 or 4242858. OLE color: 4242858.
HSL color Cylindrical-coordinate representation of color #AABD40: hue angle of 69.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AABD40 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 64 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.26 |
| HSL | 69.12º | 0.49% | 0.5% | - |
| HSV(B) | 69.12º | 0.66% | 0.74% | - |
| XYZ | 35.7 | 45.31 | 11.71 | - |
| YUV | 169.07 | 68.71 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 64 | 0.10 | 0 | 0.66 | 0.26 | 69.12 | 0.49 | 0.5 |
| Hex | AA | BD | 40 | A | 0 | 42 | 1A | 45 | 31 | 32 |
| Octal | 252 | 275 | 100 | 12 | 0 | 102 | 32 | 105 | 61 | 62 |
| Binary | 10101010 | 10111101 | 1000000 | 1010 | 0 | 1000010 | 11010 | 1000101 | 110001 | 110010 |
Color Harmonies of #AABD40
Complementary color
Monochromatic Colors of #AABD40
Black with #AABD40
Text Example
Text Example
White with #AABD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD40; }
p { color: rgb(170,189,64); }
H1.HeaderClassName
{
color: #AABD40;
}
.AnyTagClassName
{
color: #AABD40;
}
</style>
background-color css
<style>
a { background-color: #AABD40; }
a { background-color: rgb(170,189,64); }
div.DivClassName
{
background-color: #AABD40;
}
.BgClassName
{
background-color: #AABD40;
}
</style>
border-color css
<style>
span { border-color: #AABD40; }
span { border-color: rgb(170,189,64); }
td.TdClassName
{
border-color: #AABD40;
}
.TagClassName
{
border-color: #AABD40;
}
</style>