Shades of Feijoa #AADE80
Tints of Feijoa #AADE80
RGB
CMYK
RGB Variations
Color information
#AADE80 (or 0xAADE80) is known color: Feijoa. HEX triplet: AA, DE and 80. RGB value is (170,222,128). Sum of RGB (Red+Green+Blue) = 170+222+128=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE80 is #55217F. Grayscale: #C4C4C4. Windows color (decimal): -5579136 or 8445610. OLE color: 8445610.
HSL color Cylindrical-coordinate representation of color #AADE80: hue angle of 93.19º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AADE80 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 128 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.13 |
| HSL | 93.19º | 0.59% | 0.69% | - |
| HSV(B) | 93.19º | 0.42% | 0.87% | - |
| XYZ | 46.6 | 62.35 | 30 | - |
| YUV | 195.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 128 | 0.23 | 0 | 0.42 | 0.13 | 93.19 | 0.59 | 0.69 |
| Hex | AA | DE | 80 | 17 | 0 | 2A | D | 5D | 3B | 45 |
| Octal | 252 | 336 | 200 | 27 | 0 | 52 | 15 | 135 | 73 | 105 |
| Binary | 10101010 | 11011110 | 10000000 | 10111 | 0 | 101010 | 1101 | 1011101 | 111011 | 1000101 |
Color Harmonies of #AADE80
Complementary color
Monochromatic Colors of #AADE80
Black with #AADE80
Text Example
Text Example
White with #AADE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADE80; }
p { color: rgb(170,222,128); }
H1.HeaderClassName
{
color: #AADE80;
}
.AnyTagClassName
{
color: #AADE80;
}
</style>
background-color css
<style>
a { background-color: #AADE80; }
a { background-color: rgb(170,222,128); }
div.DivClassName
{
background-color: #AADE80;
}
.BgClassName
{
background-color: #AADE80;
}
</style>
border-color css
<style>
span { border-color: #AADE80; }
span { border-color: rgb(170,222,128); }
td.TdClassName
{
border-color: #AADE80;
}
.TagClassName
{
border-color: #AADE80;
}
</style>