Shades of Feijoa #AFE689
Tints of Feijoa #AFE689
RGB
CMYK
RGB Variations
Color information
#AFE689 (or 0xAFE689) is known color: Feijoa. HEX triplet: AF, E6 and 89. RGB value is (175,230,137). Sum of RGB (Red+Green+Blue) = 175+230+137=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE689 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE689 is #501976. Grayscale: #CBCBCB. Windows color (decimal): -5249399 or 9037487. OLE color: 9037487.
HSL color Cylindrical-coordinate representation of color #AFE689: hue angle of 95.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE689 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 137 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.10 |
| HSL | 95.48º | 0.65% | 0.72% | - |
| HSV(B) | 95.48º | 0.4% | 0.9% | - |
| XYZ | 50.49 | 67.51 | 34.04 | - |
| YUV | 202.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 137 | 0.24 | 0 | 0.40 | 0.10 | 95.48 | 0.65 | 0.72 |
| Hex | AF | E6 | 89 | 18 | 0 | 28 | A | 5F | 41 | 48 |
| Octal | 257 | 346 | 211 | 30 | 0 | 50 | 12 | 137 | 101 | 110 |
| Binary | 10101111 | 11100110 | 10001001 | 11000 | 0 | 101000 | 1010 | 1011111 | 1000001 | 1001000 |
Color Harmonies of #AFE689
Complementary color
Monochromatic Colors of #AFE689
Black with #AFE689
Text Example
Text Example
White with #AFE689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE689; }
p { color: rgb(175,230,137); }
H1.HeaderClassName
{
color: #AFE689;
}
.AnyTagClassName
{
color: #AFE689;
}
</style>
background-color css
<style>
a { background-color: #AFE689; }
a { background-color: rgb(175,230,137); }
div.DivClassName
{
background-color: #AFE689;
}
.BgClassName
{
background-color: #AFE689;
}
</style>
border-color css
<style>
span { border-color: #AFE689; }
span { border-color: rgb(175,230,137); }
td.TdClassName
{
border-color: #AFE689;
}
.TagClassName
{
border-color: #AFE689;
}
</style>