Shades of Feijoa #9CFE6F
Tints of Feijoa #9CFE6F
RGB
CMYK
RGB Variations
Color information
#9CFE6F (or 0x9CFE6F) is known color: Feijoa. HEX triplet: 9C, FE and 6F. RGB value is (156,254,111). Sum of RGB (Red+Green+Blue) = 156+254+111=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFE6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFE6F is #630190. Grayscale: #D0D0D0. Windows color (decimal): -6488465 or 7339676. OLE color: 7339676.
HSL color Cylindrical-coordinate representation of color #9CFE6F: hue angle of 101.12º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CFE6F is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 111 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.00 |
| HSL | 101.12º | 0.99% | 0.72% | - |
| HSV(B) | 101.12º | 0.56% | 1% | - |
| XYZ | 52.02 | 79.1 | 27.56 | - |
| YUV | 208.4 | 73.03 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 111 | 0.39 | 0 | 0.56 | 0.00 | 101.12 | 0.99 | 0.72 |
| Hex | 9C | FE | 6F | 27 | 0 | 38 | 0 | 65 | 63 | 48 |
| Octal | 234 | 376 | 157 | 47 | 0 | 70 | 0 | 145 | 143 | 110 |
| Binary | 10011100 | 11111110 | 1101111 | 100111 | 0 | 111000 | 0 | 1100101 | 1100011 | 1001000 |
Color Harmonies of #9CFE6F
Complementary color
Monochromatic Colors of #9CFE6F
Black with #9CFE6F
Text Example
Text Example
White with #9CFE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFE6F; }
p { color: rgb(156,254,111); }
H1.HeaderClassName
{
color: #9CFE6F;
}
.AnyTagClassName
{
color: #9CFE6F;
}
</style>
background-color css
<style>
a { background-color: #9CFE6F; }
a { background-color: rgb(156,254,111); }
div.DivClassName
{
background-color: #9CFE6F;
}
.BgClassName
{
background-color: #9CFE6F;
}
</style>
border-color css
<style>
span { border-color: #9CFE6F; }
span { border-color: rgb(156,254,111); }
td.TdClassName
{
border-color: #9CFE6F;
}
.TagClassName
{
border-color: #9CFE6F;
}
</style>