Shades of Feijoa #96EE70
Tints of Feijoa #96EE70
RGB
CMYK
RGB Variations
Color information
#96EE70 (or 0x96EE70) is known color: Feijoa. HEX triplet: 96, EE and 70. RGB value is (150,238,112). Sum of RGB (Red+Green+Blue) = 150+238+112=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EE70 is #69118F. Grayscale: #C5C5C5. Windows color (decimal): -6885776 or 7401110. OLE color: 7401110.
HSL color Cylindrical-coordinate representation of color #96EE70: hue angle of 101.9º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96EE70 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 112 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.07 |
| HSL | 101.9º | 0.79% | 0.69% | - |
| HSV(B) | 101.9º | 0.53% | 0.93% | - |
| XYZ | 46.08 | 68.8 | 26.18 | - |
| YUV | 197.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 112 | 0.37 | 0 | 0.53 | 0.07 | 101.9 | 0.79 | 0.69 |
| Hex | 96 | EE | 70 | 25 | 0 | 35 | 7 | 66 | 4F | 45 |
| Octal | 226 | 356 | 160 | 45 | 0 | 65 | 7 | 146 | 117 | 105 |
| Binary | 10010110 | 11101110 | 1110000 | 100101 | 0 | 110101 | 111 | 1100110 | 1001111 | 1000101 |
Color Harmonies of #96EE70
Complementary color
Monochromatic Colors of #96EE70
Black with #96EE70
Text Example
Text Example
White with #96EE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EE70; }
p { color: rgb(150,238,112); }
H1.HeaderClassName
{
color: #96EE70;
}
.AnyTagClassName
{
color: #96EE70;
}
</style>
background-color css
<style>
a { background-color: #96EE70; }
a { background-color: rgb(150,238,112); }
div.DivClassName
{
background-color: #96EE70;
}
.BgClassName
{
background-color: #96EE70;
}
</style>
border-color css
<style>
span { border-color: #96EE70; }
span { border-color: rgb(150,238,112); }
td.TdClassName
{
border-color: #96EE70;
}
.TagClassName
{
border-color: #96EE70;
}
</style>