Shades of Feijoa #96EC6D
Tints of Feijoa #96EC6D
RGB
CMYK
RGB Variations
Color information
#96EC6D (or 0x96EC6D) is known color: Feijoa. HEX triplet: 96, EC and 6D. RGB value is (150,236,109). Sum of RGB (Red+Green+Blue) = 150+236+109=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EC6D is #691392. Grayscale: #C4C4C4. Windows color (decimal): -6886291 or 7203990. OLE color: 7203990.
HSL color Cylindrical-coordinate representation of color #96EC6D: hue angle of 100.63º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96EC6D is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 109 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.07 |
| HSL | 100.63º | 0.77% | 0.68% | - |
| HSV(B) | 100.63º | 0.54% | 0.93% | - |
| XYZ | 45.33 | 67.58 | 25.12 | - |
| YUV | 195.81 | 79.01 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 109 | 0.36 | 0 | 0.54 | 0.07 | 100.63 | 0.77 | 0.68 |
| Hex | 96 | EC | 6D | 24 | 0 | 36 | 7 | 65 | 4D | 44 |
| Octal | 226 | 354 | 155 | 44 | 0 | 66 | 7 | 145 | 115 | 104 |
| Binary | 10010110 | 11101100 | 1101101 | 100100 | 0 | 110110 | 111 | 1100101 | 1001101 | 1000100 |
Color Harmonies of #96EC6D
Complementary color
Monochromatic Colors of #96EC6D
Black with #96EC6D
Text Example
Text Example
White with #96EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC6D; }
p { color: rgb(150,236,109); }
H1.HeaderClassName
{
color: #96EC6D;
}
.AnyTagClassName
{
color: #96EC6D;
}
</style>
background-color css
<style>
a { background-color: #96EC6D; }
a { background-color: rgb(150,236,109); }
div.DivClassName
{
background-color: #96EC6D;
}
.BgClassName
{
background-color: #96EC6D;
}
</style>
border-color css
<style>
span { border-color: #96EC6D; }
span { border-color: rgb(150,236,109); }
td.TdClassName
{
border-color: #96EC6D;
}
.TagClassName
{
border-color: #96EC6D;
}
</style>