Shades of Feijoa #AFEC8C
Tints of Feijoa #AFEC8C
RGB
CMYK
RGB Variations
Color information
#AFEC8C (or 0xAFEC8C) is known color: Feijoa. HEX triplet: AF, EC and 8C. RGB value is (175,236,140). Sum of RGB (Red+Green+Blue) = 175+236+140=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC8C is #501373. Grayscale: #CFCFCF. Windows color (decimal): -5247860 or 9235631. OLE color: 9235631.
HSL color Cylindrical-coordinate representation of color #AFEC8C: hue angle of 98.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFEC8C is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 140 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.07 |
| HSL | 98.13º | 0.72% | 0.74% | - |
| HSV(B) | 98.13º | 0.41% | 0.93% | - |
| XYZ | 52.41 | 71 | 35.75 | - |
| YUV | 206.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 140 | 0.26 | 0 | 0.41 | 0.07 | 98.13 | 0.72 | 0.74 |
| Hex | AF | EC | 8C | 1A | 0 | 29 | 7 | 62 | 48 | 4A |
| Octal | 257 | 354 | 214 | 32 | 0 | 51 | 7 | 142 | 110 | 112 |
| Binary | 10101111 | 11101100 | 10001100 | 11010 | 0 | 101001 | 111 | 1100010 | 1001000 | 1001010 |
Color Harmonies of #AFEC8C
Complementary color
Monochromatic Colors of #AFEC8C
Black with #AFEC8C
Text Example
Text Example
White with #AFEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC8C; }
p { color: rgb(175,236,140); }
H1.HeaderClassName
{
color: #AFEC8C;
}
.AnyTagClassName
{
color: #AFEC8C;
}
</style>
background-color css
<style>
a { background-color: #AFEC8C; }
a { background-color: rgb(175,236,140); }
div.DivClassName
{
background-color: #AFEC8C;
}
.BgClassName
{
background-color: #AFEC8C;
}
</style>
border-color css
<style>
span { border-color: #AFEC8C; }
span { border-color: rgb(175,236,140); }
td.TdClassName
{
border-color: #AFEC8C;
}
.TagClassName
{
border-color: #AFEC8C;
}
</style>