Shades of Feijoa #AECC8B
Tints of Feijoa #AECC8B
RGB
CMYK
RGB Variations
Color information
#AECC8B (or 0xAECC8B) is known color: Feijoa. HEX triplet: AE, CC and 8B. RGB value is (174,204,139). Sum of RGB (Red+Green+Blue) = 174+204+139=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC8B is #513374. Grayscale: #BBBBBB. Windows color (decimal): -5321589 or 9161902. OLE color: 9161902.
HSL color Cylindrical-coordinate representation of color #AECC8B: hue angle of 87.69º degrees, saturation: 0.39, 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 #AECC8B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 139 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.2 |
| HSL | 87.69º | 0.39% | 0.67% | - |
| HSV(B) | 87.69º | 0.32% | 0.8% | - |
| XYZ | 43.71 | 54.05 | 32.55 | - |
| YUV | 187.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 139 | 0.15 | 0 | 0.32 | 0.2 | 87.69 | 0.39 | 0.67 |
| Hex | AE | CC | 8B | F | 0 | 20 | 14 | 58 | 27 | 43 |
| Octal | 256 | 314 | 213 | 17 | 0 | 40 | 24 | 130 | 47 | 103 |
| Binary | 10101110 | 11001100 | 10001011 | 1111 | 0 | 100000 | 10100 | 1011000 | 100111 | 1000011 |
Color Harmonies of #AECC8B
Complementary color
Monochromatic Colors of #AECC8B
Black with #AECC8B
Text Example
Text Example
White with #AECC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC8B; }
p { color: rgb(174,204,139); }
H1.HeaderClassName
{
color: #AECC8B;
}
.AnyTagClassName
{
color: #AECC8B;
}
</style>
background-color css
<style>
a { background-color: #AECC8B; }
a { background-color: rgb(174,204,139); }
div.DivClassName
{
background-color: #AECC8B;
}
.BgClassName
{
background-color: #AECC8B;
}
</style>
border-color css
<style>
span { border-color: #AECC8B; }
span { border-color: rgb(174,204,139); }
td.TdClassName
{
border-color: #AECC8B;
}
.TagClassName
{
border-color: #AECC8B;
}
</style>