Shades of Feijoa #AEE07D
Tints of Feijoa #AEE07D
RGB
CMYK
RGB Variations
Color information
#AEE07D (or 0xAEE07D) is known color: Feijoa. HEX triplet: AE, E0 and 7D. RGB value is (174,224,125). Sum of RGB (Red+Green+Blue) = 174+224+125=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE07D is #511F82. Grayscale: #C6C6C6. Windows color (decimal): -5316483 or 8249518. OLE color: 8249518.
HSL color Cylindrical-coordinate representation of color #AEE07D: hue angle of 90.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEE07D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 125 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.12 |
| HSL | 90.3º | 0.61% | 0.68% | - |
| HSV(B) | 90.3º | 0.44% | 0.88% | - |
| XYZ | 47.81 | 63.79 | 29.19 | - |
| YUV | 197.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 125 | 0.22 | 0 | 0.44 | 0.12 | 90.3 | 0.61 | 0.68 |
| Hex | AE | E0 | 7D | 16 | 0 | 2C | C | 5A | 3D | 44 |
| Octal | 256 | 340 | 175 | 26 | 0 | 54 | 14 | 132 | 75 | 104 |
| Binary | 10101110 | 11100000 | 1111101 | 10110 | 0 | 101100 | 1100 | 1011010 | 111101 | 1000100 |
Color Harmonies of #AEE07D
Complementary color
Monochromatic Colors of #AEE07D
Black with #AEE07D
Text Example
Text Example
White with #AEE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE07D; }
p { color: rgb(174,224,125); }
H1.HeaderClassName
{
color: #AEE07D;
}
.AnyTagClassName
{
color: #AEE07D;
}
</style>
background-color css
<style>
a { background-color: #AEE07D; }
a { background-color: rgb(174,224,125); }
div.DivClassName
{
background-color: #AEE07D;
}
.BgClassName
{
background-color: #AEE07D;
}
</style>
border-color css
<style>
span { border-color: #AEE07D; }
span { border-color: rgb(174,224,125); }
td.TdClassName
{
border-color: #AEE07D;
}
.TagClassName
{
border-color: #AEE07D;
}
</style>