Shades of Feijoa #9FE66F
Tints of Feijoa #9FE66F
RGB
CMYK
RGB Variations
Color information
#9FE66F (or 0x9FE66F) is known color: Feijoa. HEX triplet: 9F, E6 and 6F. RGB value is (159,230,111). Sum of RGB (Red+Green+Blue) = 159+230+111=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE66F is #601990. Grayscale: #C3C3C3. Windows color (decimal): -6298001 or 7333535. OLE color: 7333535.
HSL color Cylindrical-coordinate representation of color #9FE66F: hue angle of 95.8º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FE66F is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 111 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.10 |
| HSL | 95.8º | 0.7% | 0.67% | - |
| HSV(B) | 95.8º | 0.52% | 0.9% | - |
| XYZ | 45.46 | 65.11 | 25.21 | - |
| YUV | 195.21 | 80.48 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 111 | 0.31 | 0 | 0.52 | 0.10 | 95.8 | 0.7 | 0.67 |
| Hex | 9F | E6 | 6F | 1F | 0 | 34 | A | 60 | 46 | 43 |
| Octal | 237 | 346 | 157 | 37 | 0 | 64 | 12 | 140 | 106 | 103 |
| Binary | 10011111 | 11100110 | 1101111 | 11111 | 0 | 110100 | 1010 | 1100000 | 1000110 | 1000011 |
Color Harmonies of #9FE66F
Complementary color
Monochromatic Colors of #9FE66F
Black with #9FE66F
Text Example
Text Example
White with #9FE66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE66F; }
p { color: rgb(159,230,111); }
H1.HeaderClassName
{
color: #9FE66F;
}
.AnyTagClassName
{
color: #9FE66F;
}
</style>
background-color css
<style>
a { background-color: #9FE66F; }
a { background-color: rgb(159,230,111); }
div.DivClassName
{
background-color: #9FE66F;
}
.BgClassName
{
background-color: #9FE66F;
}
</style>
border-color css
<style>
span { border-color: #9FE66F; }
span { border-color: rgb(159,230,111); }
td.TdClassName
{
border-color: #9FE66F;
}
.TagClassName
{
border-color: #9FE66F;
}
</style>