Shades of Feijoa #AECF94
Tints of Feijoa #AECF94
RGB
CMYK
RGB Variations
Color information
#AECF94 (or 0xAECF94) is known color: Feijoa. HEX triplet: AE, CF and 94. RGB value is (174,207,148). Sum of RGB (Red+Green+Blue) = 174+207+148=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF94 is #51306B. Grayscale: #BEBEBE. Windows color (decimal): -5320812 or 9752494. OLE color: 9752494.
HSL color Cylindrical-coordinate representation of color #AECF94: hue angle of 93.56º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AECF94 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 148 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.19 |
| HSL | 93.56º | 0.38% | 0.7% | - |
| HSV(B) | 93.56º | 0.29% | 0.81% | - |
| XYZ | 45.11 | 55.76 | 36.4 | - |
| YUV | 190.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 148 | 0.16 | 0 | 0.29 | 0.19 | 93.56 | 0.38 | 0.7 |
| Hex | AE | CF | 94 | 10 | 0 | 1D | 13 | 5E | 26 | 46 |
| Octal | 256 | 317 | 224 | 20 | 0 | 35 | 23 | 136 | 46 | 106 |
| Binary | 10101110 | 11001111 | 10010100 | 10000 | 0 | 11101 | 10011 | 1011110 | 100110 | 1000110 |
Color Harmonies of #AECF94
Complementary color
Monochromatic Colors of #AECF94
Black with #AECF94
Text Example
Text Example
White with #AECF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF94; }
p { color: rgb(174,207,148); }
H1.HeaderClassName
{
color: #AECF94;
}
.AnyTagClassName
{
color: #AECF94;
}
</style>
background-color css
<style>
a { background-color: #AECF94; }
a { background-color: rgb(174,207,148); }
div.DivClassName
{
background-color: #AECF94;
}
.BgClassName
{
background-color: #AECF94;
}
</style>
border-color css
<style>
span { border-color: #AECF94; }
span { border-color: rgb(174,207,148); }
td.TdClassName
{
border-color: #AECF94;
}
.TagClassName
{
border-color: #AECF94;
}
</style>