Shades of Feijoa #AEE885
Tints of Feijoa #AEE885
RGB
CMYK
RGB Variations
Color information
#AEE885 (or 0xAEE885) is known color: Feijoa. HEX triplet: AE, E8 and 85. RGB value is (174,232,133). Sum of RGB (Red+Green+Blue) = 174+232+133=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEE885 is #51177A. Grayscale: #CBCBCB. Windows color (decimal): -5314427 or 8775854. OLE color: 8775854.
HSL color Cylindrical-coordinate representation of color #AEE885: hue angle of 95.15º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEE885 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 133 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.09 |
| HSL | 95.15º | 0.68% | 0.72% | - |
| HSV(B) | 95.15º | 0.43% | 0.91% | - |
| XYZ | 50.55 | 68.41 | 32.73 | - |
| YUV | 203.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 133 | 0.25 | 0 | 0.43 | 0.09 | 95.15 | 0.68 | 0.72 |
| Hex | AE | E8 | 85 | 19 | 0 | 2B | 9 | 5F | 44 | 48 |
| Octal | 256 | 350 | 205 | 31 | 0 | 53 | 11 | 137 | 104 | 110 |
| Binary | 10101110 | 11101000 | 10000101 | 11001 | 0 | 101011 | 1001 | 1011111 | 1000100 | 1001000 |
Color Harmonies of #AEE885
Complementary color
Monochromatic Colors of #AEE885
Black with #AEE885
Text Example
Text Example
White with #AEE885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE885; }
p { color: rgb(174,232,133); }
H1.HeaderClassName
{
color: #AEE885;
}
.AnyTagClassName
{
color: #AEE885;
}
</style>
background-color css
<style>
a { background-color: #AEE885; }
a { background-color: rgb(174,232,133); }
div.DivClassName
{
background-color: #AEE885;
}
.BgClassName
{
background-color: #AEE885;
}
</style>
border-color css
<style>
span { border-color: #AEE885; }
span { border-color: rgb(174,232,133); }
td.TdClassName
{
border-color: #AEE885;
}
.TagClassName
{
border-color: #AEE885;
}
</style>