Shades of Feijoa #9CEA73
Tints of Feijoa #9CEA73
RGB
CMYK
RGB Variations
Color information
#9CEA73 (or 0x9CEA73) is known color: Feijoa. HEX triplet: 9C, EA and 73. RGB value is (156,234,115). Sum of RGB (Red+Green+Blue) = 156+234+115=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEA73 is #63158C. Grayscale: #C5C5C5. Windows color (decimal): -6493581 or 7596700. OLE color: 7596700.
HSL color Cylindrical-coordinate representation of color #9CEA73: hue angle of 99.33º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CEA73 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 115 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.08 |
| HSL | 99.33º | 0.74% | 0.68% | - |
| HSV(B) | 99.33º | 0.51% | 0.92% | - |
| XYZ | 46.23 | 67.15 | 26.74 | - |
| YUV | 197.11 | 81.66 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 115 | 0.33 | 0 | 0.51 | 0.08 | 99.33 | 0.74 | 0.68 |
| Hex | 9C | EA | 73 | 21 | 0 | 33 | 8 | 63 | 4A | 44 |
| Octal | 234 | 352 | 163 | 41 | 0 | 63 | 10 | 143 | 112 | 104 |
| Binary | 10011100 | 11101010 | 1110011 | 100001 | 0 | 110011 | 1000 | 1100011 | 1001010 | 1000100 |
Color Harmonies of #9CEA73
Complementary color
Monochromatic Colors of #9CEA73
Black with #9CEA73
Text Example
Text Example
White with #9CEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEA73; }
p { color: rgb(156,234,115); }
H1.HeaderClassName
{
color: #9CEA73;
}
.AnyTagClassName
{
color: #9CEA73;
}
</style>
background-color css
<style>
a { background-color: #9CEA73; }
a { background-color: rgb(156,234,115); }
div.DivClassName
{
background-color: #9CEA73;
}
.BgClassName
{
background-color: #9CEA73;
}
</style>
border-color css
<style>
span { border-color: #9CEA73; }
span { border-color: rgb(156,234,115); }
td.TdClassName
{
border-color: #9CEA73;
}
.TagClassName
{
border-color: #9CEA73;
}
</style>