Shades of Feijoa #96EE6A
Tints of Feijoa #96EE6A
RGB
CMYK
RGB Variations
Color information
#96EE6A (or 0x96EE6A) is known color: Feijoa. HEX triplet: 96, EE and 6A. RGB value is (150,238,106). Sum of RGB (Red+Green+Blue) = 150+238+106=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EE6A is #691195. Grayscale: #C5C5C5. Windows color (decimal): -6885782 or 7007894. OLE color: 7007894.
HSL color Cylindrical-coordinate representation of color #96EE6A: hue angle of 100º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96EE6A is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 106 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.07 |
| HSL | 100º | 0.8% | 0.67% | - |
| HSV(B) | 100º | 0.55% | 0.93% | - |
| XYZ | 45.75 | 68.67 | 24.48 | - |
| YUV | 196.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 106 | 0.37 | 0 | 0.55 | 0.07 | 100 | 0.8 | 0.67 |
| Hex | 96 | EE | 6A | 25 | 0 | 37 | 7 | 64 | 50 | 43 |
| Octal | 226 | 356 | 152 | 45 | 0 | 67 | 7 | 144 | 120 | 103 |
| Binary | 10010110 | 11101110 | 1101010 | 100101 | 0 | 110111 | 111 | 1100100 | 1010000 | 1000011 |
Color Harmonies of #96EE6A
Complementary color
Monochromatic Colors of #96EE6A
Black with #96EE6A
Text Example
Text Example
White with #96EE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EE6A; }
p { color: rgb(150,238,106); }
H1.HeaderClassName
{
color: #96EE6A;
}
.AnyTagClassName
{
color: #96EE6A;
}
</style>
background-color css
<style>
a { background-color: #96EE6A; }
a { background-color: rgb(150,238,106); }
div.DivClassName
{
background-color: #96EE6A;
}
.BgClassName
{
background-color: #96EE6A;
}
</style>
border-color css
<style>
span { border-color: #96EE6A; }
span { border-color: rgb(150,238,106); }
td.TdClassName
{
border-color: #96EE6A;
}
.TagClassName
{
border-color: #96EE6A;
}
</style>