Shades of Feijoa #AEDB8E
Tints of Feijoa #AEDB8E
RGB
CMYK
RGB Variations
Color information
#AEDB8E (or 0xAEDB8E) is known color: Feijoa. HEX triplet: AE, DB and 8E. RGB value is (174,219,142). Sum of RGB (Red+Green+Blue) = 174+219+142=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB8E is #512471. Grayscale: #C5C5C5. Windows color (decimal): -5317746 or 9362350. OLE color: 9362350.
HSL color Cylindrical-coordinate representation of color #AEDB8E: hue angle of 95.06º 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 #AEDB8E is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 142 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.14 |
| HSL | 95.06º | 0.52% | 0.71% | - |
| HSV(B) | 95.06º | 0.35% | 0.86% | - |
| XYZ | 47.67 | 61.61 | 34.97 | - |
| YUV | 196.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 142 | 0.21 | 0 | 0.35 | 0.14 | 95.06 | 0.52 | 0.71 |
| Hex | AE | DB | 8E | 15 | 0 | 23 | E | 5F | 34 | 47 |
| Octal | 256 | 333 | 216 | 25 | 0 | 43 | 16 | 137 | 64 | 107 |
| Binary | 10101110 | 11011011 | 10001110 | 10101 | 0 | 100011 | 1110 | 1011111 | 110100 | 1000111 |
Color Harmonies of #AEDB8E
Complementary color
Monochromatic Colors of #AEDB8E
Black with #AEDB8E
Text Example
Text Example
White with #AEDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB8E; }
p { color: rgb(174,219,142); }
H1.HeaderClassName
{
color: #AEDB8E;
}
.AnyTagClassName
{
color: #AEDB8E;
}
</style>
background-color css
<style>
a { background-color: #AEDB8E; }
a { background-color: rgb(174,219,142); }
div.DivClassName
{
background-color: #AEDB8E;
}
.BgClassName
{
background-color: #AEDB8E;
}
</style>
border-color css
<style>
span { border-color: #AEDB8E; }
span { border-color: rgb(174,219,142); }
td.TdClassName
{
border-color: #AEDB8E;
}
.TagClassName
{
border-color: #AEDB8E;
}
</style>