Shades of Feijoa #AEF08D
Tints of Feijoa #AEF08D
RGB
CMYK
RGB Variations
Color information
#AEF08D (or 0xAEF08D) is known color: Feijoa. HEX triplet: AE, F0 and 8D. RGB value is (174,240,141). Sum of RGB (Red+Green+Blue) = 174+240+141=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF08D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF08D is #510F72. Grayscale: #D1D1D1. Windows color (decimal): -5312371 or 9302190. OLE color: 9302190.
HSL color Cylindrical-coordinate representation of color #AEF08D: hue angle of 100º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEF08D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 141 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.06 |
| HSL | 100º | 0.77% | 0.75% | - |
| HSV(B) | 100º | 0.41% | 0.94% | - |
| XYZ | 53.42 | 73.24 | 36.52 | - |
| YUV | 208.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 141 | 0.28 | 0 | 0.41 | 0.06 | 100 | 0.77 | 0.75 |
| Hex | AE | F0 | 8D | 1C | 0 | 29 | 6 | 64 | 4D | 4B |
| Octal | 256 | 360 | 215 | 34 | 0 | 51 | 6 | 144 | 115 | 113 |
| Binary | 10101110 | 11110000 | 10001101 | 11100 | 0 | 101001 | 110 | 1100100 | 1001101 | 1001011 |
Color Harmonies of #AEF08D
Complementary color
Monochromatic Colors of #AEF08D
Black with #AEF08D
Text Example
Text Example
White with #AEF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF08D; }
p { color: rgb(174,240,141); }
H1.HeaderClassName
{
color: #AEF08D;
}
.AnyTagClassName
{
color: #AEF08D;
}
</style>
background-color css
<style>
a { background-color: #AEF08D; }
a { background-color: rgb(174,240,141); }
div.DivClassName
{
background-color: #AEF08D;
}
.BgClassName
{
background-color: #AEF08D;
}
</style>
border-color css
<style>
span { border-color: #AEF08D; }
span { border-color: rgb(174,240,141); }
td.TdClassName
{
border-color: #AEF08D;
}
.TagClassName
{
border-color: #AEF08D;
}
</style>