Shades of Feijoa #AFDB86
Tints of Feijoa #AFDB86
RGB
CMYK
RGB Variations
Color information
#AFDB86 (or 0xAFDB86) is known color: Feijoa. HEX triplet: AF, DB and 86. RGB value is (175,219,134). Sum of RGB (Red+Green+Blue) = 175+219+134=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB86 is #502479. Grayscale: #C4C4C4. Windows color (decimal): -5252218 or 8838063. OLE color: 8838063.
HSL color Cylindrical-coordinate representation of color #AFDB86: hue angle of 91.06º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFDB86 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 134 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.14 |
| HSL | 91.06º | 0.54% | 0.69% | - |
| HSV(B) | 91.06º | 0.39% | 0.86% | - |
| XYZ | 47.31 | 61.5 | 31.93 | - |
| YUV | 196.15 | 92.92 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 134 | 0.20 | 0 | 0.39 | 0.14 | 91.06 | 0.54 | 0.69 |
| Hex | AF | DB | 86 | 14 | 0 | 27 | E | 5B | 36 | 45 |
| Octal | 257 | 333 | 206 | 24 | 0 | 47 | 16 | 133 | 66 | 105 |
| Binary | 10101111 | 11011011 | 10000110 | 10100 | 0 | 100111 | 1110 | 1011011 | 110110 | 1000101 |
Color Harmonies of #AFDB86
Complementary color
Monochromatic Colors of #AFDB86
Black with #AFDB86
Text Example
Text Example
White with #AFDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB86; }
p { color: rgb(175,219,134); }
H1.HeaderClassName
{
color: #AFDB86;
}
.AnyTagClassName
{
color: #AFDB86;
}
</style>
background-color css
<style>
a { background-color: #AFDB86; }
a { background-color: rgb(175,219,134); }
div.DivClassName
{
background-color: #AFDB86;
}
.BgClassName
{
background-color: #AFDB86;
}
</style>
border-color css
<style>
span { border-color: #AFDB86; }
span { border-color: rgb(175,219,134); }
td.TdClassName
{
border-color: #AFDB86;
}
.TagClassName
{
border-color: #AFDB86;
}
</style>