Shades of Feijoa #9CF672
Tints of Feijoa #9CF672
RGB
CMYK
RGB Variations
Color information
#9CF672 (or 0x9CF672) is known color: Feijoa. HEX triplet: 9C, F6 and 72. RGB value is (156,246,114). Sum of RGB (Red+Green+Blue) = 156+246+114=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF672 is #63098D. Grayscale: #CCCCCC. Windows color (decimal): -6490510 or 7534236. OLE color: 7534236.
HSL color Cylindrical-coordinate representation of color #9CF672: hue angle of 100.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CF672 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 114 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.04 |
| HSL | 100.91º | 0.88% | 0.71% | - |
| HSV(B) | 100.91º | 0.54% | 0.96% | - |
| XYZ | 49.7 | 74.19 | 27.62 | - |
| YUV | 204.04 | 77.18 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 114 | 0.37 | 0 | 0.54 | 0.04 | 100.91 | 0.88 | 0.71 |
| Hex | 9C | F6 | 72 | 25 | 0 | 36 | 4 | 65 | 58 | 47 |
| Octal | 234 | 366 | 162 | 45 | 0 | 66 | 4 | 145 | 130 | 107 |
| Binary | 10011100 | 11110110 | 1110010 | 100101 | 0 | 110110 | 100 | 1100101 | 1011000 | 1000111 |
Color Harmonies of #9CF672
Complementary color
Monochromatic Colors of #9CF672
Black with #9CF672
Text Example
Text Example
White with #9CF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF672; }
p { color: rgb(156,246,114); }
H1.HeaderClassName
{
color: #9CF672;
}
.AnyTagClassName
{
color: #9CF672;
}
</style>
background-color css
<style>
a { background-color: #9CF672; }
a { background-color: rgb(156,246,114); }
div.DivClassName
{
background-color: #9CF672;
}
.BgClassName
{
background-color: #9CF672;
}
</style>
border-color css
<style>
span { border-color: #9CF672; }
span { border-color: rgb(156,246,114); }
td.TdClassName
{
border-color: #9CF672;
}
.TagClassName
{
border-color: #9CF672;
}
</style>