Shades of Feijoa #AEEB8E
Tints of Feijoa #AEEB8E
RGB
CMYK
RGB Variations
Color information
#AEEB8E (or 0xAEEB8E) is known color: Feijoa. HEX triplet: AE, EB and 8E. RGB value is (174,235,142). Sum of RGB (Red+Green+Blue) = 174+235+142=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEB8E is #511471. Grayscale: #CECECE. Windows color (decimal): -5313650 or 9366446. OLE color: 9366446.
HSL color Cylindrical-coordinate representation of color #AEEB8E: hue angle of 99.35º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEEB8E is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 142 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.08 |
| HSL | 99.35º | 0.7% | 0.74% | - |
| HSV(B) | 99.35º | 0.4% | 0.92% | - |
| XYZ | 52.05 | 70.37 | 36.43 | - |
| YUV | 206.16 | 91.79 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 142 | 0.26 | 0 | 0.40 | 0.08 | 99.35 | 0.7 | 0.74 |
| Hex | AE | EB | 8E | 1A | 0 | 28 | 8 | 63 | 46 | 4A |
| Octal | 256 | 353 | 216 | 32 | 0 | 50 | 10 | 143 | 106 | 112 |
| Binary | 10101110 | 11101011 | 10001110 | 11010 | 0 | 101000 | 1000 | 1100011 | 1000110 | 1001010 |
Color Harmonies of #AEEB8E
Complementary color
Monochromatic Colors of #AEEB8E
Black with #AEEB8E
Text Example
Text Example
White with #AEEB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEB8E; }
p { color: rgb(174,235,142); }
H1.HeaderClassName
{
color: #AEEB8E;
}
.AnyTagClassName
{
color: #AEEB8E;
}
</style>
background-color css
<style>
a { background-color: #AEEB8E; }
a { background-color: rgb(174,235,142); }
div.DivClassName
{
background-color: #AEEB8E;
}
.BgClassName
{
background-color: #AEEB8E;
}
</style>
border-color css
<style>
span { border-color: #AEEB8E; }
span { border-color: rgb(174,235,142); }
td.TdClassName
{
border-color: #AEEB8E;
}
.TagClassName
{
border-color: #AEEB8E;
}
</style>