Shades of Feijoa #AEE17D
Tints of Feijoa #AEE17D
RGB
CMYK
RGB Variations
Color information
#AEE17D (or 0xAEE17D) is known color: Feijoa. HEX triplet: AE, E1 and 7D. RGB value is (174,225,125). Sum of RGB (Red+Green+Blue) = 174+225+125=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE17D is #511E82. Grayscale: #C6C6C6. Windows color (decimal): -5316227 or 8249774. OLE color: 8249774.
HSL color Cylindrical-coordinate representation of color #AEE17D: hue angle of 90.6º 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 #AEE17D is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 125 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.12 |
| HSL | 90.6º | 0.63% | 0.69% | - |
| HSV(B) | 90.6º | 0.44% | 0.88% | - |
| XYZ | 48.08 | 64.33 | 29.28 | - |
| YUV | 198.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 125 | 0.23 | 0 | 0.44 | 0.12 | 90.6 | 0.63 | 0.69 |
| Hex | AE | E1 | 7D | 17 | 0 | 2C | C | 5B | 3E | 45 |
| Octal | 256 | 341 | 175 | 27 | 0 | 54 | 14 | 133 | 76 | 105 |
| Binary | 10101110 | 11100001 | 1111101 | 10111 | 0 | 101100 | 1100 | 1011011 | 111110 | 1000101 |
Color Harmonies of #AEE17D
Complementary color
Monochromatic Colors of #AEE17D
Black with #AEE17D
Text Example
Text Example
White with #AEE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE17D; }
p { color: rgb(174,225,125); }
H1.HeaderClassName
{
color: #AEE17D;
}
.AnyTagClassName
{
color: #AEE17D;
}
</style>
background-color css
<style>
a { background-color: #AEE17D; }
a { background-color: rgb(174,225,125); }
div.DivClassName
{
background-color: #AEE17D;
}
.BgClassName
{
background-color: #AEE17D;
}
</style>
border-color css
<style>
span { border-color: #AEE17D; }
span { border-color: rgb(174,225,125); }
td.TdClassName
{
border-color: #AEE17D;
}
.TagClassName
{
border-color: #AEE17D;
}
</style>