Shades of Feijoa #9BDC6E
Tints of Feijoa #9BDC6E
RGB
CMYK
RGB Variations
Color information
#9BDC6E (or 0x9BDC6E) is known color: Feijoa. HEX triplet: 9B, DC and 6E. RGB value is (155,220,110). Sum of RGB (Red+Green+Blue) = 155+220+110=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC6E is #642391. Grayscale: #BCBCBC. Windows color (decimal): -6562706 or 7265435. OLE color: 7265435.
HSL color Cylindrical-coordinate representation of color #9BDC6E: hue angle of 95.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BDC6E is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 110 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.14 |
| HSL | 95.45º | 0.61% | 0.65% | - |
| HSV(B) | 95.45º | 0.5% | 0.86% | - |
| XYZ | 41.93 | 59.28 | 23.98 | - |
| YUV | 188.03 | 83.97 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 110 | 0.30 | 0 | 0.50 | 0.14 | 95.45 | 0.61 | 0.65 |
| Hex | 9B | DC | 6E | 1E | 0 | 32 | E | 5F | 3D | 41 |
| Octal | 233 | 334 | 156 | 36 | 0 | 62 | 16 | 137 | 75 | 101 |
| Binary | 10011011 | 11011100 | 1101110 | 11110 | 0 | 110010 | 1110 | 1011111 | 111101 | 1000001 |
Color Harmonies of #9BDC6E
Complementary color
Monochromatic Colors of #9BDC6E
Black with #9BDC6E
Text Example
Text Example
White with #9BDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC6E; }
p { color: rgb(155,220,110); }
H1.HeaderClassName
{
color: #9BDC6E;
}
.AnyTagClassName
{
color: #9BDC6E;
}
</style>
background-color css
<style>
a { background-color: #9BDC6E; }
a { background-color: rgb(155,220,110); }
div.DivClassName
{
background-color: #9BDC6E;
}
.BgClassName
{
background-color: #9BDC6E;
}
</style>
border-color css
<style>
span { border-color: #9BDC6E; }
span { border-color: rgb(155,220,110); }
td.TdClassName
{
border-color: #9BDC6E;
}
.TagClassName
{
border-color: #9BDC6E;
}
</style>