Shades of Feijoa #AECE8A
Tints of Feijoa #AECE8A
RGB
CMYK
RGB Variations
Color information
#AECE8A (or 0xAECE8A) is known color: Feijoa. HEX triplet: AE, CE and 8A. RGB value is (174,206,138). Sum of RGB (Red+Green+Blue) = 174+206+138=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECE8A is #513175. Grayscale: #BCBCBC. Windows color (decimal): -5321078 or 9096878. OLE color: 9096878.
HSL color Cylindrical-coordinate representation of color #AECE8A: hue angle of 88.24º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AECE8A is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 138 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.19 |
| HSL | 88.24º | 0.41% | 0.67% | - |
| HSV(B) | 88.24º | 0.33% | 0.81% | - |
| XYZ | 44.11 | 54.98 | 32.33 | - |
| YUV | 188.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 138 | 0.16 | 0 | 0.33 | 0.19 | 88.24 | 0.41 | 0.67 |
| Hex | AE | CE | 8A | 10 | 0 | 21 | 13 | 58 | 29 | 43 |
| Octal | 256 | 316 | 212 | 20 | 0 | 41 | 23 | 130 | 51 | 103 |
| Binary | 10101110 | 11001110 | 10001010 | 10000 | 0 | 100001 | 10011 | 1011000 | 101001 | 1000011 |
Color Harmonies of #AECE8A
Complementary color
Monochromatic Colors of #AECE8A
Black with #AECE8A
Text Example
Text Example
White with #AECE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE8A; }
p { color: rgb(174,206,138); }
H1.HeaderClassName
{
color: #AECE8A;
}
.AnyTagClassName
{
color: #AECE8A;
}
</style>
background-color css
<style>
a { background-color: #AECE8A; }
a { background-color: rgb(174,206,138); }
div.DivClassName
{
background-color: #AECE8A;
}
.BgClassName
{
background-color: #AECE8A;
}
</style>
border-color css
<style>
span { border-color: #AECE8A; }
span { border-color: rgb(174,206,138); }
td.TdClassName
{
border-color: #AECE8A;
}
.TagClassName
{
border-color: #AECE8A;
}
</style>