Shades of Feijoa #AEE275
Tints of Feijoa #AEE275
RGB
CMYK
RGB Variations
Color information
#AEE275 (or 0xAEE275) is known color: Feijoa. HEX triplet: AE, E2 and 75. RGB value is (174,226,117). Sum of RGB (Red+Green+Blue) = 174+226+117=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE275 is #511D8A. Grayscale: #C6C6C6. Windows color (decimal): -5315979 or 7725742. OLE color: 7725742.
HSL color Cylindrical-coordinate representation of color #AEE275: hue angle of 88.62º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEE275 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 117 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.11 |
| HSL | 88.62º | 0.65% | 0.67% | - |
| HSV(B) | 88.62º | 0.48% | 0.89% | - |
| XYZ | 47.86 | 64.68 | 26.79 | - |
| YUV | 198.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 117 | 0.23 | 0 | 0.48 | 0.11 | 88.62 | 0.65 | 0.67 |
| Hex | AE | E2 | 75 | 17 | 0 | 30 | B | 59 | 41 | 43 |
| Octal | 256 | 342 | 165 | 27 | 0 | 60 | 13 | 131 | 101 | 103 |
| Binary | 10101110 | 11100010 | 1110101 | 10111 | 0 | 110000 | 1011 | 1011001 | 1000001 | 1000011 |
Color Harmonies of #AEE275
Complementary color
Monochromatic Colors of #AEE275
Black with #AEE275
Text Example
Text Example
White with #AEE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE275; }
p { color: rgb(174,226,117); }
H1.HeaderClassName
{
color: #AEE275;
}
.AnyTagClassName
{
color: #AEE275;
}
</style>
background-color css
<style>
a { background-color: #AEE275; }
a { background-color: rgb(174,226,117); }
div.DivClassName
{
background-color: #AEE275;
}
.BgClassName
{
background-color: #AEE275;
}
</style>
border-color css
<style>
span { border-color: #AEE275; }
span { border-color: rgb(174,226,117); }
td.TdClassName
{
border-color: #AEE275;
}
.TagClassName
{
border-color: #AEE275;
}
</style>