Shades of Feijoa #AFDC86
Tints of Feijoa #AFDC86
RGB
CMYK
RGB Variations
Color information
#AFDC86 (or 0xAFDC86) is known color: Feijoa. HEX triplet: AF, DC and 86. RGB value is (175,220,134). Sum of RGB (Red+Green+Blue) = 175+220+134=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC86 is #502379. Grayscale: #C5C5C5. Windows color (decimal): -5251962 or 8838319. OLE color: 8838319.
HSL color Cylindrical-coordinate representation of color #AFDC86: hue angle of 91.4º degrees, saturation: 0.55, 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 #AFDC86 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 134 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.14 |
| HSL | 91.4º | 0.55% | 0.69% | - |
| HSV(B) | 91.4º | 0.39% | 0.86% | - |
| XYZ | 47.58 | 62.02 | 32.02 | - |
| YUV | 196.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 134 | 0.20 | 0 | 0.39 | 0.14 | 91.4 | 0.55 | 0.69 |
| Hex | AF | DC | 86 | 14 | 0 | 27 | E | 5B | 37 | 45 |
| Octal | 257 | 334 | 206 | 24 | 0 | 47 | 16 | 133 | 67 | 105 |
| Binary | 10101111 | 11011100 | 10000110 | 10100 | 0 | 100111 | 1110 | 1011011 | 110111 | 1000101 |
Color Harmonies of #AFDC86
Complementary color
Monochromatic Colors of #AFDC86
Black with #AFDC86
Text Example
Text Example
White with #AFDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC86; }
p { color: rgb(175,220,134); }
H1.HeaderClassName
{
color: #AFDC86;
}
.AnyTagClassName
{
color: #AFDC86;
}
</style>
background-color css
<style>
a { background-color: #AFDC86; }
a { background-color: rgb(175,220,134); }
div.DivClassName
{
background-color: #AFDC86;
}
.BgClassName
{
background-color: #AFDC86;
}
</style>
border-color css
<style>
span { border-color: #AFDC86; }
span { border-color: rgb(175,220,134); }
td.TdClassName
{
border-color: #AFDC86;
}
.TagClassName
{
border-color: #AFDC86;
}
</style>