Shades of Feijoa #AEF18D
Tints of Feijoa #AEF18D
RGB
CMYK
RGB Variations
Color information
#AEF18D (or 0xAEF18D) is known color: Feijoa. HEX triplet: AE, F1 and 8D. RGB value is (174,241,141). Sum of RGB (Red+Green+Blue) = 174+241+141=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF18D is #510E72. Grayscale: #D1D1D1. Windows color (decimal): -5312115 or 9302446. OLE color: 9302446.
HSL color Cylindrical-coordinate representation of color #AEF18D: hue angle of 100.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEF18D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 141 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.05 |
| HSL | 100.2º | 0.78% | 0.75% | - |
| HSV(B) | 100.2º | 0.41% | 0.95% | - |
| XYZ | 53.72 | 73.83 | 36.62 | - |
| YUV | 209.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 141 | 0.28 | 0 | 0.41 | 0.05 | 100.2 | 0.78 | 0.75 |
| Hex | AE | F1 | 8D | 1C | 0 | 29 | 5 | 64 | 4E | 4B |
| Octal | 256 | 361 | 215 | 34 | 0 | 51 | 5 | 144 | 116 | 113 |
| Binary | 10101110 | 11110001 | 10001101 | 11100 | 0 | 101001 | 101 | 1100100 | 1001110 | 1001011 |
Color Harmonies of #AEF18D
Complementary color
Monochromatic Colors of #AEF18D
Black with #AEF18D
Text Example
Text Example
White with #AEF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF18D; }
p { color: rgb(174,241,141); }
H1.HeaderClassName
{
color: #AEF18D;
}
.AnyTagClassName
{
color: #AEF18D;
}
</style>
background-color css
<style>
a { background-color: #AEF18D; }
a { background-color: rgb(174,241,141); }
div.DivClassName
{
background-color: #AEF18D;
}
.BgClassName
{
background-color: #AEF18D;
}
</style>
border-color css
<style>
span { border-color: #AEF18D; }
span { border-color: rgb(174,241,141); }
td.TdClassName
{
border-color: #AEF18D;
}
.TagClassName
{
border-color: #AEF18D;
}
</style>