Shades of Feijoa #AEDC8F
Tints of Feijoa #AEDC8F
RGB
CMYK
RGB Variations
Color information
#AEDC8F (or 0xAEDC8F) is known color: Feijoa. HEX triplet: AE, DC and 8F. RGB value is (174,220,143). Sum of RGB (Red+Green+Blue) = 174+220+143=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC8F is #512370. Grayscale: #C5C5C5. Windows color (decimal): -5317489 or 9428142. OLE color: 9428142.
HSL color Cylindrical-coordinate representation of color #AEDC8F: hue angle of 95.84º 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 #AEDC8F is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 143 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.14 |
| HSL | 95.84º | 0.52% | 0.71% | - |
| HSV(B) | 95.84º | 0.35% | 0.86% | - |
| XYZ | 48.01 | 62.17 | 35.46 | - |
| YUV | 197.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 143 | 0.21 | 0 | 0.35 | 0.14 | 95.84 | 0.52 | 0.71 |
| Hex | AE | DC | 8F | 15 | 0 | 23 | E | 60 | 34 | 47 |
| Octal | 256 | 334 | 217 | 25 | 0 | 43 | 16 | 140 | 64 | 107 |
| Binary | 10101110 | 11011100 | 10001111 | 10101 | 0 | 100011 | 1110 | 1100000 | 110100 | 1000111 |
Color Harmonies of #AEDC8F
Complementary color
Monochromatic Colors of #AEDC8F
Black with #AEDC8F
Text Example
Text Example
White with #AEDC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC8F; }
p { color: rgb(174,220,143); }
H1.HeaderClassName
{
color: #AEDC8F;
}
.AnyTagClassName
{
color: #AEDC8F;
}
</style>
background-color css
<style>
a { background-color: #AEDC8F; }
a { background-color: rgb(174,220,143); }
div.DivClassName
{
background-color: #AEDC8F;
}
.BgClassName
{
background-color: #AEDC8F;
}
</style>
border-color css
<style>
span { border-color: #AEDC8F; }
span { border-color: rgb(174,220,143); }
td.TdClassName
{
border-color: #AEDC8F;
}
.TagClassName
{
border-color: #AEDC8F;
}
</style>