Shades of Feijoa #AEF085
Tints of Feijoa #AEF085
RGB
CMYK
RGB Variations
Color information
#AEF085 (or 0xAEF085) is known color: Feijoa. HEX triplet: AE, F0 and 85. RGB value is (174,240,133). Sum of RGB (Red+Green+Blue) = 174+240+133=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF085 is #510F7A. Grayscale: #D0D0D0. Windows color (decimal): -5312379 or 8777902. OLE color: 8777902.
HSL color Cylindrical-coordinate representation of color #AEF085: hue angle of 97.01º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEF085 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 133 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.06 |
| HSL | 97.01º | 0.78% | 0.73% | - |
| HSV(B) | 97.01º | 0.45% | 0.94% | - |
| XYZ | 52.85 | 73.01 | 33.5 | - |
| YUV | 208.07 | 85.63 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 133 | 0.28 | 0 | 0.45 | 0.06 | 97.01 | 0.78 | 0.73 |
| Hex | AE | F0 | 85 | 1C | 0 | 2D | 6 | 61 | 4E | 49 |
| Octal | 256 | 360 | 205 | 34 | 0 | 55 | 6 | 141 | 116 | 111 |
| Binary | 10101110 | 11110000 | 10000101 | 11100 | 0 | 101101 | 110 | 1100001 | 1001110 | 1001001 |
Color Harmonies of #AEF085
Complementary color
Monochromatic Colors of #AEF085
Black with #AEF085
Text Example
Text Example
White with #AEF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF085; }
p { color: rgb(174,240,133); }
H1.HeaderClassName
{
color: #AEF085;
}
.AnyTagClassName
{
color: #AEF085;
}
</style>
background-color css
<style>
a { background-color: #AEF085; }
a { background-color: rgb(174,240,133); }
div.DivClassName
{
background-color: #AEF085;
}
.BgClassName
{
background-color: #AEF085;
}
</style>
border-color css
<style>
span { border-color: #AEF085; }
span { border-color: rgb(174,240,133); }
td.TdClassName
{
border-color: #AEF085;
}
.TagClassName
{
border-color: #AEF085;
}
</style>