Shades of Feijoa #AEEA70
Tints of Feijoa #AEEA70
RGB
CMYK
RGB Variations
Color information
#AEEA70 (or 0xAEEA70) is known color: Feijoa. HEX triplet: AE, EA and 70. RGB value is (174,234,112). Sum of RGB (Red+Green+Blue) = 174+234+112=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEA70 is #51158F. Grayscale: #CACACA. Windows color (decimal): -5313936 or 7400110. OLE color: 7400110.
HSL color Cylindrical-coordinate representation of color #AEEA70: hue angle of 89.51º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEEA70 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 112 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.08 |
| HSL | 89.51º | 0.74% | 0.68% | - |
| HSV(B) | 89.51º | 0.52% | 0.92% | - |
| XYZ | 49.8 | 69.01 | 26.03 | - |
| YUV | 202.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 112 | 0.26 | 0 | 0.52 | 0.08 | 89.51 | 0.74 | 0.68 |
| Hex | AE | EA | 70 | 1A | 0 | 34 | 8 | 5A | 4A | 44 |
| Octal | 256 | 352 | 160 | 32 | 0 | 64 | 10 | 132 | 112 | 104 |
| Binary | 10101110 | 11101010 | 1110000 | 11010 | 0 | 110100 | 1000 | 1011010 | 1001010 | 1000100 |
Color Harmonies of #AEEA70
Complementary color
Monochromatic Colors of #AEEA70
Black with #AEEA70
Text Example
Text Example
White with #AEEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEA70; }
p { color: rgb(174,234,112); }
H1.HeaderClassName
{
color: #AEEA70;
}
.AnyTagClassName
{
color: #AEEA70;
}
</style>
background-color css
<style>
a { background-color: #AEEA70; }
a { background-color: rgb(174,234,112); }
div.DivClassName
{
background-color: #AEEA70;
}
.BgClassName
{
background-color: #AEEA70;
}
</style>
border-color css
<style>
span { border-color: #AEEA70; }
span { border-color: rgb(174,234,112); }
td.TdClassName
{
border-color: #AEEA70;
}
.TagClassName
{
border-color: #AEEA70;
}
</style>