Shades of Feijoa #9CEB7F
Tints of Feijoa #9CEB7F
RGB
CMYK
RGB Variations
Color information
#9CEB7F (or 0x9CEB7F) is known color: Feijoa. HEX triplet: 9C, EB and 7F. RGB value is (156,235,127). Sum of RGB (Red+Green+Blue) = 156+235+127=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEB7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEB7F is #631480. Grayscale: #C7C7C7. Windows color (decimal): -6493313 or 8383388. OLE color: 8383388.
HSL color Cylindrical-coordinate representation of color #9CEB7F: hue angle of 103.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CEB7F is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 127 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.08 |
| HSL | 103.89º | 0.73% | 0.71% | - |
| HSV(B) | 103.89º | 0.46% | 0.92% | - |
| XYZ | 47.25 | 68.02 | 30.72 | - |
| YUV | 199.07 | 87.33 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 127 | 0.34 | 0 | 0.46 | 0.08 | 103.89 | 0.73 | 0.71 |
| Hex | 9C | EB | 7F | 22 | 0 | 2E | 8 | 68 | 49 | 47 |
| Octal | 234 | 353 | 177 | 42 | 0 | 56 | 10 | 150 | 111 | 107 |
| Binary | 10011100 | 11101011 | 1111111 | 100010 | 0 | 101110 | 1000 | 1101000 | 1001001 | 1000111 |
Color Harmonies of #9CEB7F
Complementary color
Monochromatic Colors of #9CEB7F
Black with #9CEB7F
Text Example
Text Example
White with #9CEB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEB7F; }
p { color: rgb(156,235,127); }
H1.HeaderClassName
{
color: #9CEB7F;
}
.AnyTagClassName
{
color: #9CEB7F;
}
</style>
background-color css
<style>
a { background-color: #9CEB7F; }
a { background-color: rgb(156,235,127); }
div.DivClassName
{
background-color: #9CEB7F;
}
.BgClassName
{
background-color: #9CEB7F;
}
</style>
border-color css
<style>
span { border-color: #9CEB7F; }
span { border-color: rgb(156,235,127); }
td.TdClassName
{
border-color: #9CEB7F;
}
.TagClassName
{
border-color: #9CEB7F;
}
</style>