Shades of Feijoa #9FE67B
Tints of Feijoa #9FE67B
RGB
CMYK
RGB Variations
Color information
#9FE67B (or 0x9FE67B) is known color: Feijoa. HEX triplet: 9F, E6 and 7B. RGB value is (159,230,123). Sum of RGB (Red+Green+Blue) = 159+230+123=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE67B is #601984. Grayscale: #C4C4C4. Windows color (decimal): -6297989 or 8119967. OLE color: 8119967.
HSL color Cylindrical-coordinate representation of color #9FE67B: hue angle of 99.81º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FE67B is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 123 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.10 |
| HSL | 99.81º | 0.68% | 0.69% | - |
| HSV(B) | 99.81º | 0.47% | 0.9% | - |
| XYZ | 46.17 | 65.39 | 28.93 | - |
| YUV | 196.57 | 86.48 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 123 | 0.31 | 0 | 0.47 | 0.10 | 99.81 | 0.68 | 0.69 |
| Hex | 9F | E6 | 7B | 1F | 0 | 2F | A | 64 | 44 | 45 |
| Octal | 237 | 346 | 173 | 37 | 0 | 57 | 12 | 144 | 104 | 105 |
| Binary | 10011111 | 11100110 | 1111011 | 11111 | 0 | 101111 | 1010 | 1100100 | 1000100 | 1000101 |
Color Harmonies of #9FE67B
Complementary color
Monochromatic Colors of #9FE67B
Black with #9FE67B
Text Example
Text Example
White with #9FE67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE67B; }
p { color: rgb(159,230,123); }
H1.HeaderClassName
{
color: #9FE67B;
}
.AnyTagClassName
{
color: #9FE67B;
}
</style>
background-color css
<style>
a { background-color: #9FE67B; }
a { background-color: rgb(159,230,123); }
div.DivClassName
{
background-color: #9FE67B;
}
.BgClassName
{
background-color: #9FE67B;
}
</style>
border-color css
<style>
span { border-color: #9FE67B; }
span { border-color: rgb(159,230,123); }
td.TdClassName
{
border-color: #9FE67B;
}
.TagClassName
{
border-color: #9FE67B;
}
</style>