Shades of Feijoa #AEDB8F
Tints of Feijoa #AEDB8F
RGB
CMYK
RGB Variations
Color information
#AEDB8F (or 0xAEDB8F) is known color: Feijoa. HEX triplet: AE, DB and 8F. RGB value is (174,219,143). Sum of RGB (Red+Green+Blue) = 174+219+143=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB8F is #512470. Grayscale: #C5C5C5. Windows color (decimal): -5317745 or 9427886. OLE color: 9427886.
HSL color Cylindrical-coordinate representation of color #AEDB8F: hue angle of 95.53º degrees, saturation: 0.51, 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 #AEDB8F is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 143 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.14 |
| HSL | 95.53º | 0.51% | 0.71% | - |
| HSV(B) | 95.53º | 0.35% | 0.86% | - |
| XYZ | 47.75 | 61.64 | 35.37 | - |
| YUV | 196.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 143 | 0.21 | 0 | 0.35 | 0.14 | 95.53 | 0.51 | 0.71 |
| Hex | AE | DB | 8F | 15 | 0 | 23 | E | 60 | 33 | 47 |
| Octal | 256 | 333 | 217 | 25 | 0 | 43 | 16 | 140 | 63 | 107 |
| Binary | 10101110 | 11011011 | 10001111 | 10101 | 0 | 100011 | 1110 | 1100000 | 110011 | 1000111 |
Color Harmonies of #AEDB8F
Complementary color
Monochromatic Colors of #AEDB8F
Black with #AEDB8F
Text Example
Text Example
White with #AEDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB8F; }
p { color: rgb(174,219,143); }
H1.HeaderClassName
{
color: #AEDB8F;
}
.AnyTagClassName
{
color: #AEDB8F;
}
</style>
background-color css
<style>
a { background-color: #AEDB8F; }
a { background-color: rgb(174,219,143); }
div.DivClassName
{
background-color: #AEDB8F;
}
.BgClassName
{
background-color: #AEDB8F;
}
</style>
border-color css
<style>
span { border-color: #AEDB8F; }
span { border-color: rgb(174,219,143); }
td.TdClassName
{
border-color: #AEDB8F;
}
.TagClassName
{
border-color: #AEDB8F;
}
</style>