Shades of Feijoa #9FED68
Tints of Feijoa #9FED68
RGB
CMYK
RGB Variations
Color information
#9FED68 (or 0x9FED68) is known color: Feijoa. HEX triplet: 9F, ED and 68. RGB value is (159,237,104). Sum of RGB (Red+Green+Blue) = 159+237+104=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FED68 is #601297. Grayscale: #C6C6C6. Windows color (decimal): -6296216 or 6876575. OLE color: 6876575.
HSL color Cylindrical-coordinate representation of color #9FED68: hue angle of 95.19º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FED68 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 104 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.07 |
| HSL | 95.19º | 0.79% | 0.67% | - |
| HSV(B) | 95.19º | 0.56% | 0.93% | - |
| XYZ | 47.08 | 68.94 | 23.92 | - |
| YUV | 198.52 | 74.66 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 104 | 0.33 | 0 | 0.56 | 0.07 | 95.19 | 0.79 | 0.67 |
| Hex | 9F | ED | 68 | 21 | 0 | 38 | 7 | 5F | 4F | 43 |
| Octal | 237 | 355 | 150 | 41 | 0 | 70 | 7 | 137 | 117 | 103 |
| Binary | 10011111 | 11101101 | 1101000 | 100001 | 0 | 111000 | 111 | 1011111 | 1001111 | 1000011 |
Color Harmonies of #9FED68
Complementary color
Monochromatic Colors of #9FED68
Black with #9FED68
Text Example
Text Example
White with #9FED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FED68; }
p { color: rgb(159,237,104); }
H1.HeaderClassName
{
color: #9FED68;
}
.AnyTagClassName
{
color: #9FED68;
}
</style>
background-color css
<style>
a { background-color: #9FED68; }
a { background-color: rgb(159,237,104); }
div.DivClassName
{
background-color: #9FED68;
}
.BgClassName
{
background-color: #9FED68;
}
</style>
border-color css
<style>
span { border-color: #9FED68; }
span { border-color: rgb(159,237,104); }
td.TdClassName
{
border-color: #9FED68;
}
.TagClassName
{
border-color: #9FED68;
}
</style>