Shades of Feijoa #9DE974
Tints of Feijoa #9DE974
RGB
CMYK
RGB Variations
Color information
#9DE974 (or 0x9DE974) is known color: Feijoa. HEX triplet: 9D, E9 and 74. RGB value is (157,233,116). Sum of RGB (Red+Green+Blue) = 157+233+116=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE974 is #62168B. Grayscale: #C5C5C5. Windows color (decimal): -6428300 or 7661981. OLE color: 7661981.
HSL color Cylindrical-coordinate representation of color #9DE974: hue angle of 98.97º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DE974 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 233 | 116 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.09 |
| HSL | 98.97º | 0.73% | 0.68% | - |
| HSV(B) | 98.97º | 0.5% | 0.91% | - |
| XYZ | 46.2 | 66.71 | 26.96 | - |
| YUV | 196.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 116 | 0.33 | 0 | 0.50 | 0.09 | 98.97 | 0.73 | 0.68 |
| Hex | 9D | E9 | 74 | 21 | 0 | 32 | 9 | 63 | 49 | 44 |
| Octal | 235 | 351 | 164 | 41 | 0 | 62 | 11 | 143 | 111 | 104 |
| Binary | 10011101 | 11101001 | 1110100 | 100001 | 0 | 110010 | 1001 | 1100011 | 1001001 | 1000100 |
Color Harmonies of #9DE974
Complementary color
Monochromatic Colors of #9DE974
Black with #9DE974
Text Example
Text Example
White with #9DE974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE974; }
p { color: rgb(157,233,116); }
H1.HeaderClassName
{
color: #9DE974;
}
.AnyTagClassName
{
color: #9DE974;
}
</style>
background-color css
<style>
a { background-color: #9DE974; }
a { background-color: rgb(157,233,116); }
div.DivClassName
{
background-color: #9DE974;
}
.BgClassName
{
background-color: #9DE974;
}
</style>
border-color css
<style>
span { border-color: #9DE974; }
span { border-color: rgb(157,233,116); }
td.TdClassName
{
border-color: #9DE974;
}
.TagClassName
{
border-color: #9DE974;
}
</style>