Shades of Feijoa #9CE674
Tints of Feijoa #9CE674
RGB
CMYK
RGB Variations
Color information
#9CE674 (or 0x9CE674) is known color: Feijoa. HEX triplet: 9C, E6 and 74. RGB value is (156,230,116). Sum of RGB (Red+Green+Blue) = 156+230+116=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE674 is #63198B. Grayscale: #C3C3C3. Windows color (decimal): -6494604 or 7661212. OLE color: 7661212.
HSL color Cylindrical-coordinate representation of color #9CE674: hue angle of 98.95º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CE674 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 230 | 116 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.10 |
| HSL | 98.95º | 0.7% | 0.68% | - |
| HSV(B) | 98.95º | 0.5% | 0.9% | - |
| XYZ | 45.16 | 64.92 | 26.67 | - |
| YUV | 194.88 | 83.48 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 116 | 0.32 | 0 | 0.50 | 0.10 | 98.95 | 0.7 | 0.68 |
| Hex | 9C | E6 | 74 | 20 | 0 | 32 | A | 63 | 46 | 44 |
| Octal | 234 | 346 | 164 | 40 | 0 | 62 | 12 | 143 | 106 | 104 |
| Binary | 10011100 | 11100110 | 1110100 | 100000 | 0 | 110010 | 1010 | 1100011 | 1000110 | 1000100 |
Color Harmonies of #9CE674
Complementary color
Monochromatic Colors of #9CE674
Black with #9CE674
Text Example
Text Example
White with #9CE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE674; }
p { color: rgb(156,230,116); }
H1.HeaderClassName
{
color: #9CE674;
}
.AnyTagClassName
{
color: #9CE674;
}
</style>
background-color css
<style>
a { background-color: #9CE674; }
a { background-color: rgb(156,230,116); }
div.DivClassName
{
background-color: #9CE674;
}
.BgClassName
{
background-color: #9CE674;
}
</style>
border-color css
<style>
span { border-color: #9CE674; }
span { border-color: rgb(156,230,116); }
td.TdClassName
{
border-color: #9CE674;
}
.TagClassName
{
border-color: #9CE674;
}
</style>