Shades of Feijoa #9FE182
Tints of Feijoa #9FE182
RGB
CMYK
RGB Variations
Color information
#9FE182 (or 0x9FE182) is known color: Feijoa. HEX triplet: 9F, E1 and 82. RGB value is (159,225,130). Sum of RGB (Red+Green+Blue) = 159+225+130=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE182 is #601E7D. Grayscale: #C2C2C2. Windows color (decimal): -6299262 or 8577439. OLE color: 8577439.
HSL color Cylindrical-coordinate representation of color #9FE182: hue angle of 101.68º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FE182 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 130 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.12 |
| HSL | 101.68º | 0.61% | 0.7% | - |
| HSV(B) | 101.68º | 0.42% | 0.88% | - |
| XYZ | 45.25 | 62.83 | 30.86 | - |
| YUV | 194.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 130 | 0.29 | 0 | 0.42 | 0.12 | 101.68 | 0.61 | 0.7 |
| Hex | 9F | E1 | 82 | 1D | 0 | 2A | C | 66 | 3D | 46 |
| Octal | 237 | 341 | 202 | 35 | 0 | 52 | 14 | 146 | 75 | 106 |
| Binary | 10011111 | 11100001 | 10000010 | 11101 | 0 | 101010 | 1100 | 1100110 | 111101 | 1000110 |
Color Harmonies of #9FE182
Complementary color
Monochromatic Colors of #9FE182
Black with #9FE182
Text Example
Text Example
White with #9FE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE182; }
p { color: rgb(159,225,130); }
H1.HeaderClassName
{
color: #9FE182;
}
.AnyTagClassName
{
color: #9FE182;
}
</style>
background-color css
<style>
a { background-color: #9FE182; }
a { background-color: rgb(159,225,130); }
div.DivClassName
{
background-color: #9FE182;
}
.BgClassName
{
background-color: #9FE182;
}
</style>
border-color css
<style>
span { border-color: #9FE182; }
span { border-color: rgb(159,225,130); }
td.TdClassName
{
border-color: #9FE182;
}
.TagClassName
{
border-color: #9FE182;
}
</style>