Shades of Feijoa #9FE074
Tints of Feijoa #9FE074
RGB
CMYK
RGB Variations
Color information
#9FE074 (or 0x9FE074) is known color: Feijoa. HEX triplet: 9F, E0 and 74. RGB value is (159,224,116). Sum of RGB (Red+Green+Blue) = 159+224+116=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE074 is #601F8B. Grayscale: #C0C0C0. Windows color (decimal): -6299532 or 7659679. OLE color: 7659679.
HSL color Cylindrical-coordinate representation of color #9FE074: hue angle of 96.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FE074 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 116 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.12 |
| HSL | 96.11º | 0.64% | 0.67% | - |
| HSV(B) | 96.11º | 0.48% | 0.88% | - |
| XYZ | 44.11 | 61.94 | 26.15 | - |
| YUV | 192.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 116 | 0.29 | 0 | 0.48 | 0.12 | 96.11 | 0.64 | 0.67 |
| Hex | 9F | E0 | 74 | 1D | 0 | 30 | C | 60 | 40 | 43 |
| Octal | 237 | 340 | 164 | 35 | 0 | 60 | 14 | 140 | 100 | 103 |
| Binary | 10011111 | 11100000 | 1110100 | 11101 | 0 | 110000 | 1100 | 1100000 | 1000000 | 1000011 |
Color Harmonies of #9FE074
Complementary color
Monochromatic Colors of #9FE074
Black with #9FE074
Text Example
Text Example
White with #9FE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE074; }
p { color: rgb(159,224,116); }
H1.HeaderClassName
{
color: #9FE074;
}
.AnyTagClassName
{
color: #9FE074;
}
</style>
background-color css
<style>
a { background-color: #9FE074; }
a { background-color: rgb(159,224,116); }
div.DivClassName
{
background-color: #9FE074;
}
.BgClassName
{
background-color: #9FE074;
}
</style>
border-color css
<style>
span { border-color: #9FE074; }
span { border-color: rgb(159,224,116); }
td.TdClassName
{
border-color: #9FE074;
}
.TagClassName
{
border-color: #9FE074;
}
</style>