Shades of Feijoa #9CEC6B
Tints of Feijoa #9CEC6B
RGB
CMYK
RGB Variations
Color information
#9CEC6B (or 0x9CEC6B) is known color: Feijoa. HEX triplet: 9C, EC and 6B. RGB value is (156,236,107). Sum of RGB (Red+Green+Blue) = 156+236+107=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC6B is #631394. Grayscale: #C5C5C5. Windows color (decimal): -6493077 or 7072924. OLE color: 7072924.
HSL color Cylindrical-coordinate representation of color #9CEC6B: hue angle of 97.21º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CEC6B is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 107 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.07 |
| HSL | 97.21º | 0.77% | 0.67% | - |
| HSV(B) | 97.21º | 0.55% | 0.93% | - |
| XYZ | 46.36 | 68.12 | 24.62 | - |
| YUV | 197.37 | 77 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 107 | 0.34 | 0 | 0.55 | 0.07 | 97.21 | 0.77 | 0.67 |
| Hex | 9C | EC | 6B | 22 | 0 | 37 | 7 | 61 | 4D | 43 |
| Octal | 234 | 354 | 153 | 42 | 0 | 67 | 7 | 141 | 115 | 103 |
| Binary | 10011100 | 11101100 | 1101011 | 100010 | 0 | 110111 | 111 | 1100001 | 1001101 | 1000011 |
Color Harmonies of #9CEC6B
Complementary color
Monochromatic Colors of #9CEC6B
Black with #9CEC6B
Text Example
Text Example
White with #9CEC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC6B; }
p { color: rgb(156,236,107); }
H1.HeaderClassName
{
color: #9CEC6B;
}
.AnyTagClassName
{
color: #9CEC6B;
}
</style>
background-color css
<style>
a { background-color: #9CEC6B; }
a { background-color: rgb(156,236,107); }
div.DivClassName
{
background-color: #9CEC6B;
}
.BgClassName
{
background-color: #9CEC6B;
}
</style>
border-color css
<style>
span { border-color: #9CEC6B; }
span { border-color: rgb(156,236,107); }
td.TdClassName
{
border-color: #9CEC6B;
}
.TagClassName
{
border-color: #9CEC6B;
}
</style>