Shades of Feijoa #9BE478
Tints of Feijoa #9BE478
RGB
CMYK
RGB Variations
Color information
#9BE478 (or 0x9BE478) is known color: Feijoa. HEX triplet: 9B, E4 and 78. RGB value is (155,228,120). Sum of RGB (Red+Green+Blue) = 155+228+120=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE478 is #641B87. Grayscale: #C2C2C2. Windows color (decimal): -6560648 or 7922843. OLE color: 7922843.
HSL color Cylindrical-coordinate representation of color #9BE478: hue angle of 100.56º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BE478 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 228 | 120 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.11 |
| HSL | 100.56º | 0.67% | 0.68% | - |
| HSV(B) | 100.56º | 0.47% | 0.89% | - |
| XYZ | 44.65 | 63.81 | 27.73 | - |
| YUV | 193.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 228 | 120 | 0.32 | 0 | 0.47 | 0.11 | 100.56 | 0.67 | 0.68 |
| Hex | 9B | E4 | 78 | 20 | 0 | 2F | B | 65 | 43 | 44 |
| Octal | 233 | 344 | 170 | 40 | 0 | 57 | 13 | 145 | 103 | 104 |
| Binary | 10011011 | 11100100 | 1111000 | 100000 | 0 | 101111 | 1011 | 1100101 | 1000011 | 1000100 |
Color Harmonies of #9BE478
Complementary color
Monochromatic Colors of #9BE478
Black with #9BE478
Text Example
Text Example
White with #9BE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE478; }
p { color: rgb(155,228,120); }
H1.HeaderClassName
{
color: #9BE478;
}
.AnyTagClassName
{
color: #9BE478;
}
</style>
background-color css
<style>
a { background-color: #9BE478; }
a { background-color: rgb(155,228,120); }
div.DivClassName
{
background-color: #9BE478;
}
.BgClassName
{
background-color: #9BE478;
}
</style>
border-color css
<style>
span { border-color: #9BE478; }
span { border-color: rgb(155,228,120); }
td.TdClassName
{
border-color: #9BE478;
}
.TagClassName
{
border-color: #9BE478;
}
</style>