Shades of Feijoa #9FE474
Tints of Feijoa #9FE474
RGB
CMYK
RGB Variations
Color information
#9FE474 (or 0x9FE474) is known color: Feijoa. HEX triplet: 9F, E4 and 74. RGB value is (159,228,116). Sum of RGB (Red+Green+Blue) = 159+228+116=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE474 is #601B8B. Grayscale: #C2C2C2. Windows color (decimal): -6298508 or 7660703. OLE color: 7660703.
HSL color Cylindrical-coordinate representation of color #9FE474: hue angle of 96.96º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FE474 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 116 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.11 |
| HSL | 96.96º | 0.67% | 0.67% | - |
| HSV(B) | 96.96º | 0.49% | 0.89% | - |
| XYZ | 45.19 | 64.12 | 26.52 | - |
| YUV | 194.6 | 83.64 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 116 | 0.30 | 0 | 0.49 | 0.11 | 96.96 | 0.67 | 0.67 |
| Hex | 9F | E4 | 74 | 1E | 0 | 31 | B | 61 | 43 | 43 |
| Octal | 237 | 344 | 164 | 36 | 0 | 61 | 13 | 141 | 103 | 103 |
| Binary | 10011111 | 11100100 | 1110100 | 11110 | 0 | 110001 | 1011 | 1100001 | 1000011 | 1000011 |
Color Harmonies of #9FE474
Complementary color
Monochromatic Colors of #9FE474
Black with #9FE474
Text Example
Text Example
White with #9FE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE474; }
p { color: rgb(159,228,116); }
H1.HeaderClassName
{
color: #9FE474;
}
.AnyTagClassName
{
color: #9FE474;
}
</style>
background-color css
<style>
a { background-color: #9FE474; }
a { background-color: rgb(159,228,116); }
div.DivClassName
{
background-color: #9FE474;
}
.BgClassName
{
background-color: #9FE474;
}
</style>
border-color css
<style>
span { border-color: #9FE474; }
span { border-color: rgb(159,228,116); }
td.TdClassName
{
border-color: #9FE474;
}
.TagClassName
{
border-color: #9FE474;
}
</style>