Shades of Feijoa #AEE38C
Tints of Feijoa #AEE38C
RGB
CMYK
RGB Variations
Color information
#AEE38C (or 0xAEE38C) is known color: Feijoa. HEX triplet: AE, E3 and 8C. RGB value is (174,227,140). Sum of RGB (Red+Green+Blue) = 174+227+140=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE38C is #511C73. Grayscale: #C9C9C9. Windows color (decimal): -5315700 or 9233326. OLE color: 9233326.
HSL color Cylindrical-coordinate representation of color #AEE38C: hue angle of 96.55º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEE38C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 227 | 140 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.11 |
| HSL | 96.55º | 0.61% | 0.72% | - |
| HSV(B) | 96.55º | 0.38% | 0.89% | - |
| XYZ | 49.66 | 65.83 | 34.9 | - |
| YUV | 201.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 227 | 140 | 0.23 | 0 | 0.38 | 0.11 | 96.55 | 0.61 | 0.72 |
| Hex | AE | E3 | 8C | 17 | 0 | 26 | B | 61 | 3D | 48 |
| Octal | 256 | 343 | 214 | 27 | 0 | 46 | 13 | 141 | 75 | 110 |
| Binary | 10101110 | 11100011 | 10001100 | 10111 | 0 | 100110 | 1011 | 1100001 | 111101 | 1001000 |
Color Harmonies of #AEE38C
Complementary color
Monochromatic Colors of #AEE38C
Black with #AEE38C
Text Example
Text Example
White with #AEE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE38C; }
p { color: rgb(174,227,140); }
H1.HeaderClassName
{
color: #AEE38C;
}
.AnyTagClassName
{
color: #AEE38C;
}
</style>
background-color css
<style>
a { background-color: #AEE38C; }
a { background-color: rgb(174,227,140); }
div.DivClassName
{
background-color: #AEE38C;
}
.BgClassName
{
background-color: #AEE38C;
}
</style>
border-color css
<style>
span { border-color: #AEE38C; }
span { border-color: rgb(174,227,140); }
td.TdClassName
{
border-color: #AEE38C;
}
.TagClassName
{
border-color: #AEE38C;
}
</style>