Shades of Feijoa #9BE667
Tints of Feijoa #9BE667
RGB
CMYK
RGB Variations
Color information
#9BE667 (or 0x9BE667) is known color: Feijoa. HEX triplet: 9B, E6 and 67. RGB value is (155,230,103). Sum of RGB (Red+Green+Blue) = 155+230+103=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE667 is #641998. Grayscale: #C1C1C1. Windows color (decimal): -6560153 or 6809243. OLE color: 6809243.
HSL color Cylindrical-coordinate representation of color #9BE667: hue angle of 95.43º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BE667 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 103 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.10 |
| HSL | 95.43º | 0.72% | 0.65% | - |
| HSV(B) | 95.43º | 0.55% | 0.9% | - |
| XYZ | 44.26 | 64.54 | 22.96 | - |
| YUV | 193.1 | 77.15 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 103 | 0.33 | 0 | 0.55 | 0.10 | 95.43 | 0.72 | 0.65 |
| Hex | 9B | E6 | 67 | 21 | 0 | 37 | A | 5F | 48 | 41 |
| Octal | 233 | 346 | 147 | 41 | 0 | 67 | 12 | 137 | 110 | 101 |
| Binary | 10011011 | 11100110 | 1100111 | 100001 | 0 | 110111 | 1010 | 1011111 | 1001000 | 1000001 |
Color Harmonies of #9BE667
Complementary color
Monochromatic Colors of #9BE667
Black with #9BE667
Text Example
Text Example
White with #9BE667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE667; }
p { color: rgb(155,230,103); }
H1.HeaderClassName
{
color: #9BE667;
}
.AnyTagClassName
{
color: #9BE667;
}
</style>
background-color css
<style>
a { background-color: #9BE667; }
a { background-color: rgb(155,230,103); }
div.DivClassName
{
background-color: #9BE667;
}
.BgClassName
{
background-color: #9BE667;
}
</style>
border-color css
<style>
span { border-color: #9BE667; }
span { border-color: rgb(155,230,103); }
td.TdClassName
{
border-color: #9BE667;
}
.TagClassName
{
border-color: #9BE667;
}
</style>