Shades of Feijoa #AEF17B
Tints of Feijoa #AEF17B
RGB
CMYK
RGB Variations
Color information
#AEF17B (or 0xAEF17B) is known color: Feijoa. HEX triplet: AE, F1 and 7B. RGB value is (174,241,123). Sum of RGB (Red+Green+Blue) = 174+241+123=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF17B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF17B is #510E84. Grayscale: #CFCFCF. Windows color (decimal): -5312133 or 8122798. OLE color: 8122798.
HSL color Cylindrical-coordinate representation of color #AEF17B: hue angle of 94.07º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEF17B is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 123 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.05 |
| HSL | 94.07º | 0.81% | 0.71% | - |
| HSV(B) | 94.07º | 0.49% | 0.95% | - |
| XYZ | 52.49 | 73.34 | 30.13 | - |
| YUV | 207.52 | 80.3 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 123 | 0.28 | 0 | 0.49 | 0.05 | 94.07 | 0.81 | 0.71 |
| Hex | AE | F1 | 7B | 1C | 0 | 31 | 5 | 5E | 51 | 47 |
| Octal | 256 | 361 | 173 | 34 | 0 | 61 | 5 | 136 | 121 | 107 |
| Binary | 10101110 | 11110001 | 1111011 | 11100 | 0 | 110001 | 101 | 1011110 | 1010001 | 1000111 |
Color Harmonies of #AEF17B
Complementary color
Monochromatic Colors of #AEF17B
Black with #AEF17B
Text Example
Text Example
White with #AEF17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF17B; }
p { color: rgb(174,241,123); }
H1.HeaderClassName
{
color: #AEF17B;
}
.AnyTagClassName
{
color: #AEF17B;
}
</style>
background-color css
<style>
a { background-color: #AEF17B; }
a { background-color: rgb(174,241,123); }
div.DivClassName
{
background-color: #AEF17B;
}
.BgClassName
{
background-color: #AEF17B;
}
</style>
border-color css
<style>
span { border-color: #AEF17B; }
span { border-color: rgb(174,241,123); }
td.TdClassName
{
border-color: #AEF17B;
}
.TagClassName
{
border-color: #AEF17B;
}
</style>