Shades of Feijoa #AEE86F
Tints of Feijoa #AEE86F
RGB
CMYK
RGB Variations
Color information
#AEE86F (or 0xAEE86F) is known color: Feijoa. HEX triplet: AE, E8 and 6F. RGB value is (174,232,111). Sum of RGB (Red+Green+Blue) = 174+232+111=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE86F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE86F is #511790. Grayscale: #C9C9C9. Windows color (decimal): -5314449 or 7334062. OLE color: 7334062.
HSL color Cylindrical-coordinate representation of color #AEE86F: hue angle of 88.76º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEE86F is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 111 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.09 |
| HSL | 88.76º | 0.72% | 0.67% | - |
| HSV(B) | 88.76º | 0.52% | 0.91% | - |
| XYZ | 49.18 | 67.86 | 25.55 | - |
| YUV | 200.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 111 | 0.25 | 0 | 0.52 | 0.09 | 88.76 | 0.72 | 0.67 |
| Hex | AE | E8 | 6F | 19 | 0 | 34 | 9 | 59 | 48 | 43 |
| Octal | 256 | 350 | 157 | 31 | 0 | 64 | 11 | 131 | 110 | 103 |
| Binary | 10101110 | 11101000 | 1101111 | 11001 | 0 | 110100 | 1001 | 1011001 | 1001000 | 1000011 |
Color Harmonies of #AEE86F
Complementary color
Monochromatic Colors of #AEE86F
Black with #AEE86F
Text Example
Text Example
White with #AEE86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE86F; }
p { color: rgb(174,232,111); }
H1.HeaderClassName
{
color: #AEE86F;
}
.AnyTagClassName
{
color: #AEE86F;
}
</style>
background-color css
<style>
a { background-color: #AEE86F; }
a { background-color: rgb(174,232,111); }
div.DivClassName
{
background-color: #AEE86F;
}
.BgClassName
{
background-color: #AEE86F;
}
</style>
border-color css
<style>
span { border-color: #AEE86F; }
span { border-color: rgb(174,232,111); }
td.TdClassName
{
border-color: #AEE86F;
}
.TagClassName
{
border-color: #AEE86F;
}
</style>