Shades of Feijoa #AEE274
Tints of Feijoa #AEE274
RGB
CMYK
RGB Variations
Color information
#AEE274 (or 0xAEE274) is known color: Feijoa. HEX triplet: AE, E2 and 74. RGB value is (174,226,116). Sum of RGB (Red+Green+Blue) = 174+226+116=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE274 is #511D8B. Grayscale: #C6C6C6. Windows color (decimal): -5315980 or 7660206. OLE color: 7660206.
HSL color Cylindrical-coordinate representation of color #AEE274: hue angle of 88.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEE274 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 116 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.11 |
| HSL | 88.36º | 0.65% | 0.67% | - |
| HSV(B) | 88.36º | 0.49% | 0.89% | - |
| XYZ | 47.8 | 64.65 | 26.48 | - |
| YUV | 197.91 | 81.77 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 116 | 0.23 | 0 | 0.49 | 0.11 | 88.36 | 0.65 | 0.67 |
| Hex | AE | E2 | 74 | 17 | 0 | 31 | B | 58 | 41 | 43 |
| Octal | 256 | 342 | 164 | 27 | 0 | 61 | 13 | 130 | 101 | 103 |
| Binary | 10101110 | 11100010 | 1110100 | 10111 | 0 | 110001 | 1011 | 1011000 | 1000001 | 1000011 |
Color Harmonies of #AEE274
Complementary color
Monochromatic Colors of #AEE274
Black with #AEE274
Text Example
Text Example
White with #AEE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE274; }
p { color: rgb(174,226,116); }
H1.HeaderClassName
{
color: #AEE274;
}
.AnyTagClassName
{
color: #AEE274;
}
</style>
background-color css
<style>
a { background-color: #AEE274; }
a { background-color: rgb(174,226,116); }
div.DivClassName
{
background-color: #AEE274;
}
.BgClassName
{
background-color: #AEE274;
}
</style>
border-color css
<style>
span { border-color: #AEE274; }
span { border-color: rgb(174,226,116); }
td.TdClassName
{
border-color: #AEE274;
}
.TagClassName
{
border-color: #AEE274;
}
</style>