Shades of Feijoa #9FEE6B
Tints of Feijoa #9FEE6B
RGB
CMYK
RGB Variations
Color information
#9FEE6B (or 0x9FEE6B) is known color: Feijoa. HEX triplet: 9F, EE and 6B. RGB value is (159,238,107). Sum of RGB (Red+Green+Blue) = 159+238+107=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEE6B is #601194. Grayscale: #C7C7C7. Windows color (decimal): -6295957 or 7073439. OLE color: 7073439.
HSL color Cylindrical-coordinate representation of color #9FEE6B: hue angle of 96.18º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FEE6B is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 107 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.07 |
| HSL | 96.18º | 0.79% | 0.68% | - |
| HSV(B) | 96.18º | 0.55% | 0.93% | - |
| XYZ | 47.53 | 69.58 | 24.84 | - |
| YUV | 199.45 | 75.83 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 107 | 0.33 | 0 | 0.55 | 0.07 | 96.18 | 0.79 | 0.68 |
| Hex | 9F | EE | 6B | 21 | 0 | 37 | 7 | 60 | 4F | 44 |
| Octal | 237 | 356 | 153 | 41 | 0 | 67 | 7 | 140 | 117 | 104 |
| Binary | 10011111 | 11101110 | 1101011 | 100001 | 0 | 110111 | 111 | 1100000 | 1001111 | 1000100 |
Color Harmonies of #9FEE6B
Complementary color
Monochromatic Colors of #9FEE6B
Black with #9FEE6B
Text Example
Text Example
White with #9FEE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEE6B; }
p { color: rgb(159,238,107); }
H1.HeaderClassName
{
color: #9FEE6B;
}
.AnyTagClassName
{
color: #9FEE6B;
}
</style>
background-color css
<style>
a { background-color: #9FEE6B; }
a { background-color: rgb(159,238,107); }
div.DivClassName
{
background-color: #9FEE6B;
}
.BgClassName
{
background-color: #9FEE6B;
}
</style>
border-color css
<style>
span { border-color: #9FEE6B; }
span { border-color: rgb(159,238,107); }
td.TdClassName
{
border-color: #9FEE6B;
}
.TagClassName
{
border-color: #9FEE6B;
}
</style>