Shades of Feijoa #AEF488
Tints of Feijoa #AEF488
RGB
CMYK
RGB Variations
Color information
#AEF488 (or 0xAEF488) is known color: Feijoa. HEX triplet: AE, F4 and 88. RGB value is (174,244,136). Sum of RGB (Red+Green+Blue) = 174+244+136=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF488 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF488 is #510B77. Grayscale: #D3D3D3. Windows color (decimal): -5311352 or 8975534. OLE color: 8975534.
HSL color Cylindrical-coordinate representation of color #AEF488: hue angle of 98.89º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEF488 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 244 | 136 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.04 |
| HSL | 98.89º | 0.83% | 0.75% | - |
| HSV(B) | 98.89º | 0.44% | 0.96% | - |
| XYZ | 54.25 | 75.48 | 35 | - |
| YUV | 210.76 | 85.81 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 244 | 136 | 0.29 | 0 | 0.44 | 0.04 | 98.89 | 0.83 | 0.75 |
| Hex | AE | F4 | 88 | 1D | 0 | 2C | 4 | 63 | 53 | 4B |
| Octal | 256 | 364 | 210 | 35 | 0 | 54 | 4 | 143 | 123 | 113 |
| Binary | 10101110 | 11110100 | 10001000 | 11101 | 0 | 101100 | 100 | 1100011 | 1010011 | 1001011 |
Color Harmonies of #AEF488
Complementary color
Monochromatic Colors of #AEF488
Black with #AEF488
Text Example
Text Example
White with #AEF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF488; }
p { color: rgb(174,244,136); }
H1.HeaderClassName
{
color: #AEF488;
}
.AnyTagClassName
{
color: #AEF488;
}
</style>
background-color css
<style>
a { background-color: #AEF488; }
a { background-color: rgb(174,244,136); }
div.DivClassName
{
background-color: #AEF488;
}
.BgClassName
{
background-color: #AEF488;
}
</style>
border-color css
<style>
span { border-color: #AEF488; }
span { border-color: rgb(174,244,136); }
td.TdClassName
{
border-color: #AEF488;
}
.TagClassName
{
border-color: #AEF488;
}
</style>