Shades of Feijoa #AEF288
Tints of Feijoa #AEF288
RGB
CMYK
RGB Variations
Color information
#AEF288 (or 0xAEF288) is known color: Feijoa. HEX triplet: AE, F2 and 88. RGB value is (174,242,136). Sum of RGB (Red+Green+Blue) = 174+242+136=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF288 is #510D77. Grayscale: #D1D1D1. Windows color (decimal): -5311864 or 8975022. OLE color: 8975022.
HSL color Cylindrical-coordinate representation of color #AEF288: hue angle of 98.49º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEF288 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 136 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.05 |
| HSL | 98.49º | 0.8% | 0.74% | - |
| HSV(B) | 98.49º | 0.44% | 0.95% | - |
| XYZ | 53.65 | 74.28 | 34.8 | - |
| YUV | 209.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 136 | 0.28 | 0 | 0.44 | 0.05 | 98.49 | 0.8 | 0.74 |
| Hex | AE | F2 | 88 | 1C | 0 | 2C | 5 | 62 | 50 | 4A |
| Octal | 256 | 362 | 210 | 34 | 0 | 54 | 5 | 142 | 120 | 112 |
| Binary | 10101110 | 11110010 | 10001000 | 11100 | 0 | 101100 | 101 | 1100010 | 1010000 | 1001010 |
Color Harmonies of #AEF288
Complementary color
Monochromatic Colors of #AEF288
Black with #AEF288
Text Example
Text Example
White with #AEF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF288; }
p { color: rgb(174,242,136); }
H1.HeaderClassName
{
color: #AEF288;
}
.AnyTagClassName
{
color: #AEF288;
}
</style>
background-color css
<style>
a { background-color: #AEF288; }
a { background-color: rgb(174,242,136); }
div.DivClassName
{
background-color: #AEF288;
}
.BgClassName
{
background-color: #AEF288;
}
</style>
border-color css
<style>
span { border-color: #AEF288; }
span { border-color: rgb(174,242,136); }
td.TdClassName
{
border-color: #AEF288;
}
.TagClassName
{
border-color: #AEF288;
}
</style>