Shades of Feijoa #9CF667
Tints of Feijoa #9CF667
RGB
CMYK
RGB Variations
Color information
#9CF667 (or 0x9CF667) is known color: Feijoa. HEX triplet: 9C, F6 and 67. RGB value is (156,246,103). Sum of RGB (Red+Green+Blue) = 156+246+103=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF667 is #630998. Grayscale: #CBCBCB. Windows color (decimal): -6490521 or 6813340. OLE color: 6813340.
HSL color Cylindrical-coordinate representation of color #9CF667: hue angle of 97.76º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CF667 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 103 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.04 |
| HSL | 97.76º | 0.89% | 0.68% | - |
| HSV(B) | 97.76º | 0.58% | 0.96% | - |
| XYZ | 49.11 | 73.96 | 24.52 | - |
| YUV | 202.79 | 71.68 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 103 | 0.37 | 0 | 0.58 | 0.04 | 97.76 | 0.89 | 0.68 |
| Hex | 9C | F6 | 67 | 25 | 0 | 3A | 4 | 62 | 59 | 44 |
| Octal | 234 | 366 | 147 | 45 | 0 | 72 | 4 | 142 | 131 | 104 |
| Binary | 10011100 | 11110110 | 1100111 | 100101 | 0 | 111010 | 100 | 1100010 | 1011001 | 1000100 |
Color Harmonies of #9CF667
Complementary color
Monochromatic Colors of #9CF667
Black with #9CF667
Text Example
Text Example
White with #9CF667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF667; }
p { color: rgb(156,246,103); }
H1.HeaderClassName
{
color: #9CF667;
}
.AnyTagClassName
{
color: #9CF667;
}
</style>
background-color css
<style>
a { background-color: #9CF667; }
a { background-color: rgb(156,246,103); }
div.DivClassName
{
background-color: #9CF667;
}
.BgClassName
{
background-color: #9CF667;
}
</style>
border-color css
<style>
span { border-color: #9CF667; }
span { border-color: rgb(156,246,103); }
td.TdClassName
{
border-color: #9CF667;
}
.TagClassName
{
border-color: #9CF667;
}
</style>