Shades of Feijoa #AEE077
Tints of Feijoa #AEE077
RGB
CMYK
RGB Variations
Color information
#AEE077 (or 0xAEE077) is known color: Feijoa. HEX triplet: AE, E0 and 77. RGB value is (174,224,119). Sum of RGB (Red+Green+Blue) = 174+224+119=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE077 is #511F88. Grayscale: #C5C5C5. Windows color (decimal): -5316489 or 7856302. OLE color: 7856302.
HSL color Cylindrical-coordinate representation of color #AEE077: hue angle of 88.57º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEE077 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 119 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.12 |
| HSL | 88.57º | 0.63% | 0.67% | - |
| HSV(B) | 88.57º | 0.47% | 0.88% | - |
| XYZ | 47.44 | 63.64 | 27.24 | - |
| YUV | 197.08 | 83.94 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 119 | 0.22 | 0 | 0.47 | 0.12 | 88.57 | 0.63 | 0.67 |
| Hex | AE | E0 | 77 | 16 | 0 | 2F | C | 59 | 3F | 43 |
| Octal | 256 | 340 | 167 | 26 | 0 | 57 | 14 | 131 | 77 | 103 |
| Binary | 10101110 | 11100000 | 1110111 | 10110 | 0 | 101111 | 1100 | 1011001 | 111111 | 1000011 |
Color Harmonies of #AEE077
Complementary color
Monochromatic Colors of #AEE077
Black with #AEE077
Text Example
Text Example
White with #AEE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE077; }
p { color: rgb(174,224,119); }
H1.HeaderClassName
{
color: #AEE077;
}
.AnyTagClassName
{
color: #AEE077;
}
</style>
background-color css
<style>
a { background-color: #AEE077; }
a { background-color: rgb(174,224,119); }
div.DivClassName
{
background-color: #AEE077;
}
.BgClassName
{
background-color: #AEE077;
}
</style>
border-color css
<style>
span { border-color: #AEE077; }
span { border-color: rgb(174,224,119); }
td.TdClassName
{
border-color: #AEE077;
}
.TagClassName
{
border-color: #AEE077;
}
</style>