Shades of Feijoa #9FF278
Tints of Feijoa #9FF278
RGB
CMYK
RGB Variations
Color information
#9FF278 (or 0x9FF278) is known color: Feijoa. HEX triplet: 9F, F2 and 78. RGB value is (159,242,120). Sum of RGB (Red+Green+Blue) = 159+242+120=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF278 is #600D87. Grayscale: #CBCBCB. Windows color (decimal): -6294920 or 7926431. OLE color: 7926431.
HSL color Cylindrical-coordinate representation of color #9FF278: hue angle of 100.82º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FF278 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 120 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.05 |
| HSL | 100.82º | 0.82% | 0.71% | - |
| HSV(B) | 100.82º | 0.5% | 0.95% | - |
| XYZ | 49.44 | 72.23 | 29.11 | - |
| YUV | 203.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 120 | 0.34 | 0 | 0.50 | 0.05 | 100.82 | 0.82 | 0.71 |
| Hex | 9F | F2 | 78 | 22 | 0 | 32 | 5 | 65 | 52 | 47 |
| Octal | 237 | 362 | 170 | 42 | 0 | 62 | 5 | 145 | 122 | 107 |
| Binary | 10011111 | 11110010 | 1111000 | 100010 | 0 | 110010 | 101 | 1100101 | 1010010 | 1000111 |
Color Harmonies of #9FF278
Complementary color
Monochromatic Colors of #9FF278
Black with #9FF278
Text Example
Text Example
White with #9FF278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF278; }
p { color: rgb(159,242,120); }
H1.HeaderClassName
{
color: #9FF278;
}
.AnyTagClassName
{
color: #9FF278;
}
</style>
background-color css
<style>
a { background-color: #9FF278; }
a { background-color: rgb(159,242,120); }
div.DivClassName
{
background-color: #9FF278;
}
.BgClassName
{
background-color: #9FF278;
}
</style>
border-color css
<style>
span { border-color: #9FF278; }
span { border-color: rgb(159,242,120); }
td.TdClassName
{
border-color: #9FF278;
}
.TagClassName
{
border-color: #9FF278;
}
</style>