Shades of Feijoa #9CEA74
Tints of Feijoa #9CEA74
RGB
CMYK
RGB Variations
Color information
#9CEA74 (or 0x9CEA74) is known color: Feijoa. HEX triplet: 9C, EA and 74. RGB value is (156,234,116). Sum of RGB (Red+Green+Blue) = 156+234+116=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEA74 is #63158B. Grayscale: #C5C5C5. Windows color (decimal): -6493580 or 7662236. OLE color: 7662236.
HSL color Cylindrical-coordinate representation of color #9CEA74: hue angle of 99.66º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CEA74 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 116 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.08 |
| HSL | 99.66º | 0.74% | 0.69% | - |
| HSV(B) | 99.66º | 0.5% | 0.92% | - |
| XYZ | 46.29 | 67.17 | 27.05 | - |
| YUV | 197.23 | 82.16 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 116 | 0.33 | 0 | 0.50 | 0.08 | 99.66 | 0.74 | 0.69 |
| Hex | 9C | EA | 74 | 21 | 0 | 32 | 8 | 64 | 4A | 45 |
| Octal | 234 | 352 | 164 | 41 | 0 | 62 | 10 | 144 | 112 | 105 |
| Binary | 10011100 | 11101010 | 1110100 | 100001 | 0 | 110010 | 1000 | 1100100 | 1001010 | 1000101 |
Color Harmonies of #9CEA74
Complementary color
Monochromatic Colors of #9CEA74
Black with #9CEA74
Text Example
Text Example
White with #9CEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEA74; }
p { color: rgb(156,234,116); }
H1.HeaderClassName
{
color: #9CEA74;
}
.AnyTagClassName
{
color: #9CEA74;
}
</style>
background-color css
<style>
a { background-color: #9CEA74; }
a { background-color: rgb(156,234,116); }
div.DivClassName
{
background-color: #9CEA74;
}
.BgClassName
{
background-color: #9CEA74;
}
</style>
border-color css
<style>
span { border-color: #9CEA74; }
span { border-color: rgb(156,234,116); }
td.TdClassName
{
border-color: #9CEA74;
}
.TagClassName
{
border-color: #9CEA74;
}
</style>