Shades of Feijoa #AFEC8E
Tints of Feijoa #AFEC8E
RGB
CMYK
RGB Variations
Color information
#AFEC8E (or 0xAFEC8E) is known color: Feijoa. HEX triplet: AF, EC and 8E. RGB value is (175,236,142). Sum of RGB (Red+Green+Blue) = 175+236+142=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC8E is #501371. Grayscale: #CFCFCF. Windows color (decimal): -5247858 or 9366703. OLE color: 9366703.
HSL color Cylindrical-coordinate representation of color #AFEC8E: hue angle of 98.94º 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 #AFEC8E is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 142 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.07 |
| HSL | 98.94º | 0.71% | 0.74% | - |
| HSV(B) | 98.94º | 0.4% | 0.93% | - |
| XYZ | 52.56 | 71.06 | 36.54 | - |
| YUV | 207.05 | 91.29 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 142 | 0.26 | 0 | 0.40 | 0.07 | 98.94 | 0.71 | 0.74 |
| Hex | AF | EC | 8E | 1A | 0 | 28 | 7 | 63 | 47 | 4A |
| Octal | 257 | 354 | 216 | 32 | 0 | 50 | 7 | 143 | 107 | 112 |
| Binary | 10101111 | 11101100 | 10001110 | 11010 | 0 | 101000 | 111 | 1100011 | 1000111 | 1001010 |
Color Harmonies of #AFEC8E
Complementary color
Monochromatic Colors of #AFEC8E
Black with #AFEC8E
Text Example
Text Example
White with #AFEC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC8E; }
p { color: rgb(175,236,142); }
H1.HeaderClassName
{
color: #AFEC8E;
}
.AnyTagClassName
{
color: #AFEC8E;
}
</style>
background-color css
<style>
a { background-color: #AFEC8E; }
a { background-color: rgb(175,236,142); }
div.DivClassName
{
background-color: #AFEC8E;
}
.BgClassName
{
background-color: #AFEC8E;
}
</style>
border-color css
<style>
span { border-color: #AFEC8E; }
span { border-color: rgb(175,236,142); }
td.TdClassName
{
border-color: #AFEC8E;
}
.TagClassName
{
border-color: #AFEC8E;
}
</style>