Shades of Feijoa #9CED6B
Tints of Feijoa #9CED6B
RGB
CMYK
RGB Variations
Color information
#9CED6B (or 0x9CED6B) is known color: Feijoa. HEX triplet: 9C, ED and 6B. RGB value is (156,237,107). Sum of RGB (Red+Green+Blue) = 156+237+107=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #9CED6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CED6B is #631294. Grayscale: #C6C6C6. Windows color (decimal): -6492821 or 7073180. OLE color: 7073180.
HSL color Cylindrical-coordinate representation of color #9CED6B: hue angle of 97.38º degrees, saturation: 0.78, 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 #9CED6B is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 107 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.07 |
| HSL | 97.38º | 0.78% | 0.67% | - |
| HSV(B) | 97.38º | 0.55% | 0.93% | - |
| XYZ | 46.65 | 68.7 | 24.71 | - |
| YUV | 197.96 | 76.66 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 107 | 0.34 | 0 | 0.55 | 0.07 | 97.38 | 0.78 | 0.67 |
| Hex | 9C | ED | 6B | 22 | 0 | 37 | 7 | 61 | 4E | 43 |
| Octal | 234 | 355 | 153 | 42 | 0 | 67 | 7 | 141 | 116 | 103 |
| Binary | 10011100 | 11101101 | 1101011 | 100010 | 0 | 110111 | 111 | 1100001 | 1001110 | 1000011 |
Color Harmonies of #9CED6B
Complementary color
Monochromatic Colors of #9CED6B
Black with #9CED6B
Text Example
Text Example
White with #9CED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CED6B; }
p { color: rgb(156,237,107); }
H1.HeaderClassName
{
color: #9CED6B;
}
.AnyTagClassName
{
color: #9CED6B;
}
</style>
background-color css
<style>
a { background-color: #9CED6B; }
a { background-color: rgb(156,237,107); }
div.DivClassName
{
background-color: #9CED6B;
}
.BgClassName
{
background-color: #9CED6B;
}
</style>
border-color css
<style>
span { border-color: #9CED6B; }
span { border-color: rgb(156,237,107); }
td.TdClassName
{
border-color: #9CED6B;
}
.TagClassName
{
border-color: #9CED6B;
}
</style>