Shades of Feijoa #AEE078
Tints of Feijoa #AEE078
RGB
CMYK
RGB Variations
Color information
#AEE078 (or 0xAEE078) is known color: Feijoa. HEX triplet: AE, E0 and 78. RGB value is (174,224,120). Sum of RGB (Red+Green+Blue) = 174+224+120=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE078 is #511F87. Grayscale: #C5C5C5. Windows color (decimal): -5316488 or 7921838. OLE color: 7921838.
HSL color Cylindrical-coordinate representation of color #AEE078: hue angle of 88.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEE078 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 120 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.12 |
| HSL | 88.85º | 0.63% | 0.67% | - |
| HSV(B) | 88.85º | 0.46% | 0.88% | - |
| XYZ | 47.5 | 63.67 | 27.55 | - |
| YUV | 197.19 | 84.44 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 120 | 0.22 | 0 | 0.46 | 0.12 | 88.85 | 0.63 | 0.67 |
| Hex | AE | E0 | 78 | 16 | 0 | 2E | C | 59 | 3F | 43 |
| Octal | 256 | 340 | 170 | 26 | 0 | 56 | 14 | 131 | 77 | 103 |
| Binary | 10101110 | 11100000 | 1111000 | 10110 | 0 | 101110 | 1100 | 1011001 | 111111 | 1000011 |
Color Harmonies of #AEE078
Complementary color
Monochromatic Colors of #AEE078
Black with #AEE078
Text Example
Text Example
White with #AEE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE078; }
p { color: rgb(174,224,120); }
H1.HeaderClassName
{
color: #AEE078;
}
.AnyTagClassName
{
color: #AEE078;
}
</style>
background-color css
<style>
a { background-color: #AEE078; }
a { background-color: rgb(174,224,120); }
div.DivClassName
{
background-color: #AEE078;
}
.BgClassName
{
background-color: #AEE078;
}
</style>
border-color css
<style>
span { border-color: #AEE078; }
span { border-color: rgb(174,224,120); }
td.TdClassName
{
border-color: #AEE078;
}
.TagClassName
{
border-color: #AEE078;
}
</style>