Shades of Feijoa #9FE06B
Tints of Feijoa #9FE06B
RGB
CMYK
RGB Variations
Color information
#9FE06B (or 0x9FE06B) is known color: Feijoa. HEX triplet: 9F, E0 and 6B. RGB value is (159,224,107). Sum of RGB (Red+Green+Blue) = 159+224+107=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE06B is #601F94. Grayscale: #BFBFBF. Windows color (decimal): -6299541 or 7069855. OLE color: 7069855.
HSL color Cylindrical-coordinate representation of color #9FE06B: hue angle of 93.33º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FE06B is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 107 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.12 |
| HSL | 93.33º | 0.65% | 0.65% | - |
| HSV(B) | 93.33º | 0.52% | 0.88% | - |
| XYZ | 43.61 | 61.74 | 23.53 | - |
| YUV | 191.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 107 | 0.29 | 0 | 0.52 | 0.12 | 93.33 | 0.65 | 0.65 |
| Hex | 9F | E0 | 6B | 1D | 0 | 34 | C | 5D | 41 | 41 |
| Octal | 237 | 340 | 153 | 35 | 0 | 64 | 14 | 135 | 101 | 101 |
| Binary | 10011111 | 11100000 | 1101011 | 11101 | 0 | 110100 | 1100 | 1011101 | 1000001 | 1000001 |
Color Harmonies of #9FE06B
Complementary color
Monochromatic Colors of #9FE06B
Black with #9FE06B
Text Example
Text Example
White with #9FE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE06B; }
p { color: rgb(159,224,107); }
H1.HeaderClassName
{
color: #9FE06B;
}
.AnyTagClassName
{
color: #9FE06B;
}
</style>
background-color css
<style>
a { background-color: #9FE06B; }
a { background-color: rgb(159,224,107); }
div.DivClassName
{
background-color: #9FE06B;
}
.BgClassName
{
background-color: #9FE06B;
}
</style>
border-color css
<style>
span { border-color: #9FE06B; }
span { border-color: rgb(159,224,107); }
td.TdClassName
{
border-color: #9FE06B;
}
.TagClassName
{
border-color: #9FE06B;
}
</style>