Shades of Feijoa #9EF27D
Tints of Feijoa #9EF27D
RGB
CMYK
RGB Variations
Color information
#9EF27D (or 0x9EF27D) is known color: Feijoa. HEX triplet: 9E, F2 and 7D. RGB value is (158,242,125). Sum of RGB (Red+Green+Blue) = 158+242+125=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF27D is #610D82. Grayscale: #CBCBCB. Windows color (decimal): -6360451 or 8254110. OLE color: 8254110.
HSL color Cylindrical-coordinate representation of color #9EF27D: hue angle of 103.08º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EF27D is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 125 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.05 |
| HSL | 103.08º | 0.82% | 0.72% | - |
| HSV(B) | 103.08º | 0.48% | 0.95% | - |
| XYZ | 49.55 | 72.25 | 30.74 | - |
| YUV | 203.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 125 | 0.35 | 0 | 0.48 | 0.05 | 103.08 | 0.82 | 0.72 |
| Hex | 9E | F2 | 7D | 23 | 0 | 30 | 5 | 67 | 52 | 48 |
| Octal | 236 | 362 | 175 | 43 | 0 | 60 | 5 | 147 | 122 | 110 |
| Binary | 10011110 | 11110010 | 1111101 | 100011 | 0 | 110000 | 101 | 1100111 | 1010010 | 1001000 |
Color Harmonies of #9EF27D
Complementary color
Monochromatic Colors of #9EF27D
Black with #9EF27D
Text Example
Text Example
White with #9EF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF27D; }
p { color: rgb(158,242,125); }
H1.HeaderClassName
{
color: #9EF27D;
}
.AnyTagClassName
{
color: #9EF27D;
}
</style>
background-color css
<style>
a { background-color: #9EF27D; }
a { background-color: rgb(158,242,125); }
div.DivClassName
{
background-color: #9EF27D;
}
.BgClassName
{
background-color: #9EF27D;
}
</style>
border-color css
<style>
span { border-color: #9EF27D; }
span { border-color: rgb(158,242,125); }
td.TdClassName
{
border-color: #9EF27D;
}
.TagClassName
{
border-color: #9EF27D;
}
</style>