Shades of Feijoa #AEEE8D
Tints of Feijoa #AEEE8D
RGB
CMYK
RGB Variations
Color information
#AEEE8D (or 0xAEEE8D) is known color: Feijoa. HEX triplet: AE, EE and 8D. RGB value is (174,238,141). Sum of RGB (Red+Green+Blue) = 174+238+141=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEE8D is #511172. Grayscale: #D0D0D0. Windows color (decimal): -5312883 or 9301678. OLE color: 9301678.
HSL color Cylindrical-coordinate representation of color #AEEE8D: hue angle of 99.59º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEEE8D is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 141 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.07 |
| HSL | 99.59º | 0.74% | 0.74% | - |
| HSV(B) | 99.59º | 0.41% | 0.93% | - |
| XYZ | 52.84 | 72.07 | 36.33 | - |
| YUV | 207.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 141 | 0.27 | 0 | 0.41 | 0.07 | 99.59 | 0.74 | 0.74 |
| Hex | AE | EE | 8D | 1B | 0 | 29 | 7 | 64 | 4A | 4A |
| Octal | 256 | 356 | 215 | 33 | 0 | 51 | 7 | 144 | 112 | 112 |
| Binary | 10101110 | 11101110 | 10001101 | 11011 | 0 | 101001 | 111 | 1100100 | 1001010 | 1001010 |
Color Harmonies of #AEEE8D
Complementary color
Monochromatic Colors of #AEEE8D
Black with #AEEE8D
Text Example
Text Example
White with #AEEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEE8D; }
p { color: rgb(174,238,141); }
H1.HeaderClassName
{
color: #AEEE8D;
}
.AnyTagClassName
{
color: #AEEE8D;
}
</style>
background-color css
<style>
a { background-color: #AEEE8D; }
a { background-color: rgb(174,238,141); }
div.DivClassName
{
background-color: #AEEE8D;
}
.BgClassName
{
background-color: #AEEE8D;
}
</style>
border-color css
<style>
span { border-color: #AEEE8D; }
span { border-color: rgb(174,238,141); }
td.TdClassName
{
border-color: #AEEE8D;
}
.TagClassName
{
border-color: #AEEE8D;
}
</style>