Shades of Feijoa #AEEE8E
Tints of Feijoa #AEEE8E
RGB
CMYK
RGB Variations
Color information
#AEEE8E (or 0xAEEE8E) is known color: Feijoa. HEX triplet: AE, EE and 8E. RGB value is (174,238,142). Sum of RGB (Red+Green+Blue) = 174+238+142=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEE8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEE8E is #511171. Grayscale: #D0D0D0. Windows color (decimal): -5312882 or 9367214. OLE color: 9367214.
HSL color Cylindrical-coordinate representation of color #AEEE8E: hue angle of 100º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEEE8E is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 142 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.07 |
| HSL | 100º | 0.74% | 0.75% | - |
| HSV(B) | 100º | 0.4% | 0.93% | - |
| XYZ | 52.91 | 72.1 | 36.72 | - |
| YUV | 207.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 142 | 0.27 | 0 | 0.40 | 0.07 | 100 | 0.74 | 0.75 |
| Hex | AE | EE | 8E | 1B | 0 | 28 | 7 | 64 | 4A | 4B |
| Octal | 256 | 356 | 216 | 33 | 0 | 50 | 7 | 144 | 112 | 113 |
| Binary | 10101110 | 11101110 | 10001110 | 11011 | 0 | 101000 | 111 | 1100100 | 1001010 | 1001011 |
Color Harmonies of #AEEE8E
Complementary color
Monochromatic Colors of #AEEE8E
Black with #AEEE8E
Text Example
Text Example
White with #AEEE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEE8E; }
p { color: rgb(174,238,142); }
H1.HeaderClassName
{
color: #AEEE8E;
}
.AnyTagClassName
{
color: #AEEE8E;
}
</style>
background-color css
<style>
a { background-color: #AEEE8E; }
a { background-color: rgb(174,238,142); }
div.DivClassName
{
background-color: #AEEE8E;
}
.BgClassName
{
background-color: #AEEE8E;
}
</style>
border-color css
<style>
span { border-color: #AEEE8E; }
span { border-color: rgb(174,238,142); }
td.TdClassName
{
border-color: #AEEE8E;
}
.TagClassName
{
border-color: #AEEE8E;
}
</style>