Shades of Feijoa #9FE582
Tints of Feijoa #9FE582
RGB
CMYK
RGB Variations
Color information
#9FE582 (or 0x9FE582) is known color: Feijoa. HEX triplet: 9F, E5 and 82. RGB value is (159,229,130). Sum of RGB (Red+Green+Blue) = 159+229+130=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE582 is #601A7D. Grayscale: #C5C5C5. Windows color (decimal): -6298238 or 8578463. OLE color: 8578463.
HSL color Cylindrical-coordinate representation of color #9FE582: hue angle of 102.42º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FE582 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 130 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.10 |
| HSL | 102.42º | 0.66% | 0.7% | - |
| HSV(B) | 102.42º | 0.43% | 0.9% | - |
| XYZ | 46.35 | 65.02 | 31.23 | - |
| YUV | 196.78 | 90.31 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 130 | 0.31 | 0 | 0.43 | 0.10 | 102.42 | 0.66 | 0.7 |
| Hex | 9F | E5 | 82 | 1F | 0 | 2B | A | 66 | 42 | 46 |
| Octal | 237 | 345 | 202 | 37 | 0 | 53 | 12 | 146 | 102 | 106 |
| Binary | 10011111 | 11100101 | 10000010 | 11111 | 0 | 101011 | 1010 | 1100110 | 1000010 | 1000110 |
Color Harmonies of #9FE582
Complementary color
Monochromatic Colors of #9FE582
Black with #9FE582
Text Example
Text Example
White with #9FE582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE582; }
p { color: rgb(159,229,130); }
H1.HeaderClassName
{
color: #9FE582;
}
.AnyTagClassName
{
color: #9FE582;
}
</style>
background-color css
<style>
a { background-color: #9FE582; }
a { background-color: rgb(159,229,130); }
div.DivClassName
{
background-color: #9FE582;
}
.BgClassName
{
background-color: #9FE582;
}
</style>
border-color css
<style>
span { border-color: #9FE582; }
span { border-color: rgb(159,229,130); }
td.TdClassName
{
border-color: #9FE582;
}
.TagClassName
{
border-color: #9FE582;
}
</style>