Shades of Feijoa #AFEC8D
Tints of Feijoa #AFEC8D
RGB
CMYK
RGB Variations
Color information
#AFEC8D (or 0xAFEC8D) is known color: Feijoa. HEX triplet: AF, EC and 8D. RGB value is (175,236,141). Sum of RGB (Red+Green+Blue) = 175+236+141=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC8D is #501372. Grayscale: #CFCFCF. Windows color (decimal): -5247859 or 9301167. OLE color: 9301167.
HSL color Cylindrical-coordinate representation of color #AFEC8D: hue angle of 98.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFEC8D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 141 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.07 |
| HSL | 98.53º | 0.71% | 0.74% | - |
| HSV(B) | 98.53º | 0.4% | 0.93% | - |
| XYZ | 52.48 | 71.03 | 36.14 | - |
| YUV | 206.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 141 | 0.26 | 0 | 0.40 | 0.07 | 98.53 | 0.71 | 0.74 |
| Hex | AF | EC | 8D | 1A | 0 | 28 | 7 | 63 | 47 | 4A |
| Octal | 257 | 354 | 215 | 32 | 0 | 50 | 7 | 143 | 107 | 112 |
| Binary | 10101111 | 11101100 | 10001101 | 11010 | 0 | 101000 | 111 | 1100011 | 1000111 | 1001010 |
Color Harmonies of #AFEC8D
Complementary color
Monochromatic Colors of #AFEC8D
Black with #AFEC8D
Text Example
Text Example
White with #AFEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC8D; }
p { color: rgb(175,236,141); }
H1.HeaderClassName
{
color: #AFEC8D;
}
.AnyTagClassName
{
color: #AFEC8D;
}
</style>
background-color css
<style>
a { background-color: #AFEC8D; }
a { background-color: rgb(175,236,141); }
div.DivClassName
{
background-color: #AFEC8D;
}
.BgClassName
{
background-color: #AFEC8D;
}
</style>
border-color css
<style>
span { border-color: #AFEC8D; }
span { border-color: rgb(175,236,141); }
td.TdClassName
{
border-color: #AFEC8D;
}
.TagClassName
{
border-color: #AFEC8D;
}
</style>