Shades of Feijoa #AEE17E
Tints of Feijoa #AEE17E
RGB
CMYK
RGB Variations
Color information
#AEE17E (or 0xAEE17E) is known color: Feijoa. HEX triplet: AE, E1 and 7E. RGB value is (174,225,126). Sum of RGB (Red+Green+Blue) = 174+225+126=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE17E is #511E81. Grayscale: #C6C6C6. Windows color (decimal): -5316226 or 8315310. OLE color: 8315310.
HSL color Cylindrical-coordinate representation of color #AEE17E: hue angle of 90.91º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEE17E is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 126 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.12 |
| HSL | 90.91º | 0.62% | 0.69% | - |
| HSV(B) | 90.91º | 0.44% | 0.88% | - |
| XYZ | 48.15 | 64.36 | 29.62 | - |
| YUV | 198.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 126 | 0.23 | 0 | 0.44 | 0.12 | 90.91 | 0.62 | 0.69 |
| Hex | AE | E1 | 7E | 17 | 0 | 2C | C | 5B | 3E | 45 |
| Octal | 256 | 341 | 176 | 27 | 0 | 54 | 14 | 133 | 76 | 105 |
| Binary | 10101110 | 11100001 | 1111110 | 10111 | 0 | 101100 | 1100 | 1011011 | 111110 | 1000101 |
Color Harmonies of #AEE17E
Complementary color
Monochromatic Colors of #AEE17E
Black with #AEE17E
Text Example
Text Example
White with #AEE17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE17E; }
p { color: rgb(174,225,126); }
H1.HeaderClassName
{
color: #AEE17E;
}
.AnyTagClassName
{
color: #AEE17E;
}
</style>
background-color css
<style>
a { background-color: #AEE17E; }
a { background-color: rgb(174,225,126); }
div.DivClassName
{
background-color: #AEE17E;
}
.BgClassName
{
background-color: #AEE17E;
}
</style>
border-color css
<style>
span { border-color: #AEE17E; }
span { border-color: rgb(174,225,126); }
td.TdClassName
{
border-color: #AEE17E;
}
.TagClassName
{
border-color: #AEE17E;
}
</style>