Shades of Feijoa #AEDC8D
Tints of Feijoa #AEDC8D
RGB
CMYK
RGB Variations
Color information
#AEDC8D (or 0xAEDC8D) is known color: Feijoa. HEX triplet: AE, DC and 8D. RGB value is (174,220,141). Sum of RGB (Red+Green+Blue) = 174+220+141=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC8D is #512372. Grayscale: #C5C5C5. Windows color (decimal): -5317491 or 9297070. OLE color: 9297070.
HSL color Cylindrical-coordinate representation of color #AEDC8D: hue angle of 94.94º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEDC8D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 141 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.14 |
| HSL | 94.94º | 0.53% | 0.71% | - |
| HSV(B) | 94.94º | 0.36% | 0.86% | - |
| XYZ | 47.86 | 62.11 | 34.67 | - |
| YUV | 197.24 | 96.26 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 141 | 0.21 | 0 | 0.36 | 0.14 | 94.94 | 0.53 | 0.71 |
| Hex | AE | DC | 8D | 15 | 0 | 24 | E | 5F | 35 | 47 |
| Octal | 256 | 334 | 215 | 25 | 0 | 44 | 16 | 137 | 65 | 107 |
| Binary | 10101110 | 11011100 | 10001101 | 10101 | 0 | 100100 | 1110 | 1011111 | 110101 | 1000111 |
Color Harmonies of #AEDC8D
Complementary color
Monochromatic Colors of #AEDC8D
Black with #AEDC8D
Text Example
Text Example
White with #AEDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC8D; }
p { color: rgb(174,220,141); }
H1.HeaderClassName
{
color: #AEDC8D;
}
.AnyTagClassName
{
color: #AEDC8D;
}
</style>
background-color css
<style>
a { background-color: #AEDC8D; }
a { background-color: rgb(174,220,141); }
div.DivClassName
{
background-color: #AEDC8D;
}
.BgClassName
{
background-color: #AEDC8D;
}
</style>
border-color css
<style>
span { border-color: #AEDC8D; }
span { border-color: rgb(174,220,141); }
td.TdClassName
{
border-color: #AEDC8D;
}
.TagClassName
{
border-color: #AEDC8D;
}
</style>