Shades of Feijoa #AEDC7E
Tints of Feijoa #AEDC7E
RGB
CMYK
RGB Variations
Color information
#AEDC7E (or 0xAEDC7E) is known color: Feijoa. HEX triplet: AE, DC and 7E. RGB value is (174,220,126). Sum of RGB (Red+Green+Blue) = 174+220+126=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC7E is #512381. Grayscale: #C3C3C3. Windows color (decimal): -5317506 or 8314030. OLE color: 8314030.
HSL color Cylindrical-coordinate representation of color #AEDC7E: hue angle of 89.36º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEDC7E is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 126 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.14 |
| HSL | 89.36º | 0.57% | 0.68% | - |
| HSV(B) | 89.36º | 0.43% | 0.86% | - |
| XYZ | 46.81 | 61.69 | 29.18 | - |
| YUV | 195.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 126 | 0.21 | 0 | 0.43 | 0.14 | 89.36 | 0.57 | 0.68 |
| Hex | AE | DC | 7E | 15 | 0 | 2B | E | 59 | 39 | 44 |
| Octal | 256 | 334 | 176 | 25 | 0 | 53 | 16 | 131 | 71 | 104 |
| Binary | 10101110 | 11011100 | 1111110 | 10101 | 0 | 101011 | 1110 | 1011001 | 111001 | 1000100 |
Color Harmonies of #AEDC7E
Complementary color
Monochromatic Colors of #AEDC7E
Black with #AEDC7E
Text Example
Text Example
White with #AEDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC7E; }
p { color: rgb(174,220,126); }
H1.HeaderClassName
{
color: #AEDC7E;
}
.AnyTagClassName
{
color: #AEDC7E;
}
</style>
background-color css
<style>
a { background-color: #AEDC7E; }
a { background-color: rgb(174,220,126); }
div.DivClassName
{
background-color: #AEDC7E;
}
.BgClassName
{
background-color: #AEDC7E;
}
</style>
border-color css
<style>
span { border-color: #AEDC7E; }
span { border-color: rgb(174,220,126); }
td.TdClassName
{
border-color: #AEDC7E;
}
.TagClassName
{
border-color: #AEDC7E;
}
</style>