Shades of Feijoa #9FF37A
Tints of Feijoa #9FF37A
RGB
CMYK
RGB Variations
Color information
#9FF37A (or 0x9FF37A) is known color: Feijoa. HEX triplet: 9F, F3 and 7A. RGB value is (159,243,122). Sum of RGB (Red+Green+Blue) = 159+243+122=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF37A is #600C85. Grayscale: #CCCCCC. Windows color (decimal): -6294662 or 8057759. OLE color: 8057759.
HSL color Cylindrical-coordinate representation of color #9FF37A: hue angle of 101.65º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FF37A is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 122 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.05 |
| HSL | 101.65º | 0.83% | 0.72% | - |
| HSV(B) | 101.65º | 0.5% | 0.95% | - |
| XYZ | 49.86 | 72.88 | 29.85 | - |
| YUV | 204.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 122 | 0.35 | 0 | 0.50 | 0.05 | 101.65 | 0.83 | 0.72 |
| Hex | 9F | F3 | 7A | 23 | 0 | 32 | 5 | 66 | 53 | 48 |
| Octal | 237 | 363 | 172 | 43 | 0 | 62 | 5 | 146 | 123 | 110 |
| Binary | 10011111 | 11110011 | 1111010 | 100011 | 0 | 110010 | 101 | 1100110 | 1010011 | 1001000 |
Color Harmonies of #9FF37A
Complementary color
Monochromatic Colors of #9FF37A
Black with #9FF37A
Text Example
Text Example
White with #9FF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF37A; }
p { color: rgb(159,243,122); }
H1.HeaderClassName
{
color: #9FF37A;
}
.AnyTagClassName
{
color: #9FF37A;
}
</style>
background-color css
<style>
a { background-color: #9FF37A; }
a { background-color: rgb(159,243,122); }
div.DivClassName
{
background-color: #9FF37A;
}
.BgClassName
{
background-color: #9FF37A;
}
</style>
border-color css
<style>
span { border-color: #9FF37A; }
span { border-color: rgb(159,243,122); }
td.TdClassName
{
border-color: #9FF37A;
}
.TagClassName
{
border-color: #9FF37A;
}
</style>