Shades of Feijoa #AECF91
Tints of Feijoa #AECF91
RGB
CMYK
RGB Variations
Color information
#AECF91 (or 0xAECF91) is known color: Feijoa. HEX triplet: AE, CF and 91. RGB value is (174,207,145). Sum of RGB (Red+Green+Blue) = 174+207+145=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF91 is #51306E. Grayscale: #BEBEBE. Windows color (decimal): -5320815 or 9555886. OLE color: 9555886.
HSL color Cylindrical-coordinate representation of color #AECF91: hue angle of 91.94º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECF91 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 145 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.19 |
| HSL | 91.94º | 0.39% | 0.69% | - |
| HSV(B) | 91.94º | 0.3% | 0.81% | - |
| XYZ | 44.88 | 55.67 | 35.17 | - |
| YUV | 190.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 145 | 0.16 | 0 | 0.30 | 0.19 | 91.94 | 0.39 | 0.69 |
| Hex | AE | CF | 91 | 10 | 0 | 1E | 13 | 5C | 27 | 45 |
| Octal | 256 | 317 | 221 | 20 | 0 | 36 | 23 | 134 | 47 | 105 |
| Binary | 10101110 | 11001111 | 10010001 | 10000 | 0 | 11110 | 10011 | 1011100 | 100111 | 1000101 |
Color Harmonies of #AECF91
Complementary color
Monochromatic Colors of #AECF91
Black with #AECF91
Text Example
Text Example
White with #AECF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF91; }
p { color: rgb(174,207,145); }
H1.HeaderClassName
{
color: #AECF91;
}
.AnyTagClassName
{
color: #AECF91;
}
</style>
background-color css
<style>
a { background-color: #AECF91; }
a { background-color: rgb(174,207,145); }
div.DivClassName
{
background-color: #AECF91;
}
.BgClassName
{
background-color: #AECF91;
}
</style>
border-color css
<style>
span { border-color: #AECF91; }
span { border-color: rgb(174,207,145); }
td.TdClassName
{
border-color: #AECF91;
}
.TagClassName
{
border-color: #AECF91;
}
</style>