Shades of Feijoa #9ED470
Tints of Feijoa #9ED470
RGB
CMYK
RGB Variations
Color information
#9ED470 (or 0x9ED470) is known color: Feijoa. HEX triplet: 9E, D4 and 70. RGB value is (158,212,112). Sum of RGB (Red+Green+Blue) = 158+212+112=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED470 is #612B8F. Grayscale: #B8B8B8. Windows color (decimal): -6368144 or 7394462. OLE color: 7394462.
HSL color Cylindrical-coordinate representation of color #9ED470: hue angle of 92.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ED470 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 112 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.17 |
| HSL | 92.4º | 0.54% | 0.64% | - |
| HSV(B) | 92.4º | 0.47% | 0.83% | - |
| XYZ | 40.57 | 55.53 | 23.91 | - |
| YUV | 184.45 | 87.11 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 112 | 0.25 | 0 | 0.47 | 0.17 | 92.4 | 0.54 | 0.64 |
| Hex | 9E | D4 | 70 | 19 | 0 | 2F | 11 | 5C | 36 | 40 |
| Octal | 236 | 324 | 160 | 31 | 0 | 57 | 21 | 134 | 66 | 100 |
| Binary | 10011110 | 11010100 | 1110000 | 11001 | 0 | 101111 | 10001 | 1011100 | 110110 | 1000000 |
Color Harmonies of #9ED470
Complementary color
Monochromatic Colors of #9ED470
Black with #9ED470
Text Example
Text Example
White with #9ED470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED470; }
p { color: rgb(158,212,112); }
H1.HeaderClassName
{
color: #9ED470;
}
.AnyTagClassName
{
color: #9ED470;
}
</style>
background-color css
<style>
a { background-color: #9ED470; }
a { background-color: rgb(158,212,112); }
div.DivClassName
{
background-color: #9ED470;
}
.BgClassName
{
background-color: #9ED470;
}
</style>
border-color css
<style>
span { border-color: #9ED470; }
span { border-color: rgb(158,212,112); }
td.TdClassName
{
border-color: #9ED470;
}
.TagClassName
{
border-color: #9ED470;
}
</style>