Shades of Feijoa #96EA64
Tints of Feijoa #96EA64
RGB
CMYK
RGB Variations
Color information
#96EA64 (or 0x96EA64) is known color: Feijoa. HEX triplet: 96, EA and 64. RGB value is (150,234,100). Sum of RGB (Red+Green+Blue) = 150+234+100=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA64 is #69159B. Grayscale: #C2C2C2. Windows color (decimal): -6886812 or 6613654. OLE color: 6613654.
HSL color Cylindrical-coordinate representation of color #96EA64: hue angle of 97.61º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96EA64 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 100 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.08 |
| HSL | 97.61º | 0.76% | 0.65% | - |
| HSV(B) | 97.61º | 0.57% | 0.92% | - |
| XYZ | 44.3 | 66.25 | 22.51 | - |
| YUV | 193.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 100 | 0.36 | 0 | 0.57 | 0.08 | 97.61 | 0.76 | 0.65 |
| Hex | 96 | EA | 64 | 24 | 0 | 39 | 8 | 62 | 4C | 41 |
| Octal | 226 | 352 | 144 | 44 | 0 | 71 | 10 | 142 | 114 | 101 |
| Binary | 10010110 | 11101010 | 1100100 | 100100 | 0 | 111001 | 1000 | 1100010 | 1001100 | 1000001 |
Color Harmonies of #96EA64
Complementary color
Monochromatic Colors of #96EA64
Black with #96EA64
Text Example
Text Example
White with #96EA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EA64; }
p { color: rgb(150,234,100); }
H1.HeaderClassName
{
color: #96EA64;
}
.AnyTagClassName
{
color: #96EA64;
}
</style>
background-color css
<style>
a { background-color: #96EA64; }
a { background-color: rgb(150,234,100); }
div.DivClassName
{
background-color: #96EA64;
}
.BgClassName
{
background-color: #96EA64;
}
</style>
border-color css
<style>
span { border-color: #96EA64; }
span { border-color: rgb(150,234,100); }
td.TdClassName
{
border-color: #96EA64;
}
.TagClassName
{
border-color: #96EA64;
}
</style>