Shades of Feijoa #AECF89
Tints of Feijoa #AECF89
RGB
CMYK
RGB Variations
Color information
#AECF89 (or 0xAECF89) is known color: Feijoa. HEX triplet: AE, CF and 89. RGB value is (174,207,137). Sum of RGB (Red+Green+Blue) = 174+207+137=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF89 is #513076. Grayscale: #BDBDBD. Windows color (decimal): -5320823 or 9031598. OLE color: 9031598.
HSL color Cylindrical-coordinate representation of color #AECF89: hue angle of 88.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AECF89 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 137 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.19 |
| HSL | 88.29º | 0.42% | 0.67% | - |
| HSV(B) | 88.29º | 0.34% | 0.81% | - |
| XYZ | 44.28 | 55.43 | 32.03 | - |
| YUV | 189.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 137 | 0.16 | 0 | 0.34 | 0.19 | 88.29 | 0.42 | 0.67 |
| Hex | AE | CF | 89 | 10 | 0 | 22 | 13 | 58 | 2A | 43 |
| Octal | 256 | 317 | 211 | 20 | 0 | 42 | 23 | 130 | 52 | 103 |
| Binary | 10101110 | 11001111 | 10001001 | 10000 | 0 | 100010 | 10011 | 1011000 | 101010 | 1000011 |
Color Harmonies of #AECF89
Complementary color
Monochromatic Colors of #AECF89
Black with #AECF89
Text Example
Text Example
White with #AECF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF89; }
p { color: rgb(174,207,137); }
H1.HeaderClassName
{
color: #AECF89;
}
.AnyTagClassName
{
color: #AECF89;
}
</style>
background-color css
<style>
a { background-color: #AECF89; }
a { background-color: rgb(174,207,137); }
div.DivClassName
{
background-color: #AECF89;
}
.BgClassName
{
background-color: #AECF89;
}
</style>
border-color css
<style>
span { border-color: #AECF89; }
span { border-color: rgb(174,207,137); }
td.TdClassName
{
border-color: #AECF89;
}
.TagClassName
{
border-color: #AECF89;
}
</style>