Shades of Feijoa #96E969
Tints of Feijoa #96E969
RGB
CMYK
RGB Variations
Color information
#96E969 (or 0x96E969) is known color: Feijoa. HEX triplet: 96, E9 and 69. RGB value is (150,233,105). Sum of RGB (Red+Green+Blue) = 150+233+105=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #96E969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E969 is #691696. Grayscale: #C2C2C2. Windows color (decimal): -6887063 or 6941078. OLE color: 6941078.
HSL color Cylindrical-coordinate representation of color #96E969: hue angle of 98.91º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96E969 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 233 | 105 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.09 |
| HSL | 98.91º | 0.74% | 0.66% | - |
| HSV(B) | 98.91º | 0.55% | 0.91% | - |
| XYZ | 44.27 | 65.78 | 23.73 | - |
| YUV | 193.59 | 78 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 233 | 105 | 0.36 | 0 | 0.55 | 0.09 | 98.91 | 0.74 | 0.66 |
| Hex | 96 | E9 | 69 | 24 | 0 | 37 | 9 | 63 | 4A | 42 |
| Octal | 226 | 351 | 151 | 44 | 0 | 67 | 11 | 143 | 112 | 102 |
| Binary | 10010110 | 11101001 | 1101001 | 100100 | 0 | 110111 | 1001 | 1100011 | 1001010 | 1000010 |
Color Harmonies of #96E969
Complementary color
Monochromatic Colors of #96E969
Black with #96E969
Text Example
Text Example
White with #96E969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E969; }
p { color: rgb(150,233,105); }
H1.HeaderClassName
{
color: #96E969;
}
.AnyTagClassName
{
color: #96E969;
}
</style>
background-color css
<style>
a { background-color: #96E969; }
a { background-color: rgb(150,233,105); }
div.DivClassName
{
background-color: #96E969;
}
.BgClassName
{
background-color: #96E969;
}
</style>
border-color css
<style>
span { border-color: #96E969; }
span { border-color: rgb(150,233,105); }
td.TdClassName
{
border-color: #96E969;
}
.TagClassName
{
border-color: #96E969;
}
</style>