Shades of Feijoa #9BED69
Tints of Feijoa #9BED69
RGB
CMYK
RGB Variations
Color information
#9BED69 (or 0x9BED69) is known color: Feijoa. HEX triplet: 9B, ED and 69. RGB value is (155,237,105). Sum of RGB (Red+Green+Blue) = 155+237+105=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BED69 is #641296. Grayscale: #C5C5C5. Windows color (decimal): -6558359 or 6942107. OLE color: 6942107.
HSL color Cylindrical-coordinate representation of color #9BED69: hue angle of 97.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BED69 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 105 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.07 |
| HSL | 97.27º | 0.79% | 0.67% | - |
| HSV(B) | 97.27º | 0.56% | 0.93% | - |
| XYZ | 46.35 | 68.56 | 24.15 | - |
| YUV | 197.43 | 75.83 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 105 | 0.35 | 0 | 0.56 | 0.07 | 97.27 | 0.79 | 0.67 |
| Hex | 9B | ED | 69 | 23 | 0 | 38 | 7 | 61 | 4F | 43 |
| Octal | 233 | 355 | 151 | 43 | 0 | 70 | 7 | 141 | 117 | 103 |
| Binary | 10011011 | 11101101 | 1101001 | 100011 | 0 | 111000 | 111 | 1100001 | 1001111 | 1000011 |
Color Harmonies of #9BED69
Complementary color
Monochromatic Colors of #9BED69
Black with #9BED69
Text Example
Text Example
White with #9BED69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BED69; }
p { color: rgb(155,237,105); }
H1.HeaderClassName
{
color: #9BED69;
}
.AnyTagClassName
{
color: #9BED69;
}
</style>
background-color css
<style>
a { background-color: #9BED69; }
a { background-color: rgb(155,237,105); }
div.DivClassName
{
background-color: #9BED69;
}
.BgClassName
{
background-color: #9BED69;
}
</style>
border-color css
<style>
span { border-color: #9BED69; }
span { border-color: rgb(155,237,105); }
td.TdClassName
{
border-color: #9BED69;
}
.TagClassName
{
border-color: #9BED69;
}
</style>