Shades of Feijoa #9EFD70
Tints of Feijoa #9EFD70
RGB
CMYK
RGB Variations
Color information
#9EFD70 (or 0x9EFD70) is known color: Feijoa. HEX triplet: 9E, FD and 70. RGB value is (158,253,112). Sum of RGB (Red+Green+Blue) = 158+253+112=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD70 is #61028F. Grayscale: #D0D0D0. Windows color (decimal): -6357648 or 7404958. OLE color: 7404958.
HSL color Cylindrical-coordinate representation of color #9EFD70: hue angle of 100.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EFD70 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 112 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.01 |
| HSL | 100.43º | 0.97% | 0.72% | - |
| HSV(B) | 100.43º | 0.56% | 0.99% | - |
| XYZ | 52.15 | 78.69 | 27.77 | - |
| YUV | 208.52 | 73.53 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 112 | 0.38 | 0 | 0.56 | 0.01 | 100.43 | 0.97 | 0.72 |
| Hex | 9E | FD | 70 | 26 | 0 | 38 | 1 | 64 | 61 | 48 |
| Octal | 236 | 375 | 160 | 46 | 0 | 70 | 1 | 144 | 141 | 110 |
| Binary | 10011110 | 11111101 | 1110000 | 100110 | 0 | 111000 | 1 | 1100100 | 1100001 | 1001000 |
Color Harmonies of #9EFD70
Complementary color
Monochromatic Colors of #9EFD70
Black with #9EFD70
Text Example
Text Example
White with #9EFD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFD70; }
p { color: rgb(158,253,112); }
H1.HeaderClassName
{
color: #9EFD70;
}
.AnyTagClassName
{
color: #9EFD70;
}
</style>
background-color css
<style>
a { background-color: #9EFD70; }
a { background-color: rgb(158,253,112); }
div.DivClassName
{
background-color: #9EFD70;
}
.BgClassName
{
background-color: #9EFD70;
}
</style>
border-color css
<style>
span { border-color: #9EFD70; }
span { border-color: rgb(158,253,112); }
td.TdClassName
{
border-color: #9EFD70;
}
.TagClassName
{
border-color: #9EFD70;
}
</style>