Shades of Feijoa #AFF686
Tints of Feijoa #AFF686
RGB
CMYK
RGB Variations
Color information
#AFF686 (or 0xAFF686) is known color: Feijoa. HEX triplet: AF, F6 and 86. RGB value is (175,246,134). Sum of RGB (Red+Green+Blue) = 175+246+134=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF686 is #500979. Grayscale: #D4D4D4. Windows color (decimal): -5245306 or 8844975. OLE color: 8844975.
HSL color Cylindrical-coordinate representation of color #AFF686: hue angle of 98.04º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFF686 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 134 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.04 |
| HSL | 98.04º | 0.86% | 0.75% | - |
| HSV(B) | 98.04º | 0.46% | 0.96% | - |
| XYZ | 54.94 | 76.75 | 34.47 | - |
| YUV | 212 | 83.98 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 134 | 0.29 | 0 | 0.46 | 0.04 | 98.04 | 0.86 | 0.75 |
| Hex | AF | F6 | 86 | 1D | 0 | 2E | 4 | 62 | 56 | 4B |
| Octal | 257 | 366 | 206 | 35 | 0 | 56 | 4 | 142 | 126 | 113 |
| Binary | 10101111 | 11110110 | 10000110 | 11101 | 0 | 101110 | 100 | 1100010 | 1010110 | 1001011 |
Color Harmonies of #AFF686
Complementary color
Monochromatic Colors of #AFF686
Black with #AFF686
Text Example
Text Example
White with #AFF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF686; }
p { color: rgb(175,246,134); }
H1.HeaderClassName
{
color: #AFF686;
}
.AnyTagClassName
{
color: #AFF686;
}
</style>
background-color css
<style>
a { background-color: #AFF686; }
a { background-color: rgb(175,246,134); }
div.DivClassName
{
background-color: #AFF686;
}
.BgClassName
{
background-color: #AFF686;
}
</style>
border-color css
<style>
span { border-color: #AFF686; }
span { border-color: rgb(175,246,134); }
td.TdClassName
{
border-color: #AFF686;
}
.TagClassName
{
border-color: #AFF686;
}
</style>