Shades of Feijoa #9CE174
Tints of Feijoa #9CE174
RGB
CMYK
RGB Variations
Color information
#9CE174 (or 0x9CE174) is known color: Feijoa. HEX triplet: 9C, E1 and 74. RGB value is (156,225,116). Sum of RGB (Red+Green+Blue) = 156+225+116=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE174 is #631E8B. Grayscale: #C0C0C0. Windows color (decimal): -6495884 or 7659932. OLE color: 7659932.
HSL color Cylindrical-coordinate representation of color #9CE174: hue angle of 97.98º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CE174 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 116 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.12 |
| HSL | 97.98º | 0.64% | 0.67% | - |
| HSV(B) | 97.98º | 0.48% | 0.88% | - |
| XYZ | 43.79 | 62.18 | 26.22 | - |
| YUV | 191.94 | 85.14 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 116 | 0.31 | 0 | 0.48 | 0.12 | 97.98 | 0.64 | 0.67 |
| Hex | 9C | E1 | 74 | 1F | 0 | 30 | C | 62 | 40 | 43 |
| Octal | 234 | 341 | 164 | 37 | 0 | 60 | 14 | 142 | 100 | 103 |
| Binary | 10011100 | 11100001 | 1110100 | 11111 | 0 | 110000 | 1100 | 1100010 | 1000000 | 1000011 |
Color Harmonies of #9CE174
Complementary color
Monochromatic Colors of #9CE174
Black with #9CE174
Text Example
Text Example
White with #9CE174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE174; }
p { color: rgb(156,225,116); }
H1.HeaderClassName
{
color: #9CE174;
}
.AnyTagClassName
{
color: #9CE174;
}
</style>
background-color css
<style>
a { background-color: #9CE174; }
a { background-color: rgb(156,225,116); }
div.DivClassName
{
background-color: #9CE174;
}
.BgClassName
{
background-color: #9CE174;
}
</style>
border-color css
<style>
span { border-color: #9CE174; }
span { border-color: rgb(156,225,116); }
td.TdClassName
{
border-color: #9CE174;
}
.TagClassName
{
border-color: #9CE174;
}
</style>