Shades of Feijoa #AEEC8F
Tints of Feijoa #AEEC8F
RGB
CMYK
RGB Variations
Color information
#AEEC8F (or 0xAEEC8F) is known color: Feijoa. HEX triplet: AE, EC and 8F. RGB value is (174,236,143). Sum of RGB (Red+Green+Blue) = 174+236+143=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEC8F is #511370. Grayscale: #CFCFCF. Windows color (decimal): -5313393 or 9432238. OLE color: 9432238.
HSL color Cylindrical-coordinate representation of color #AEEC8F: hue angle of 100º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEEC8F is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 143 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.07 |
| HSL | 100º | 0.71% | 0.74% | - |
| HSV(B) | 100º | 0.39% | 0.93% | - |
| XYZ | 52.41 | 70.97 | 36.92 | - |
| YUV | 206.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 143 | 0.26 | 0 | 0.39 | 0.07 | 100 | 0.71 | 0.74 |
| Hex | AE | EC | 8F | 1A | 0 | 27 | 7 | 64 | 47 | 4A |
| Octal | 256 | 354 | 217 | 32 | 0 | 47 | 7 | 144 | 107 | 112 |
| Binary | 10101110 | 11101100 | 10001111 | 11010 | 0 | 100111 | 111 | 1100100 | 1000111 | 1001010 |
Color Harmonies of #AEEC8F
Complementary color
Monochromatic Colors of #AEEC8F
Black with #AEEC8F
Text Example
Text Example
White with #AEEC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC8F; }
p { color: rgb(174,236,143); }
H1.HeaderClassName
{
color: #AEEC8F;
}
.AnyTagClassName
{
color: #AEEC8F;
}
</style>
background-color css
<style>
a { background-color: #AEEC8F; }
a { background-color: rgb(174,236,143); }
div.DivClassName
{
background-color: #AEEC8F;
}
.BgClassName
{
background-color: #AEEC8F;
}
</style>
border-color css
<style>
span { border-color: #AEEC8F; }
span { border-color: rgb(174,236,143); }
td.TdClassName
{
border-color: #AEEC8F;
}
.TagClassName
{
border-color: #AEEC8F;
}
</style>