Shades of Feijoa #AEE17C
Tints of Feijoa #AEE17C
RGB
CMYK
RGB Variations
Color information
#AEE17C (or 0xAEE17C) is known color: Feijoa. HEX triplet: AE, E1 and 7C. RGB value is (174,225,124). Sum of RGB (Red+Green+Blue) = 174+225+124=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE17C is #511E83. Grayscale: #C6C6C6. Windows color (decimal): -5316228 or 8184238. OLE color: 8184238.
HSL color Cylindrical-coordinate representation of color #AEE17C: hue angle of 90.3º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEE17C is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 124 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.12 |
| HSL | 90.3º | 0.63% | 0.68% | - |
| HSV(B) | 90.3º | 0.45% | 0.88% | - |
| XYZ | 48.02 | 64.3 | 28.95 | - |
| YUV | 198.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 124 | 0.23 | 0 | 0.45 | 0.12 | 90.3 | 0.63 | 0.68 |
| Hex | AE | E1 | 7C | 17 | 0 | 2D | C | 5A | 3F | 44 |
| Octal | 256 | 341 | 174 | 27 | 0 | 55 | 14 | 132 | 77 | 104 |
| Binary | 10101110 | 11100001 | 1111100 | 10111 | 0 | 101101 | 1100 | 1011010 | 111111 | 1000100 |
Color Harmonies of #AEE17C
Complementary color
Monochromatic Colors of #AEE17C
Black with #AEE17C
Text Example
Text Example
White with #AEE17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE17C; }
p { color: rgb(174,225,124); }
H1.HeaderClassName
{
color: #AEE17C;
}
.AnyTagClassName
{
color: #AEE17C;
}
</style>
background-color css
<style>
a { background-color: #AEE17C; }
a { background-color: rgb(174,225,124); }
div.DivClassName
{
background-color: #AEE17C;
}
.BgClassName
{
background-color: #AEE17C;
}
</style>
border-color css
<style>
span { border-color: #AEE17C; }
span { border-color: rgb(174,225,124); }
td.TdClassName
{
border-color: #AEE17C;
}
.TagClassName
{
border-color: #AEE17C;
}
</style>