Shades of Feijoa #AECD8F
Tints of Feijoa #AECD8F
RGB
CMYK
RGB Variations
Color information
#AECD8F (or 0xAECD8F) is known color: Feijoa. HEX triplet: AE, CD and 8F. RGB value is (174,205,143). Sum of RGB (Red+Green+Blue) = 174+205+143=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD8F is #513270. Grayscale: #BCBCBC. Windows color (decimal): -5321329 or 9424302. OLE color: 9424302.
HSL color Cylindrical-coordinate representation of color #AECD8F: hue angle of 90º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECD8F is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 143 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.20 |
| HSL | 90º | 0.38% | 0.68% | - |
| HSV(B) | 90º | 0.3% | 0.8% | - |
| XYZ | 44.24 | 54.64 | 34.2 | - |
| YUV | 188.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 143 | 0.15 | 0 | 0.30 | 0.20 | 90 | 0.38 | 0.68 |
| Hex | AE | CD | 8F | F | 0 | 1E | 14 | 5A | 26 | 44 |
| Octal | 256 | 315 | 217 | 17 | 0 | 36 | 24 | 132 | 46 | 104 |
| Binary | 10101110 | 11001101 | 10001111 | 1111 | 0 | 11110 | 10100 | 1011010 | 100110 | 1000100 |
Color Harmonies of #AECD8F
Complementary color
Monochromatic Colors of #AECD8F
Black with #AECD8F
Text Example
Text Example
White with #AECD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD8F; }
p { color: rgb(174,205,143); }
H1.HeaderClassName
{
color: #AECD8F;
}
.AnyTagClassName
{
color: #AECD8F;
}
</style>
background-color css
<style>
a { background-color: #AECD8F; }
a { background-color: rgb(174,205,143); }
div.DivClassName
{
background-color: #AECD8F;
}
.BgClassName
{
background-color: #AECD8F;
}
</style>
border-color css
<style>
span { border-color: #AECD8F; }
span { border-color: rgb(174,205,143); }
td.TdClassName
{
border-color: #AECD8F;
}
.TagClassName
{
border-color: #AECD8F;
}
</style>