Shades of Feijoa #AEEC90
Tints of Feijoa #AEEC90
RGB
CMYK
RGB Variations
Color information
#AEEC90 (or 0xAEEC90) is known color: Feijoa. HEX triplet: AE, EC and 90. RGB value is (174,236,144). Sum of RGB (Red+Green+Blue) = 174+236+144=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEC90 is #51136F. Grayscale: #CFCFCF. Windows color (decimal): -5313392 or 9497774. OLE color: 9497774.
HSL color Cylindrical-coordinate representation of color #AEEC90: hue angle of 100.43º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEEC90 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 144 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.07 |
| HSL | 100.43º | 0.71% | 0.75% | - |
| HSV(B) | 100.43º | 0.39% | 0.93% | - |
| XYZ | 52.49 | 71 | 37.32 | - |
| YUV | 206.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 144 | 0.26 | 0 | 0.39 | 0.07 | 100.43 | 0.71 | 0.75 |
| Hex | AE | EC | 90 | 1A | 0 | 27 | 7 | 64 | 47 | 4B |
| Octal | 256 | 354 | 220 | 32 | 0 | 47 | 7 | 144 | 107 | 113 |
| Binary | 10101110 | 11101100 | 10010000 | 11010 | 0 | 100111 | 111 | 1100100 | 1000111 | 1001011 |
Color Harmonies of #AEEC90
Complementary color
Monochromatic Colors of #AEEC90
Black with #AEEC90
Text Example
Text Example
White with #AEEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC90; }
p { color: rgb(174,236,144); }
H1.HeaderClassName
{
color: #AEEC90;
}
.AnyTagClassName
{
color: #AEEC90;
}
</style>
background-color css
<style>
a { background-color: #AEEC90; }
a { background-color: rgb(174,236,144); }
div.DivClassName
{
background-color: #AEEC90;
}
.BgClassName
{
background-color: #AEEC90;
}
</style>
border-color css
<style>
span { border-color: #AEEC90; }
span { border-color: rgb(174,236,144); }
td.TdClassName
{
border-color: #AEEC90;
}
.TagClassName
{
border-color: #AEEC90;
}
</style>