Shades of Feijoa #96FA66
Tints of Feijoa #96FA66
RGB
CMYK
RGB Variations
Color information
#96FA66 (or 0x96FA66) is known color: Feijoa. HEX triplet: 96, FA and 66. RGB value is (150,250,102). Sum of RGB (Red+Green+Blue) = 150+250+102=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA66 is #690599. Grayscale: #CBCBCB. Windows color (decimal): -6882714 or 6748822. OLE color: 6748822.
HSL color Cylindrical-coordinate representation of color #96FA66: hue angle of 100.54º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96FA66 is Cyan = 0.4, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 102 | - |
| CMYK | 0.4 | 0 | 0.59 | 0.02 |
| HSL | 100.54º | 0.94% | 0.69% | - |
| HSV(B) | 100.54º | 0.59% | 0.98% | - |
| XYZ | 49.16 | 75.81 | 24.61 | - |
| YUV | 203.23 | 70.87 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 102 | 0.4 | 0 | 0.59 | 0.02 | 100.54 | 0.94 | 0.69 |
| Hex | 96 | FA | 66 | 28 | 0 | 3B | 2 | 65 | 5E | 45 |
| Octal | 226 | 372 | 146 | 50 | 0 | 73 | 2 | 145 | 136 | 105 |
| Binary | 10010110 | 11111010 | 1100110 | 101000 | 0 | 111011 | 10 | 1100101 | 1011110 | 1000101 |
Color Harmonies of #96FA66
Complementary color
Monochromatic Colors of #96FA66
Black with #96FA66
Text Example
Text Example
White with #96FA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FA66; }
p { color: rgb(150,250,102); }
H1.HeaderClassName
{
color: #96FA66;
}
.AnyTagClassName
{
color: #96FA66;
}
</style>
background-color css
<style>
a { background-color: #96FA66; }
a { background-color: rgb(150,250,102); }
div.DivClassName
{
background-color: #96FA66;
}
.BgClassName
{
background-color: #96FA66;
}
</style>
border-color css
<style>
span { border-color: #96FA66; }
span { border-color: rgb(150,250,102); }
td.TdClassName
{
border-color: #96FA66;
}
.TagClassName
{
border-color: #96FA66;
}
</style>