Shades of Feijoa #9CFF6F
Tints of Feijoa #9CFF6F
RGB
CMYK
RGB Variations
Color information
#9CFF6F (or 0x9CFF6F) is known color: Feijoa. HEX triplet: 9C, FF and 6F. RGB value is (156,255,111). Sum of RGB (Red+Green+Blue) = 156+255+111=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFF6F is #630090. Grayscale: #D1D1D1. Windows color (decimal): -6488209 or 7339932. OLE color: 7339932.
HSL color Cylindrical-coordinate representation of color #9CFF6F: hue angle of 101.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CFF6F is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 111 | - |
| CMYK | 0.39 | 0 | 0.56 | 0 |
| HSL | 101.25º | 1% | 0.72% | - |
| HSV(B) | 101.25º | 0.56% | 1% | - |
| XYZ | 52.34 | 79.74 | 27.67 | - |
| YUV | 208.98 | 72.7 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 111 | 0.39 | 0 | 0.56 | 0 | 101.25 | 1 | 0.72 |
| Hex | 9C | FF | 6F | 27 | 0 | 38 | 0 | 65 | 64 | 48 |
| Octal | 234 | 377 | 157 | 47 | 0 | 70 | 0 | 145 | 144 | 110 |
| Binary | 10011100 | 11111111 | 1101111 | 100111 | 0 | 111000 | 0 | 1100101 | 1100100 | 1001000 |
Color Harmonies of #9CFF6F
Complementary color
Monochromatic Colors of #9CFF6F
Black with #9CFF6F
Text Example
Text Example
White with #9CFF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF6F; }
p { color: rgb(156,255,111); }
H1.HeaderClassName
{
color: #9CFF6F;
}
.AnyTagClassName
{
color: #9CFF6F;
}
</style>
background-color css
<style>
a { background-color: #9CFF6F; }
a { background-color: rgb(156,255,111); }
div.DivClassName
{
background-color: #9CFF6F;
}
.BgClassName
{
background-color: #9CFF6F;
}
</style>
border-color css
<style>
span { border-color: #9CFF6F; }
span { border-color: rgb(156,255,111); }
td.TdClassName
{
border-color: #9CFF6F;
}
.TagClassName
{
border-color: #9CFF6F;
}
</style>