Shades of Feijoa #AEEF8F
Tints of Feijoa #AEEF8F
RGB
CMYK
RGB Variations
Color information
#AEEF8F (or 0xAEEF8F) is known color: Feijoa. HEX triplet: AE, EF and 8F. RGB value is (174,239,143). Sum of RGB (Red+Green+Blue) = 174+239+143=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEF8F is #511070. Grayscale: #D0D0D0. Windows color (decimal): -5312625 or 9433006. OLE color: 9433006.
HSL color Cylindrical-coordinate representation of color #AEEF8F: hue angle of 100.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEEF8F is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 143 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.06 |
| HSL | 100.63º | 0.75% | 0.75% | - |
| HSV(B) | 100.63º | 0.4% | 0.94% | - |
| XYZ | 53.28 | 72.71 | 37.21 | - |
| YUV | 208.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 143 | 0.27 | 0 | 0.40 | 0.06 | 100.63 | 0.75 | 0.75 |
| Hex | AE | EF | 8F | 1B | 0 | 28 | 6 | 65 | 4B | 4B |
| Octal | 256 | 357 | 217 | 33 | 0 | 50 | 6 | 145 | 113 | 113 |
| Binary | 10101110 | 11101111 | 10001111 | 11011 | 0 | 101000 | 110 | 1100101 | 1001011 | 1001011 |
Color Harmonies of #AEEF8F
Complementary color
Monochromatic Colors of #AEEF8F
Black with #AEEF8F
Text Example
Text Example
White with #AEEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEF8F; }
p { color: rgb(174,239,143); }
H1.HeaderClassName
{
color: #AEEF8F;
}
.AnyTagClassName
{
color: #AEEF8F;
}
</style>
background-color css
<style>
a { background-color: #AEEF8F; }
a { background-color: rgb(174,239,143); }
div.DivClassName
{
background-color: #AEEF8F;
}
.BgClassName
{
background-color: #AEEF8F;
}
</style>
border-color css
<style>
span { border-color: #AEEF8F; }
span { border-color: rgb(174,239,143); }
td.TdClassName
{
border-color: #AEEF8F;
}
.TagClassName
{
border-color: #AEEF8F;
}
</style>