Shades of Feijoa #AFDC89
Tints of Feijoa #AFDC89
RGB
CMYK
RGB Variations
Color information
#AFDC89 (or 0xAFDC89) is known color: Feijoa. HEX triplet: AF, DC and 89. RGB value is (175,220,137). Sum of RGB (Red+Green+Blue) = 175+220+137=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC89 is #502376. Grayscale: #C5C5C5. Windows color (decimal): -5251959 or 9034927. OLE color: 9034927.
HSL color Cylindrical-coordinate representation of color #AFDC89: hue angle of 92.53º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFDC89 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 137 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.14 |
| HSL | 92.53º | 0.54% | 0.7% | - |
| HSV(B) | 92.53º | 0.38% | 0.86% | - |
| XYZ | 47.79 | 62.11 | 33.14 | - |
| YUV | 197.08 | 94.09 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 137 | 0.20 | 0 | 0.38 | 0.14 | 92.53 | 0.54 | 0.7 |
| Hex | AF | DC | 89 | 14 | 0 | 26 | E | 5D | 36 | 46 |
| Octal | 257 | 334 | 211 | 24 | 0 | 46 | 16 | 135 | 66 | 106 |
| Binary | 10101111 | 11011100 | 10001001 | 10100 | 0 | 100110 | 1110 | 1011101 | 110110 | 1000110 |
Color Harmonies of #AFDC89
Complementary color
Monochromatic Colors of #AFDC89
Black with #AFDC89
Text Example
Text Example
White with #AFDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC89; }
p { color: rgb(175,220,137); }
H1.HeaderClassName
{
color: #AFDC89;
}
.AnyTagClassName
{
color: #AFDC89;
}
</style>
background-color css
<style>
a { background-color: #AFDC89; }
a { background-color: rgb(175,220,137); }
div.DivClassName
{
background-color: #AFDC89;
}
.BgClassName
{
background-color: #AFDC89;
}
</style>
border-color css
<style>
span { border-color: #AFDC89; }
span { border-color: rgb(175,220,137); }
td.TdClassName
{
border-color: #AFDC89;
}
.TagClassName
{
border-color: #AFDC89;
}
</style>