Shades of Feijoa #9BEA70
Tints of Feijoa #9BEA70
RGB
CMYK
RGB Variations
Color information
#9BEA70 (or 0x9BEA70) is known color: Feijoa. HEX triplet: 9B, EA and 70. RGB value is (155,234,112). Sum of RGB (Red+Green+Blue) = 155+234+112=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEA70 is #64158F. Grayscale: #C4C4C4. Windows color (decimal): -6559120 or 7400091. OLE color: 7400091.
HSL color Cylindrical-coordinate representation of color #9BEA70: hue angle of 98.85º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BEA70 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 112 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.08 |
| HSL | 98.85º | 0.74% | 0.68% | - |
| HSV(B) | 98.85º | 0.52% | 0.92% | - |
| XYZ | 45.87 | 66.98 | 25.84 | - |
| YUV | 196.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 112 | 0.34 | 0 | 0.52 | 0.08 | 98.85 | 0.74 | 0.68 |
| Hex | 9B | EA | 70 | 22 | 0 | 34 | 8 | 63 | 4A | 44 |
| Octal | 233 | 352 | 160 | 42 | 0 | 64 | 10 | 143 | 112 | 104 |
| Binary | 10011011 | 11101010 | 1110000 | 100010 | 0 | 110100 | 1000 | 1100011 | 1001010 | 1000100 |
Color Harmonies of #9BEA70
Complementary color
Monochromatic Colors of #9BEA70
Black with #9BEA70
Text Example
Text Example
White with #9BEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEA70; }
p { color: rgb(155,234,112); }
H1.HeaderClassName
{
color: #9BEA70;
}
.AnyTagClassName
{
color: #9BEA70;
}
</style>
background-color css
<style>
a { background-color: #9BEA70; }
a { background-color: rgb(155,234,112); }
div.DivClassName
{
background-color: #9BEA70;
}
.BgClassName
{
background-color: #9BEA70;
}
</style>
border-color css
<style>
span { border-color: #9BEA70; }
span { border-color: rgb(155,234,112); }
td.TdClassName
{
border-color: #9BEA70;
}
.TagClassName
{
border-color: #9BEA70;
}
</style>