Shades of Feijoa #AFE189
Tints of Feijoa #AFE189
RGB
CMYK
RGB Variations
Color information
#AFE189 (or 0xAFE189) is known color: Feijoa. HEX triplet: AF, E1 and 89. RGB value is (175,225,137). Sum of RGB (Red+Green+Blue) = 175+225+137=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE189 is #501E76. Grayscale: #C8C8C8. Windows color (decimal): -5250679 or 9036207. OLE color: 9036207.
HSL color Cylindrical-coordinate representation of color #AFE189: hue angle of 94.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE189 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 137 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.12 |
| HSL | 94.09º | 0.59% | 0.71% | - |
| HSV(B) | 94.09º | 0.39% | 0.88% | - |
| XYZ | 49.12 | 64.77 | 33.58 | - |
| YUV | 200.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 137 | 0.22 | 0 | 0.39 | 0.12 | 94.09 | 0.59 | 0.71 |
| Hex | AF | E1 | 89 | 16 | 0 | 27 | C | 5E | 3B | 47 |
| Octal | 257 | 341 | 211 | 26 | 0 | 47 | 14 | 136 | 73 | 107 |
| Binary | 10101111 | 11100001 | 10001001 | 10110 | 0 | 100111 | 1100 | 1011110 | 111011 | 1000111 |
Color Harmonies of #AFE189
Complementary color
Monochromatic Colors of #AFE189
Black with #AFE189
Text Example
Text Example
White with #AFE189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE189; }
p { color: rgb(175,225,137); }
H1.HeaderClassName
{
color: #AFE189;
}
.AnyTagClassName
{
color: #AFE189;
}
</style>
background-color css
<style>
a { background-color: #AFE189; }
a { background-color: rgb(175,225,137); }
div.DivClassName
{
background-color: #AFE189;
}
.BgClassName
{
background-color: #AFE189;
}
</style>
border-color css
<style>
span { border-color: #AFE189; }
span { border-color: rgb(175,225,137); }
td.TdClassName
{
border-color: #AFE189;
}
.TagClassName
{
border-color: #AFE189;
}
</style>