Shades of Feijoa #9EDF72
Tints of Feijoa #9EDF72
RGB
CMYK
RGB Variations
Color information
#9EDF72 (or 0x9EDF72) is known color: Feijoa. HEX triplet: 9E, DF and 72. RGB value is (158,223,114). Sum of RGB (Red+Green+Blue) = 158+223+114=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDF72 is #61208D. Grayscale: #BFBFBF. Windows color (decimal): -6365326 or 7528350. OLE color: 7528350.
HSL color Cylindrical-coordinate representation of color #9EDF72: hue angle of 95.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EDF72 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 114 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.13 |
| HSL | 95.78º | 0.63% | 0.66% | - |
| HSV(B) | 95.78º | 0.49% | 0.87% | - |
| XYZ | 43.53 | 61.26 | 25.45 | - |
| YUV | 191.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 114 | 0.29 | 0 | 0.49 | 0.13 | 95.78 | 0.63 | 0.66 |
| Hex | 9E | DF | 72 | 1D | 0 | 31 | D | 60 | 3F | 42 |
| Octal | 236 | 337 | 162 | 35 | 0 | 61 | 15 | 140 | 77 | 102 |
| Binary | 10011110 | 11011111 | 1110010 | 11101 | 0 | 110001 | 1101 | 1100000 | 111111 | 1000010 |
Color Harmonies of #9EDF72
Complementary color
Monochromatic Colors of #9EDF72
Black with #9EDF72
Text Example
Text Example
White with #9EDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDF72; }
p { color: rgb(158,223,114); }
H1.HeaderClassName
{
color: #9EDF72;
}
.AnyTagClassName
{
color: #9EDF72;
}
</style>
background-color css
<style>
a { background-color: #9EDF72; }
a { background-color: rgb(158,223,114); }
div.DivClassName
{
background-color: #9EDF72;
}
.BgClassName
{
background-color: #9EDF72;
}
</style>
border-color css
<style>
span { border-color: #9EDF72; }
span { border-color: rgb(158,223,114); }
td.TdClassName
{
border-color: #9EDF72;
}
.TagClassName
{
border-color: #9EDF72;
}
</style>