Shades of Feijoa #AEE17A
Tints of Feijoa #AEE17A
RGB
CMYK
RGB Variations
Color information
#AEE17A (or 0xAEE17A) is known color: Feijoa. HEX triplet: AE, E1 and 7A. RGB value is (174,225,122). Sum of RGB (Red+Green+Blue) = 174+225+122=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE17A is #511E85. Grayscale: #C6C6C6. Windows color (decimal): -5316230 or 8053166. OLE color: 8053166.
HSL color Cylindrical-coordinate representation of color #AEE17A: hue angle of 89.71º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEE17A is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 122 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.12 |
| HSL | 89.71º | 0.63% | 0.68% | - |
| HSV(B) | 89.71º | 0.46% | 0.88% | - |
| XYZ | 47.89 | 64.25 | 28.29 | - |
| YUV | 198.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 122 | 0.23 | 0 | 0.46 | 0.12 | 89.71 | 0.63 | 0.68 |
| Hex | AE | E1 | 7A | 17 | 0 | 2E | C | 5A | 3F | 44 |
| Octal | 256 | 341 | 172 | 27 | 0 | 56 | 14 | 132 | 77 | 104 |
| Binary | 10101110 | 11100001 | 1111010 | 10111 | 0 | 101110 | 1100 | 1011010 | 111111 | 1000100 |
Color Harmonies of #AEE17A
Complementary color
Monochromatic Colors of #AEE17A
Black with #AEE17A
Text Example
Text Example
White with #AEE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE17A; }
p { color: rgb(174,225,122); }
H1.HeaderClassName
{
color: #AEE17A;
}
.AnyTagClassName
{
color: #AEE17A;
}
</style>
background-color css
<style>
a { background-color: #AEE17A; }
a { background-color: rgb(174,225,122); }
div.DivClassName
{
background-color: #AEE17A;
}
.BgClassName
{
background-color: #AEE17A;
}
</style>
border-color css
<style>
span { border-color: #AEE17A; }
span { border-color: rgb(174,225,122); }
td.TdClassName
{
border-color: #AEE17A;
}
.TagClassName
{
border-color: #AEE17A;
}
</style>