Shades of Feijoa #AECE8C
Tints of Feijoa #AECE8C
RGB
CMYK
RGB Variations
Color information
#AECE8C (or 0xAECE8C) is known color: Feijoa. HEX triplet: AE, CE and 8C. RGB value is (174,206,140). Sum of RGB (Red+Green+Blue) = 174+206+140=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECE8C is #513173. Grayscale: #BDBDBD. Windows color (decimal): -5321076 or 9227950. OLE color: 9227950.
HSL color Cylindrical-coordinate representation of color #AECE8C: hue angle of 89.09º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECE8C is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 140 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.19 |
| HSL | 89.09º | 0.4% | 0.68% | - |
| HSV(B) | 89.09º | 0.32% | 0.81% | - |
| XYZ | 44.26 | 55.03 | 33.1 | - |
| YUV | 188.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 140 | 0.16 | 0 | 0.32 | 0.19 | 89.09 | 0.4 | 0.68 |
| Hex | AE | CE | 8C | 10 | 0 | 20 | 13 | 59 | 28 | 44 |
| Octal | 256 | 316 | 214 | 20 | 0 | 40 | 23 | 131 | 50 | 104 |
| Binary | 10101110 | 11001110 | 10001100 | 10000 | 0 | 100000 | 10011 | 1011001 | 101000 | 1000100 |
Color Harmonies of #AECE8C
Complementary color
Monochromatic Colors of #AECE8C
Black with #AECE8C
Text Example
Text Example
White with #AECE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE8C; }
p { color: rgb(174,206,140); }
H1.HeaderClassName
{
color: #AECE8C;
}
.AnyTagClassName
{
color: #AECE8C;
}
</style>
background-color css
<style>
a { background-color: #AECE8C; }
a { background-color: rgb(174,206,140); }
div.DivClassName
{
background-color: #AECE8C;
}
.BgClassName
{
background-color: #AECE8C;
}
</style>
border-color css
<style>
span { border-color: #AECE8C; }
span { border-color: rgb(174,206,140); }
td.TdClassName
{
border-color: #AECE8C;
}
.TagClassName
{
border-color: #AECE8C;
}
</style>