Shades of Feijoa #AECF93
Tints of Feijoa #AECF93
RGB
CMYK
RGB Variations
Color information
#AECF93 (or 0xAECF93) is known color: Feijoa. HEX triplet: AE, CF and 93. RGB value is (174,207,147). Sum of RGB (Red+Green+Blue) = 174+207+147=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF93 is #51306C. Grayscale: #BEBEBE. Windows color (decimal): -5320813 or 9686958. OLE color: 9686958.
HSL color Cylindrical-coordinate representation of color #AECF93: hue angle of 93º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AECF93 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 147 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.19 |
| HSL | 93º | 0.38% | 0.69% | - |
| HSV(B) | 93º | 0.29% | 0.81% | - |
| XYZ | 45.03 | 55.73 | 35.99 | - |
| YUV | 190.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 147 | 0.16 | 0 | 0.29 | 0.19 | 93 | 0.38 | 0.69 |
| Hex | AE | CF | 93 | 10 | 0 | 1D | 13 | 5D | 26 | 45 |
| Octal | 256 | 317 | 223 | 20 | 0 | 35 | 23 | 135 | 46 | 105 |
| Binary | 10101110 | 11001111 | 10010011 | 10000 | 0 | 11101 | 10011 | 1011101 | 100110 | 1000101 |
Color Harmonies of #AECF93
Complementary color
Monochromatic Colors of #AECF93
Black with #AECF93
Text Example
Text Example
White with #AECF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF93; }
p { color: rgb(174,207,147); }
H1.HeaderClassName
{
color: #AECF93;
}
.AnyTagClassName
{
color: #AECF93;
}
</style>
background-color css
<style>
a { background-color: #AECF93; }
a { background-color: rgb(174,207,147); }
div.DivClassName
{
background-color: #AECF93;
}
.BgClassName
{
background-color: #AECF93;
}
</style>
border-color css
<style>
span { border-color: #AECF93; }
span { border-color: rgb(174,207,147); }
td.TdClassName
{
border-color: #AECF93;
}
.TagClassName
{
border-color: #AECF93;
}
</style>