Shades of Feijoa #AECF87
Tints of Feijoa #AECF87
RGB
CMYK
RGB Variations
Color information
#AECF87 (or 0xAECF87) is known color: Feijoa. HEX triplet: AE, CF and 87. RGB value is (174,207,135). Sum of RGB (Red+Green+Blue) = 174+207+135=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF87 is #513078. Grayscale: #BDBDBD. Windows color (decimal): -5320825 or 8900526. OLE color: 8900526.
HSL color Cylindrical-coordinate representation of color #AECF87: hue angle of 87.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AECF87 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 135 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.19 |
| HSL | 87.5º | 0.43% | 0.67% | - |
| HSV(B) | 87.5º | 0.35% | 0.81% | - |
| XYZ | 44.14 | 55.37 | 31.28 | - |
| YUV | 188.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 135 | 0.16 | 0 | 0.35 | 0.19 | 87.5 | 0.43 | 0.67 |
| Hex | AE | CF | 87 | 10 | 0 | 23 | 13 | 57 | 2B | 43 |
| Octal | 256 | 317 | 207 | 20 | 0 | 43 | 23 | 127 | 53 | 103 |
| Binary | 10101110 | 11001111 | 10000111 | 10000 | 0 | 100011 | 10011 | 1010111 | 101011 | 1000011 |
Color Harmonies of #AECF87
Complementary color
Monochromatic Colors of #AECF87
Black with #AECF87
Text Example
Text Example
White with #AECF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF87; }
p { color: rgb(174,207,135); }
H1.HeaderClassName
{
color: #AECF87;
}
.AnyTagClassName
{
color: #AECF87;
}
</style>
background-color css
<style>
a { background-color: #AECF87; }
a { background-color: rgb(174,207,135); }
div.DivClassName
{
background-color: #AECF87;
}
.BgClassName
{
background-color: #AECF87;
}
</style>
border-color css
<style>
span { border-color: #AECF87; }
span { border-color: rgb(174,207,135); }
td.TdClassName
{
border-color: #AECF87;
}
.TagClassName
{
border-color: #AECF87;
}
</style>