Shades of Feijoa #AEEC74
Tints of Feijoa #AEEC74
RGB
CMYK
RGB Variations
Color information
#AEEC74 (or 0xAEEC74) is known color: Feijoa. HEX triplet: AE, EC and 74. RGB value is (174,236,116). Sum of RGB (Red+Green+Blue) = 174+236+116=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEC74 is #51138B. Grayscale: #CCCCCC. Windows color (decimal): -5313420 or 7662766. OLE color: 7662766.
HSL color Cylindrical-coordinate representation of color #AEEC74: hue angle of 91º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEEC74 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 116 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.07 |
| HSL | 91º | 0.76% | 0.69% | - |
| HSV(B) | 91º | 0.51% | 0.93% | - |
| XYZ | 50.6 | 70.25 | 27.42 | - |
| YUV | 203.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 116 | 0.26 | 0 | 0.51 | 0.07 | 91 | 0.76 | 0.69 |
| Hex | AE | EC | 74 | 1A | 0 | 33 | 7 | 5B | 4C | 45 |
| Octal | 256 | 354 | 164 | 32 | 0 | 63 | 7 | 133 | 114 | 105 |
| Binary | 10101110 | 11101100 | 1110100 | 11010 | 0 | 110011 | 111 | 1011011 | 1001100 | 1000101 |
Color Harmonies of #AEEC74
Complementary color
Monochromatic Colors of #AEEC74
Black with #AEEC74
Text Example
Text Example
White with #AEEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC74; }
p { color: rgb(174,236,116); }
H1.HeaderClassName
{
color: #AEEC74;
}
.AnyTagClassName
{
color: #AEEC74;
}
</style>
background-color css
<style>
a { background-color: #AEEC74; }
a { background-color: rgb(174,236,116); }
div.DivClassName
{
background-color: #AEEC74;
}
.BgClassName
{
background-color: #AEEC74;
}
</style>
border-color css
<style>
span { border-color: #AEEC74; }
span { border-color: rgb(174,236,116); }
td.TdClassName
{
border-color: #AEEC74;
}
.TagClassName
{
border-color: #AEEC74;
}
</style>