Shades of Feijoa #AEE07A
Tints of Feijoa #AEE07A
RGB
CMYK
RGB Variations
Color information
#AEE07A (or 0xAEE07A) is known color: Feijoa. HEX triplet: AE, E0 and 7A. RGB value is (174,224,122). Sum of RGB (Red+Green+Blue) = 174+224+122=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE07A is #511F85. Grayscale: #C5C5C5. Windows color (decimal): -5316486 or 8052910. OLE color: 8052910.
HSL color Cylindrical-coordinate representation of color #AEE07A: hue angle of 89.41º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEE07A is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 122 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.12 |
| HSL | 89.41º | 0.62% | 0.68% | - |
| HSV(B) | 89.41º | 0.46% | 0.88% | - |
| XYZ | 47.62 | 63.72 | 28.2 | - |
| YUV | 197.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 122 | 0.22 | 0 | 0.46 | 0.12 | 89.41 | 0.62 | 0.68 |
| Hex | AE | E0 | 7A | 16 | 0 | 2E | C | 59 | 3E | 44 |
| Octal | 256 | 340 | 172 | 26 | 0 | 56 | 14 | 131 | 76 | 104 |
| Binary | 10101110 | 11100000 | 1111010 | 10110 | 0 | 101110 | 1100 | 1011001 | 111110 | 1000100 |
Color Harmonies of #AEE07A
Complementary color
Monochromatic Colors of #AEE07A
Black with #AEE07A
Text Example
Text Example
White with #AEE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE07A; }
p { color: rgb(174,224,122); }
H1.HeaderClassName
{
color: #AEE07A;
}
.AnyTagClassName
{
color: #AEE07A;
}
</style>
background-color css
<style>
a { background-color: #AEE07A; }
a { background-color: rgb(174,224,122); }
div.DivClassName
{
background-color: #AEE07A;
}
.BgClassName
{
background-color: #AEE07A;
}
</style>
border-color css
<style>
span { border-color: #AEE07A; }
span { border-color: rgb(174,224,122); }
td.TdClassName
{
border-color: #AEE07A;
}
.TagClassName
{
border-color: #AEE07A;
}
</style>