Shades of Feijoa #9CEB74
Tints of Feijoa #9CEB74
RGB
CMYK
RGB Variations
Color information
#9CEB74 (or 0x9CEB74) is known color: Feijoa. HEX triplet: 9C, EB and 74. RGB value is (156,235,116). Sum of RGB (Red+Green+Blue) = 156+235+116=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEB74 is #63148B. Grayscale: #C6C6C6. Windows color (decimal): -6493324 or 7662492. OLE color: 7662492.
HSL color Cylindrical-coordinate representation of color #9CEB74: hue angle of 99.83º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CEB74 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 116 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.08 |
| HSL | 99.83º | 0.75% | 0.69% | - |
| HSV(B) | 99.83º | 0.51% | 0.92% | - |
| XYZ | 46.57 | 67.75 | 27.14 | - |
| YUV | 197.81 | 81.83 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 116 | 0.34 | 0 | 0.51 | 0.08 | 99.83 | 0.75 | 0.69 |
| Hex | 9C | EB | 74 | 22 | 0 | 33 | 8 | 64 | 4B | 45 |
| Octal | 234 | 353 | 164 | 42 | 0 | 63 | 10 | 144 | 113 | 105 |
| Binary | 10011100 | 11101011 | 1110100 | 100010 | 0 | 110011 | 1000 | 1100100 | 1001011 | 1000101 |
Color Harmonies of #9CEB74
Complementary color
Monochromatic Colors of #9CEB74
Black with #9CEB74
Text Example
Text Example
White with #9CEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEB74; }
p { color: rgb(156,235,116); }
H1.HeaderClassName
{
color: #9CEB74;
}
.AnyTagClassName
{
color: #9CEB74;
}
</style>
background-color css
<style>
a { background-color: #9CEB74; }
a { background-color: rgb(156,235,116); }
div.DivClassName
{
background-color: #9CEB74;
}
.BgClassName
{
background-color: #9CEB74;
}
</style>
border-color css
<style>
span { border-color: #9CEB74; }
span { border-color: rgb(156,235,116); }
td.TdClassName
{
border-color: #9CEB74;
}
.TagClassName
{
border-color: #9CEB74;
}
</style>