Shades of Feijoa #AEDA90
Tints of Feijoa #AEDA90
RGB
CMYK
RGB Variations
Color information
#AEDA90 (or 0xAEDA90) is known color: Feijoa. HEX triplet: AE, DA and 90. RGB value is (174,218,144). Sum of RGB (Red+Green+Blue) = 174+218+144=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA90 is #51256F. Grayscale: #C4C4C4. Windows color (decimal): -5318000 or 9493166. OLE color: 9493166.
HSL color Cylindrical-coordinate representation of color #AEDA90: hue angle of 95.68º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEDA90 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 144 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.15 |
| HSL | 95.68º | 0.5% | 0.71% | - |
| HSV(B) | 95.68º | 0.34% | 0.85% | - |
| XYZ | 47.56 | 61.16 | 35.68 | - |
| YUV | 196.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 144 | 0.20 | 0 | 0.34 | 0.15 | 95.68 | 0.5 | 0.71 |
| Hex | AE | DA | 90 | 14 | 0 | 22 | F | 60 | 32 | 47 |
| Octal | 256 | 332 | 220 | 24 | 0 | 42 | 17 | 140 | 62 | 107 |
| Binary | 10101110 | 11011010 | 10010000 | 10100 | 0 | 100010 | 1111 | 1100000 | 110010 | 1000111 |
Color Harmonies of #AEDA90
Complementary color
Monochromatic Colors of #AEDA90
Black with #AEDA90
Text Example
Text Example
White with #AEDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA90; }
p { color: rgb(174,218,144); }
H1.HeaderClassName
{
color: #AEDA90;
}
.AnyTagClassName
{
color: #AEDA90;
}
</style>
background-color css
<style>
a { background-color: #AEDA90; }
a { background-color: rgb(174,218,144); }
div.DivClassName
{
background-color: #AEDA90;
}
.BgClassName
{
background-color: #AEDA90;
}
</style>
border-color css
<style>
span { border-color: #AEDA90; }
span { border-color: rgb(174,218,144); }
td.TdClassName
{
border-color: #AEDA90;
}
.TagClassName
{
border-color: #AEDA90;
}
</style>