Shades of Feijoa #AFDC8B
Tints of Feijoa #AFDC8B
RGB
CMYK
RGB Variations
Color information
#AFDC8B (or 0xAFDC8B) is known color: Feijoa. HEX triplet: AF, DC and 8B. RGB value is (175,220,139). Sum of RGB (Red+Green+Blue) = 175+220+139=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC8B is #502374. Grayscale: #C5C5C5. Windows color (decimal): -5251957 or 9165999. OLE color: 9165999.
HSL color Cylindrical-coordinate representation of color #AFDC8B: hue angle of 93.33º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFDC8B is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 139 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.14 |
| HSL | 93.33º | 0.54% | 0.7% | - |
| HSV(B) | 93.33º | 0.37% | 0.86% | - |
| XYZ | 47.93 | 62.16 | 33.9 | - |
| YUV | 197.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 139 | 0.20 | 0 | 0.37 | 0.14 | 93.33 | 0.54 | 0.7 |
| Hex | AF | DC | 8B | 14 | 0 | 25 | E | 5D | 36 | 46 |
| Octal | 257 | 334 | 213 | 24 | 0 | 45 | 16 | 135 | 66 | 106 |
| Binary | 10101111 | 11011100 | 10001011 | 10100 | 0 | 100101 | 1110 | 1011101 | 110110 | 1000110 |
Color Harmonies of #AFDC8B
Complementary color
Monochromatic Colors of #AFDC8B
Black with #AFDC8B
Text Example
Text Example
White with #AFDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC8B; }
p { color: rgb(175,220,139); }
H1.HeaderClassName
{
color: #AFDC8B;
}
.AnyTagClassName
{
color: #AFDC8B;
}
</style>
background-color css
<style>
a { background-color: #AFDC8B; }
a { background-color: rgb(175,220,139); }
div.DivClassName
{
background-color: #AFDC8B;
}
.BgClassName
{
background-color: #AFDC8B;
}
</style>
border-color css
<style>
span { border-color: #AFDC8B; }
span { border-color: rgb(175,220,139); }
td.TdClassName
{
border-color: #AFDC8B;
}
.TagClassName
{
border-color: #AFDC8B;
}
</style>