Shades of Feijoa #9BDC70
Tints of Feijoa #9BDC70
RGB
CMYK
RGB Variations
Color information
#9BDC70 (or 0x9BDC70) is known color: Feijoa. HEX triplet: 9B, DC and 70. RGB value is (155,220,112). Sum of RGB (Red+Green+Blue) = 155+220+112=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC70 is #64238F. Grayscale: #BCBCBC. Windows color (decimal): -6562704 or 7396507. OLE color: 7396507.
HSL color Cylindrical-coordinate representation of color #9BDC70: hue angle of 96.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BDC70 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 112 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.14 |
| HSL | 96.11º | 0.61% | 0.65% | - |
| HSV(B) | 96.11º | 0.49% | 0.86% | - |
| XYZ | 42.04 | 59.32 | 24.56 | - |
| YUV | 188.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 112 | 0.30 | 0 | 0.49 | 0.14 | 96.11 | 0.61 | 0.65 |
| Hex | 9B | DC | 70 | 1E | 0 | 31 | E | 60 | 3D | 41 |
| Octal | 233 | 334 | 160 | 36 | 0 | 61 | 16 | 140 | 75 | 101 |
| Binary | 10011011 | 11011100 | 1110000 | 11110 | 0 | 110001 | 1110 | 1100000 | 111101 | 1000001 |
Color Harmonies of #9BDC70
Complementary color
Monochromatic Colors of #9BDC70
Black with #9BDC70
Text Example
Text Example
White with #9BDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC70; }
p { color: rgb(155,220,112); }
H1.HeaderClassName
{
color: #9BDC70;
}
.AnyTagClassName
{
color: #9BDC70;
}
</style>
background-color css
<style>
a { background-color: #9BDC70; }
a { background-color: rgb(155,220,112); }
div.DivClassName
{
background-color: #9BDC70;
}
.BgClassName
{
background-color: #9BDC70;
}
</style>
border-color css
<style>
span { border-color: #9BDC70; }
span { border-color: rgb(155,220,112); }
td.TdClassName
{
border-color: #9BDC70;
}
.TagClassName
{
border-color: #9BDC70;
}
</style>