Shades of Feijoa #9CF674
Tints of Feijoa #9CF674
RGB
CMYK
RGB Variations
Color information
#9CF674 (or 0x9CF674) is known color: Feijoa. HEX triplet: 9C, F6 and 74. RGB value is (156,246,116). Sum of RGB (Red+Green+Blue) = 156+246+116=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF674 is #63098B. Grayscale: #CCCCCC. Windows color (decimal): -6490508 or 7665308. OLE color: 7665308.
HSL color Cylindrical-coordinate representation of color #9CF674: hue angle of 101.54º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CF674 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 116 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.04 |
| HSL | 101.54º | 0.88% | 0.71% | - |
| HSV(B) | 101.54º | 0.53% | 0.96% | - |
| XYZ | 49.82 | 74.24 | 28.23 | - |
| YUV | 204.27 | 78.18 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 116 | 0.37 | 0 | 0.53 | 0.04 | 101.54 | 0.88 | 0.71 |
| Hex | 9C | F6 | 74 | 25 | 0 | 35 | 4 | 66 | 58 | 47 |
| Octal | 234 | 366 | 164 | 45 | 0 | 65 | 4 | 146 | 130 | 107 |
| Binary | 10011100 | 11110110 | 1110100 | 100101 | 0 | 110101 | 100 | 1100110 | 1011000 | 1000111 |
Color Harmonies of #9CF674
Complementary color
Monochromatic Colors of #9CF674
Black with #9CF674
Text Example
Text Example
White with #9CF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF674; }
p { color: rgb(156,246,116); }
H1.HeaderClassName
{
color: #9CF674;
}
.AnyTagClassName
{
color: #9CF674;
}
</style>
background-color css
<style>
a { background-color: #9CF674; }
a { background-color: rgb(156,246,116); }
div.DivClassName
{
background-color: #9CF674;
}
.BgClassName
{
background-color: #9CF674;
}
</style>
border-color css
<style>
span { border-color: #9CF674; }
span { border-color: rgb(156,246,116); }
td.TdClassName
{
border-color: #9CF674;
}
.TagClassName
{
border-color: #9CF674;
}
</style>