Shades of Feijoa #AFE789
Tints of Feijoa #AFE789
RGB
CMYK
RGB Variations
Color information
#AFE789 (or 0xAFE789) is known color: Feijoa. HEX triplet: AF, E7 and 89. RGB value is (175,231,137). Sum of RGB (Red+Green+Blue) = 175+231+137=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE789 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE789 is #501876. Grayscale: #CBCBCB. Windows color (decimal): -5249143 or 9037743. OLE color: 9037743.
HSL color Cylindrical-coordinate representation of color #AFE789: hue angle of 95.74º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFE789 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 137 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.09 |
| HSL | 95.74º | 0.66% | 0.72% | - |
| HSV(B) | 95.74º | 0.41% | 0.91% | - |
| XYZ | 50.77 | 68.07 | 34.13 | - |
| YUV | 203.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 137 | 0.24 | 0 | 0.41 | 0.09 | 95.74 | 0.66 | 0.72 |
| Hex | AF | E7 | 89 | 18 | 0 | 29 | 9 | 60 | 42 | 48 |
| Octal | 257 | 347 | 211 | 30 | 0 | 51 | 11 | 140 | 102 | 110 |
| Binary | 10101111 | 11100111 | 10001001 | 11000 | 0 | 101001 | 1001 | 1100000 | 1000010 | 1001000 |
Color Harmonies of #AFE789
Complementary color
Monochromatic Colors of #AFE789
Black with #AFE789
Text Example
Text Example
White with #AFE789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE789; }
p { color: rgb(175,231,137); }
H1.HeaderClassName
{
color: #AFE789;
}
.AnyTagClassName
{
color: #AFE789;
}
</style>
background-color css
<style>
a { background-color: #AFE789; }
a { background-color: rgb(175,231,137); }
div.DivClassName
{
background-color: #AFE789;
}
.BgClassName
{
background-color: #AFE789;
}
</style>
border-color css
<style>
span { border-color: #AFE789; }
span { border-color: rgb(175,231,137); }
td.TdClassName
{
border-color: #AFE789;
}
.TagClassName
{
border-color: #AFE789;
}
</style>