Shades of Feijoa #AFE586
Tints of Feijoa #AFE586
RGB
CMYK
RGB Variations
Color information
#AFE586 (or 0xAFE586) is known color: Feijoa. HEX triplet: AF, E5 and 86. RGB value is (175,229,134). Sum of RGB (Red+Green+Blue) = 175+229+134=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE586 is #501A79. Grayscale: #CACACA. Windows color (decimal): -5249658 or 8840623. OLE color: 8840623.
HSL color Cylindrical-coordinate representation of color #AFE586: hue angle of 94.11º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFE586 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 134 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.10 |
| HSL | 94.11º | 0.65% | 0.71% | - |
| HSV(B) | 94.11º | 0.41% | 0.9% | - |
| XYZ | 50 | 66.87 | 32.83 | - |
| YUV | 202.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 134 | 0.24 | 0 | 0.41 | 0.10 | 94.11 | 0.65 | 0.71 |
| Hex | AF | E5 | 86 | 18 | 0 | 29 | A | 5E | 41 | 47 |
| Octal | 257 | 345 | 206 | 30 | 0 | 51 | 12 | 136 | 101 | 107 |
| Binary | 10101111 | 11100101 | 10000110 | 11000 | 0 | 101001 | 1010 | 1011110 | 1000001 | 1000111 |
Color Harmonies of #AFE586
Complementary color
Monochromatic Colors of #AFE586
Black with #AFE586
Text Example
Text Example
White with #AFE586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE586; }
p { color: rgb(175,229,134); }
H1.HeaderClassName
{
color: #AFE586;
}
.AnyTagClassName
{
color: #AFE586;
}
</style>
background-color css
<style>
a { background-color: #AFE586; }
a { background-color: rgb(175,229,134); }
div.DivClassName
{
background-color: #AFE586;
}
.BgClassName
{
background-color: #AFE586;
}
</style>
border-color css
<style>
span { border-color: #AFE586; }
span { border-color: rgb(175,229,134); }
td.TdClassName
{
border-color: #AFE586;
}
.TagClassName
{
border-color: #AFE586;
}
</style>