Shades of Feijoa #AEF58B
Tints of Feijoa #AEF58B
RGB
CMYK
RGB Variations
Color information
#AEF58B (or 0xAEF58B) is known color: Feijoa. HEX triplet: AE, F5 and 8B. RGB value is (174,245,139). Sum of RGB (Red+Green+Blue) = 174+245+139=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF58B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF58B is #510A74. Grayscale: #D4D4D4. Windows color (decimal): -5311093 or 9172398. OLE color: 9172398.
HSL color Cylindrical-coordinate representation of color #AEF58B: hue angle of 100.19º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEF58B is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 245 | 139 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.04 |
| HSL | 100.19º | 0.84% | 0.75% | - |
| HSV(B) | 100.19º | 0.43% | 0.96% | - |
| XYZ | 54.77 | 76.17 | 36.24 | - |
| YUV | 211.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 245 | 139 | 0.29 | 0 | 0.43 | 0.04 | 100.19 | 0.84 | 0.75 |
| Hex | AE | F5 | 8B | 1D | 0 | 2B | 4 | 64 | 54 | 4B |
| Octal | 256 | 365 | 213 | 35 | 0 | 53 | 4 | 144 | 124 | 113 |
| Binary | 10101110 | 11110101 | 10001011 | 11101 | 0 | 101011 | 100 | 1100100 | 1010100 | 1001011 |
Color Harmonies of #AEF58B
Complementary color
Monochromatic Colors of #AEF58B
Black with #AEF58B
Text Example
Text Example
White with #AEF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF58B; }
p { color: rgb(174,245,139); }
H1.HeaderClassName
{
color: #AEF58B;
}
.AnyTagClassName
{
color: #AEF58B;
}
</style>
background-color css
<style>
a { background-color: #AEF58B; }
a { background-color: rgb(174,245,139); }
div.DivClassName
{
background-color: #AEF58B;
}
.BgClassName
{
background-color: #AEF58B;
}
</style>
border-color css
<style>
span { border-color: #AEF58B; }
span { border-color: rgb(174,245,139); }
td.TdClassName
{
border-color: #AEF58B;
}
.TagClassName
{
border-color: #AEF58B;
}
</style>