Shades of Feijoa #AFE289
Tints of Feijoa #AFE289
RGB
CMYK
RGB Variations
Color information
#AFE289 (or 0xAFE289) is known color: Feijoa. HEX triplet: AF, E2 and 89. RGB value is (175,226,137). Sum of RGB (Red+Green+Blue) = 175+226+137=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE289 is #501D76. Grayscale: #C8C8C8. Windows color (decimal): -5250423 or 9036463. OLE color: 9036463.
HSL color Cylindrical-coordinate representation of color #AFE289: hue angle of 94.38º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE289 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 137 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.11 |
| HSL | 94.38º | 0.61% | 0.71% | - |
| HSV(B) | 94.38º | 0.39% | 0.89% | - |
| XYZ | 49.39 | 65.31 | 33.67 | - |
| YUV | 200.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 137 | 0.23 | 0 | 0.39 | 0.11 | 94.38 | 0.61 | 0.71 |
| Hex | AF | E2 | 89 | 17 | 0 | 27 | B | 5E | 3D | 47 |
| Octal | 257 | 342 | 211 | 27 | 0 | 47 | 13 | 136 | 75 | 107 |
| Binary | 10101111 | 11100010 | 10001001 | 10111 | 0 | 100111 | 1011 | 1011110 | 111101 | 1000111 |
Color Harmonies of #AFE289
Complementary color
Monochromatic Colors of #AFE289
Black with #AFE289
Text Example
Text Example
White with #AFE289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE289; }
p { color: rgb(175,226,137); }
H1.HeaderClassName
{
color: #AFE289;
}
.AnyTagClassName
{
color: #AFE289;
}
</style>
background-color css
<style>
a { background-color: #AFE289; }
a { background-color: rgb(175,226,137); }
div.DivClassName
{
background-color: #AFE289;
}
.BgClassName
{
background-color: #AFE289;
}
</style>
border-color css
<style>
span { border-color: #AFE289; }
span { border-color: rgb(175,226,137); }
td.TdClassName
{
border-color: #AFE289;
}
.TagClassName
{
border-color: #AFE289;
}
</style>