Shades of Feijoa #AFDB91
Tints of Feijoa #AFDB91
RGB
CMYK
RGB Variations
Color information
#AFDB91 (or 0xAFDB91) is known color: Feijoa. HEX triplet: AF, DB and 91. RGB value is (175,219,145). Sum of RGB (Red+Green+Blue) = 175+219+145=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB91 is #50246E. Grayscale: #C5C5C5. Windows color (decimal): -5252207 or 9558959. OLE color: 9558959.
HSL color Cylindrical-coordinate representation of color #AFDB91: hue angle of 95.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFDB91 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 145 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.14 |
| HSL | 95.68º | 0.51% | 0.71% | - |
| HSV(B) | 95.68º | 0.34% | 0.86% | - |
| XYZ | 48.12 | 61.82 | 36.18 | - |
| YUV | 197.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 145 | 0.20 | 0 | 0.34 | 0.14 | 95.68 | 0.51 | 0.71 |
| Hex | AF | DB | 91 | 14 | 0 | 22 | E | 60 | 33 | 47 |
| Octal | 257 | 333 | 221 | 24 | 0 | 42 | 16 | 140 | 63 | 107 |
| Binary | 10101111 | 11011011 | 10010001 | 10100 | 0 | 100010 | 1110 | 1100000 | 110011 | 1000111 |
Color Harmonies of #AFDB91
Complementary color
Monochromatic Colors of #AFDB91
Black with #AFDB91
Text Example
Text Example
White with #AFDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB91; }
p { color: rgb(175,219,145); }
H1.HeaderClassName
{
color: #AFDB91;
}
.AnyTagClassName
{
color: #AFDB91;
}
</style>
background-color css
<style>
a { background-color: #AFDB91; }
a { background-color: rgb(175,219,145); }
div.DivClassName
{
background-color: #AFDB91;
}
.BgClassName
{
background-color: #AFDB91;
}
</style>
border-color css
<style>
span { border-color: #AFDB91; }
span { border-color: rgb(175,219,145); }
td.TdClassName
{
border-color: #AFDB91;
}
.TagClassName
{
border-color: #AFDB91;
}
</style>