Shades of Feijoa #97F16A
Tints of Feijoa #97F16A
RGB
CMYK
RGB Variations
Color information
#97F16A (or 0x97F16A) is known color: Feijoa. HEX triplet: 97, F1 and 6A. RGB value is (151,241,106). Sum of RGB (Red+Green+Blue) = 151+241+106=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #97F16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F16A is #680E95. Grayscale: #C7C7C7. Windows color (decimal): -6819478 or 7008663. OLE color: 7008663.
HSL color Cylindrical-coordinate representation of color #97F16A: hue angle of 100º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97F16A is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 241 | 106 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.05 |
| HSL | 100º | 0.83% | 0.68% | - |
| HSV(B) | 100º | 0.56% | 0.95% | - |
| XYZ | 46.82 | 70.53 | 24.78 | - |
| YUV | 198.7 | 75.68 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 241 | 106 | 0.37 | 0 | 0.56 | 0.05 | 100 | 0.83 | 0.68 |
| Hex | 97 | F1 | 6A | 25 | 0 | 38 | 5 | 64 | 53 | 44 |
| Octal | 227 | 361 | 152 | 45 | 0 | 70 | 5 | 144 | 123 | 104 |
| Binary | 10010111 | 11110001 | 1101010 | 100101 | 0 | 111000 | 101 | 1100100 | 1010011 | 1000100 |
Color Harmonies of #97F16A
Complementary color
Monochromatic Colors of #97F16A
Black with #97F16A
Text Example
Text Example
White with #97F16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F16A; }
p { color: rgb(151,241,106); }
H1.HeaderClassName
{
color: #97F16A;
}
.AnyTagClassName
{
color: #97F16A;
}
</style>
background-color css
<style>
a { background-color: #97F16A; }
a { background-color: rgb(151,241,106); }
div.DivClassName
{
background-color: #97F16A;
}
.BgClassName
{
background-color: #97F16A;
}
</style>
border-color css
<style>
span { border-color: #97F16A; }
span { border-color: rgb(151,241,106); }
td.TdClassName
{
border-color: #97F16A;
}
.TagClassName
{
border-color: #97F16A;
}
</style>