Shades of Feijoa #AECD8B
Tints of Feijoa #AECD8B
RGB
CMYK
RGB Variations
Color information
#AECD8B (or 0xAECD8B) is known color: Feijoa. HEX triplet: AE, CD and 8B. RGB value is (174,205,139). Sum of RGB (Red+Green+Blue) = 174+205+139=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD8B is #513274. Grayscale: #BCBCBC. Windows color (decimal): -5321333 or 9162158. OLE color: 9162158.
HSL color Cylindrical-coordinate representation of color #AECD8B: hue angle of 88.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECD8B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 139 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.20 |
| HSL | 88.18º | 0.4% | 0.67% | - |
| HSV(B) | 88.18º | 0.32% | 0.8% | - |
| XYZ | 43.95 | 54.53 | 32.63 | - |
| YUV | 188.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 139 | 0.15 | 0 | 0.32 | 0.20 | 88.18 | 0.4 | 0.67 |
| Hex | AE | CD | 8B | F | 0 | 20 | 14 | 58 | 28 | 43 |
| Octal | 256 | 315 | 213 | 17 | 0 | 40 | 24 | 130 | 50 | 103 |
| Binary | 10101110 | 11001101 | 10001011 | 1111 | 0 | 100000 | 10100 | 1011000 | 101000 | 1000011 |
Color Harmonies of #AECD8B
Complementary color
Monochromatic Colors of #AECD8B
Black with #AECD8B
Text Example
Text Example
White with #AECD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD8B; }
p { color: rgb(174,205,139); }
H1.HeaderClassName
{
color: #AECD8B;
}
.AnyTagClassName
{
color: #AECD8B;
}
</style>
background-color css
<style>
a { background-color: #AECD8B; }
a { background-color: rgb(174,205,139); }
div.DivClassName
{
background-color: #AECD8B;
}
.BgClassName
{
background-color: #AECD8B;
}
</style>
border-color css
<style>
span { border-color: #AECD8B; }
span { border-color: rgb(174,205,139); }
td.TdClassName
{
border-color: #AECD8B;
}
.TagClassName
{
border-color: #AECD8B;
}
</style>