Shades of Feijoa #9EFD6A
Tints of Feijoa #9EFD6A
RGB
CMYK
RGB Variations
Color information
#9EFD6A (or 0x9EFD6A) is known color: Feijoa. HEX triplet: 9E, FD and 6A. RGB value is (158,253,106). Sum of RGB (Red+Green+Blue) = 158+253+106=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD6A is #610295. Grayscale: #D0D0D0. Windows color (decimal): -6357654 or 7011742. OLE color: 7011742.
HSL color Cylindrical-coordinate representation of color #9EFD6A: hue angle of 98.78º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EFD6A is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 106 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.01 |
| HSL | 98.78º | 0.97% | 0.7% | - |
| HSV(B) | 98.78º | 0.58% | 0.99% | - |
| XYZ | 51.83 | 78.56 | 26.07 | - |
| YUV | 207.84 | 70.53 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 106 | 0.38 | 0 | 0.58 | 0.01 | 98.78 | 0.97 | 0.7 |
| Hex | 9E | FD | 6A | 26 | 0 | 3A | 1 | 63 | 61 | 46 |
| Octal | 236 | 375 | 152 | 46 | 0 | 72 | 1 | 143 | 141 | 106 |
| Binary | 10011110 | 11111101 | 1101010 | 100110 | 0 | 111010 | 1 | 1100011 | 1100001 | 1000110 |
Color Harmonies of #9EFD6A
Complementary color
Monochromatic Colors of #9EFD6A
Black with #9EFD6A
Text Example
Text Example
White with #9EFD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFD6A; }
p { color: rgb(158,253,106); }
H1.HeaderClassName
{
color: #9EFD6A;
}
.AnyTagClassName
{
color: #9EFD6A;
}
</style>
background-color css
<style>
a { background-color: #9EFD6A; }
a { background-color: rgb(158,253,106); }
div.DivClassName
{
background-color: #9EFD6A;
}
.BgClassName
{
background-color: #9EFD6A;
}
</style>
border-color css
<style>
span { border-color: #9EFD6A; }
span { border-color: rgb(158,253,106); }
td.TdClassName
{
border-color: #9EFD6A;
}
.TagClassName
{
border-color: #9EFD6A;
}
</style>