Shades of Feijoa #AEDC90
Tints of Feijoa #AEDC90
RGB
CMYK
RGB Variations
Color information
#AEDC90 (or 0xAEDC90) is known color: Feijoa. HEX triplet: AE, DC and 90. RGB value is (174,220,144). Sum of RGB (Red+Green+Blue) = 174+220+144=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC90 is #51236F. Grayscale: #C5C5C5. Windows color (decimal): -5317488 or 9493678. OLE color: 9493678.
HSL color Cylindrical-coordinate representation of color #AEDC90: hue angle of 96.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEDC90 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 144 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.14 |
| HSL | 96.32º | 0.52% | 0.71% | - |
| HSV(B) | 96.32º | 0.35% | 0.86% | - |
| XYZ | 48.08 | 62.2 | 35.86 | - |
| YUV | 197.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 144 | 0.21 | 0 | 0.35 | 0.14 | 96.32 | 0.52 | 0.71 |
| Hex | AE | DC | 90 | 15 | 0 | 23 | E | 60 | 34 | 47 |
| Octal | 256 | 334 | 220 | 25 | 0 | 43 | 16 | 140 | 64 | 107 |
| Binary | 10101110 | 11011100 | 10010000 | 10101 | 0 | 100011 | 1110 | 1100000 | 110100 | 1000111 |
Color Harmonies of #AEDC90
Complementary color
Monochromatic Colors of #AEDC90
Black with #AEDC90
Text Example
Text Example
White with #AEDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC90; }
p { color: rgb(174,220,144); }
H1.HeaderClassName
{
color: #AEDC90;
}
.AnyTagClassName
{
color: #AEDC90;
}
</style>
background-color css
<style>
a { background-color: #AEDC90; }
a { background-color: rgb(174,220,144); }
div.DivClassName
{
background-color: #AEDC90;
}
.BgClassName
{
background-color: #AEDC90;
}
</style>
border-color css
<style>
span { border-color: #AEDC90; }
span { border-color: rgb(174,220,144); }
td.TdClassName
{
border-color: #AEDC90;
}
.TagClassName
{
border-color: #AEDC90;
}
</style>