Shades of Feijoa #AEE06E
Tints of Feijoa #AEE06E
RGB
CMYK
RGB Variations
Color information
#AEE06E (or 0xAEE06E) is known color: Feijoa. HEX triplet: AE, E0 and 6E. RGB value is (174,224,110). Sum of RGB (Red+Green+Blue) = 174+224+110=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE06E is #511F91. Grayscale: #C4C4C4. Windows color (decimal): -5316498 or 7266478. OLE color: 7266478.
HSL color Cylindrical-coordinate representation of color #AEE06E: hue angle of 86.32º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEE06E is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 110 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.12 |
| HSL | 86.32º | 0.65% | 0.65% | - |
| HSV(B) | 86.32º | 0.51% | 0.88% | - |
| XYZ | 46.93 | 63.44 | 24.52 | - |
| YUV | 196.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 110 | 0.22 | 0 | 0.51 | 0.12 | 86.32 | 0.65 | 0.65 |
| Hex | AE | E0 | 6E | 16 | 0 | 33 | C | 56 | 41 | 41 |
| Octal | 256 | 340 | 156 | 26 | 0 | 63 | 14 | 126 | 101 | 101 |
| Binary | 10101110 | 11100000 | 1101110 | 10110 | 0 | 110011 | 1100 | 1010110 | 1000001 | 1000001 |
Color Harmonies of #AEE06E
Complementary color
Monochromatic Colors of #AEE06E
Black with #AEE06E
Text Example
Text Example
White with #AEE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE06E; }
p { color: rgb(174,224,110); }
H1.HeaderClassName
{
color: #AEE06E;
}
.AnyTagClassName
{
color: #AEE06E;
}
</style>
background-color css
<style>
a { background-color: #AEE06E; }
a { background-color: rgb(174,224,110); }
div.DivClassName
{
background-color: #AEE06E;
}
.BgClassName
{
background-color: #AEE06E;
}
</style>
border-color css
<style>
span { border-color: #AEE06E; }
span { border-color: rgb(174,224,110); }
td.TdClassName
{
border-color: #AEE06E;
}
.TagClassName
{
border-color: #AEE06E;
}
</style>