Shades of Feijoa #9CFF6B
Tints of Feijoa #9CFF6B
RGB
CMYK
RGB Variations
Color information
#9CFF6B (or 0x9CFF6B) is known color: Feijoa. HEX triplet: 9C, FF and 6B. RGB value is (156,255,107). Sum of RGB (Red+Green+Blue) = 156+255+107=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFF6B is #630094. Grayscale: #D1D1D1. Windows color (decimal): -6488213 or 7077788. OLE color: 7077788.
HSL color Cylindrical-coordinate representation of color #9CFF6B: hue angle of 100.14º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CFF6B is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 107 | - |
| CMYK | 0.39 | 0 | 0.58 | 0 |
| HSL | 100.14º | 1% | 0.71% | - |
| HSV(B) | 100.14º | 0.58% | 1% | - |
| XYZ | 52.12 | 79.65 | 26.54 | - |
| YUV | 208.53 | 70.7 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 107 | 0.39 | 0 | 0.58 | 0 | 100.14 | 1 | 0.71 |
| Hex | 9C | FF | 6B | 27 | 0 | 3A | 0 | 64 | 64 | 47 |
| Octal | 234 | 377 | 153 | 47 | 0 | 72 | 0 | 144 | 144 | 107 |
| Binary | 10011100 | 11111111 | 1101011 | 100111 | 0 | 111010 | 0 | 1100100 | 1100100 | 1000111 |
Color Harmonies of #9CFF6B
Complementary color
Monochromatic Colors of #9CFF6B
Black with #9CFF6B
Text Example
Text Example
White with #9CFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF6B; }
p { color: rgb(156,255,107); }
H1.HeaderClassName
{
color: #9CFF6B;
}
.AnyTagClassName
{
color: #9CFF6B;
}
</style>
background-color css
<style>
a { background-color: #9CFF6B; }
a { background-color: rgb(156,255,107); }
div.DivClassName
{
background-color: #9CFF6B;
}
.BgClassName
{
background-color: #9CFF6B;
}
</style>
border-color css
<style>
span { border-color: #9CFF6B; }
span { border-color: rgb(156,255,107); }
td.TdClassName
{
border-color: #9CFF6B;
}
.TagClassName
{
border-color: #9CFF6B;
}
</style>