Shades of Feijoa #9EFD72
Tints of Feijoa #9EFD72
RGB
CMYK
RGB Variations
Color information
#9EFD72 (or 0x9EFD72) is known color: Feijoa. HEX triplet: 9E, FD and 72. RGB value is (158,253,114). Sum of RGB (Red+Green+Blue) = 158+253+114=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD72 is #61028D. Grayscale: #D1D1D1. Windows color (decimal): -6357646 or 7536030. OLE color: 7536030.
HSL color Cylindrical-coordinate representation of color #9EFD72: hue angle of 101.01º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EFD72 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 114 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.01 |
| HSL | 101.01º | 0.97% | 0.72% | - |
| HSV(B) | 101.01º | 0.55% | 0.99% | - |
| XYZ | 52.26 | 78.73 | 28.36 | - |
| YUV | 208.75 | 74.53 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 114 | 0.38 | 0 | 0.55 | 0.01 | 101.01 | 0.97 | 0.72 |
| Hex | 9E | FD | 72 | 26 | 0 | 37 | 1 | 65 | 61 | 48 |
| Octal | 236 | 375 | 162 | 46 | 0 | 67 | 1 | 145 | 141 | 110 |
| Binary | 10011110 | 11111101 | 1110010 | 100110 | 0 | 110111 | 1 | 1100101 | 1100001 | 1001000 |
Color Harmonies of #9EFD72
Complementary color
Monochromatic Colors of #9EFD72
Black with #9EFD72
Text Example
Text Example
White with #9EFD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFD72; }
p { color: rgb(158,253,114); }
H1.HeaderClassName
{
color: #9EFD72;
}
.AnyTagClassName
{
color: #9EFD72;
}
</style>
background-color css
<style>
a { background-color: #9EFD72; }
a { background-color: rgb(158,253,114); }
div.DivClassName
{
background-color: #9EFD72;
}
.BgClassName
{
background-color: #9EFD72;
}
</style>
border-color css
<style>
span { border-color: #9EFD72; }
span { border-color: rgb(158,253,114); }
td.TdClassName
{
border-color: #9EFD72;
}
.TagClassName
{
border-color: #9EFD72;
}
</style>