Shades of Feijoa #9CEF6D
Tints of Feijoa #9CEF6D
RGB
CMYK
RGB Variations
Color information
#9CEF6D (or 0x9CEF6D) is known color: Feijoa. HEX triplet: 9C, EF and 6D. RGB value is (156,239,109). Sum of RGB (Red+Green+Blue) = 156+239+109=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEF6D is #631092. Grayscale: #C7C7C7. Windows color (decimal): -6492307 or 7204764. OLE color: 7204764.
HSL color Cylindrical-coordinate representation of color #9CEF6D: hue angle of 98.31º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CEF6D is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 239 | 109 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.06 |
| HSL | 98.31º | 0.8% | 0.68% | - |
| HSV(B) | 98.31º | 0.54% | 0.94% | - |
| XYZ | 47.34 | 69.91 | 25.47 | - |
| YUV | 199.36 | 77 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 239 | 109 | 0.35 | 0 | 0.54 | 0.06 | 98.31 | 0.8 | 0.68 |
| Hex | 9C | EF | 6D | 23 | 0 | 36 | 6 | 62 | 50 | 44 |
| Octal | 234 | 357 | 155 | 43 | 0 | 66 | 6 | 142 | 120 | 104 |
| Binary | 10011100 | 11101111 | 1101101 | 100011 | 0 | 110110 | 110 | 1100010 | 1010000 | 1000100 |
Color Harmonies of #9CEF6D
Complementary color
Monochromatic Colors of #9CEF6D
Black with #9CEF6D
Text Example
Text Example
White with #9CEF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEF6D; }
p { color: rgb(156,239,109); }
H1.HeaderClassName
{
color: #9CEF6D;
}
.AnyTagClassName
{
color: #9CEF6D;
}
</style>
background-color css
<style>
a { background-color: #9CEF6D; }
a { background-color: rgb(156,239,109); }
div.DivClassName
{
background-color: #9CEF6D;
}
.BgClassName
{
background-color: #9CEF6D;
}
</style>
border-color css
<style>
span { border-color: #9CEF6D; }
span { border-color: rgb(156,239,109); }
td.TdClassName
{
border-color: #9CEF6D;
}
.TagClassName
{
border-color: #9CEF6D;
}
</style>