Shades of Feijoa #AEDB86
Tints of Feijoa #AEDB86
RGB
CMYK
RGB Variations
Color information
#AEDB86 (or 0xAEDB86) is known color: Feijoa. HEX triplet: AE, DB and 86. RGB value is (174,219,134). Sum of RGB (Red+Green+Blue) = 174+219+134=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB86 is #512479. Grayscale: #C4C4C4. Windows color (decimal): -5317754 or 8838062. OLE color: 8838062.
HSL color Cylindrical-coordinate representation of color #AEDB86: hue angle of 91.76º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEDB86 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 134 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.14 |
| HSL | 91.76º | 0.54% | 0.69% | - |
| HSV(B) | 91.76º | 0.39% | 0.86% | - |
| XYZ | 47.09 | 61.38 | 31.92 | - |
| YUV | 195.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 134 | 0.21 | 0 | 0.39 | 0.14 | 91.76 | 0.54 | 0.69 |
| Hex | AE | DB | 86 | 15 | 0 | 27 | E | 5C | 36 | 45 |
| Octal | 256 | 333 | 206 | 25 | 0 | 47 | 16 | 134 | 66 | 105 |
| Binary | 10101110 | 11011011 | 10000110 | 10101 | 0 | 100111 | 1110 | 1011100 | 110110 | 1000101 |
Color Harmonies of #AEDB86
Complementary color
Monochromatic Colors of #AEDB86
Black with #AEDB86
Text Example
Text Example
White with #AEDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB86; }
p { color: rgb(174,219,134); }
H1.HeaderClassName
{
color: #AEDB86;
}
.AnyTagClassName
{
color: #AEDB86;
}
</style>
background-color css
<style>
a { background-color: #AEDB86; }
a { background-color: rgb(174,219,134); }
div.DivClassName
{
background-color: #AEDB86;
}
.BgClassName
{
background-color: #AEDB86;
}
</style>
border-color css
<style>
span { border-color: #AEDB86; }
span { border-color: rgb(174,219,134); }
td.TdClassName
{
border-color: #AEDB86;
}
.TagClassName
{
border-color: #AEDB86;
}
</style>