Shades of Feijoa #AFDB8F
Tints of Feijoa #AFDB8F
RGB
CMYK
RGB Variations
Color information
#AFDB8F (or 0xAFDB8F) is known color: Feijoa. HEX triplet: AF, DB and 8F. RGB value is (175,219,143). Sum of RGB (Red+Green+Blue) = 175+219+143=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB8F is #502470. Grayscale: #C5C5C5. Windows color (decimal): -5252209 or 9427887. OLE color: 9427887.
HSL color Cylindrical-coordinate representation of color #AFDB8F: hue angle of 94.74º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFDB8F is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 143 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.14 |
| HSL | 94.74º | 0.51% | 0.71% | - |
| HSV(B) | 94.74º | 0.35% | 0.86% | - |
| XYZ | 47.97 | 61.76 | 35.38 | - |
| YUV | 197.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 143 | 0.20 | 0 | 0.35 | 0.14 | 94.74 | 0.51 | 0.71 |
| Hex | AF | DB | 8F | 14 | 0 | 23 | E | 5F | 33 | 47 |
| Octal | 257 | 333 | 217 | 24 | 0 | 43 | 16 | 137 | 63 | 107 |
| Binary | 10101111 | 11011011 | 10001111 | 10100 | 0 | 100011 | 1110 | 1011111 | 110011 | 1000111 |
Color Harmonies of #AFDB8F
Complementary color
Monochromatic Colors of #AFDB8F
Black with #AFDB8F
Text Example
Text Example
White with #AFDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB8F; }
p { color: rgb(175,219,143); }
H1.HeaderClassName
{
color: #AFDB8F;
}
.AnyTagClassName
{
color: #AFDB8F;
}
</style>
background-color css
<style>
a { background-color: #AFDB8F; }
a { background-color: rgb(175,219,143); }
div.DivClassName
{
background-color: #AFDB8F;
}
.BgClassName
{
background-color: #AFDB8F;
}
</style>
border-color css
<style>
span { border-color: #AFDB8F; }
span { border-color: rgb(175,219,143); }
td.TdClassName
{
border-color: #AFDB8F;
}
.TagClassName
{
border-color: #AFDB8F;
}
</style>