Shades of Feijoa #AFE386
Tints of Feijoa #AFE386
RGB
CMYK
RGB Variations
Color information
#AFE386 (or 0xAFE386) is known color: Feijoa. HEX triplet: AF, E3 and 86. RGB value is (175,227,134). Sum of RGB (Red+Green+Blue) = 175+227+134=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE386 is #501C79. Grayscale: #C9C9C9. Windows color (decimal): -5250170 or 8840111. OLE color: 8840111.
HSL color Cylindrical-coordinate representation of color #AFE386: hue angle of 93.55º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFE386 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 134 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.11 |
| HSL | 93.55º | 0.62% | 0.71% | - |
| HSV(B) | 93.55º | 0.41% | 0.89% | - |
| XYZ | 49.45 | 65.77 | 32.64 | - |
| YUV | 200.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 134 | 0.23 | 0 | 0.41 | 0.11 | 93.55 | 0.62 | 0.71 |
| Hex | AF | E3 | 86 | 17 | 0 | 29 | B | 5E | 3E | 47 |
| Octal | 257 | 343 | 206 | 27 | 0 | 51 | 13 | 136 | 76 | 107 |
| Binary | 10101111 | 11100011 | 10000110 | 10111 | 0 | 101001 | 1011 | 1011110 | 111110 | 1000111 |
Color Harmonies of #AFE386
Complementary color
Monochromatic Colors of #AFE386
Black with #AFE386
Text Example
Text Example
White with #AFE386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE386; }
p { color: rgb(175,227,134); }
H1.HeaderClassName
{
color: #AFE386;
}
.AnyTagClassName
{
color: #AFE386;
}
</style>
background-color css
<style>
a { background-color: #AFE386; }
a { background-color: rgb(175,227,134); }
div.DivClassName
{
background-color: #AFE386;
}
.BgClassName
{
background-color: #AFE386;
}
</style>
border-color css
<style>
span { border-color: #AFE386; }
span { border-color: rgb(175,227,134); }
td.TdClassName
{
border-color: #AFE386;
}
.TagClassName
{
border-color: #AFE386;
}
</style>