Shades of Feijoa #9CEF6B
Tints of Feijoa #9CEF6B
RGB
CMYK
RGB Variations
Color information
#9CEF6B (or 0x9CEF6B) is known color: Feijoa. HEX triplet: 9C, EF and 6B. RGB value is (156,239,107). Sum of RGB (Red+Green+Blue) = 156+239+107=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEF6B is #631094. Grayscale: #C7C7C7. Windows color (decimal): -6492309 or 7073692. OLE color: 7073692.
HSL color Cylindrical-coordinate representation of color #9CEF6B: hue angle of 97.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CEF6B is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 239 | 107 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.06 |
| HSL | 97.73º | 0.8% | 0.68% | - |
| HSV(B) | 97.73º | 0.55% | 0.94% | - |
| XYZ | 47.23 | 69.86 | 24.91 | - |
| YUV | 199.14 | 76 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 239 | 107 | 0.35 | 0 | 0.55 | 0.06 | 97.73 | 0.8 | 0.68 |
| Hex | 9C | EF | 6B | 23 | 0 | 37 | 6 | 62 | 50 | 44 |
| Octal | 234 | 357 | 153 | 43 | 0 | 67 | 6 | 142 | 120 | 104 |
| Binary | 10011100 | 11101111 | 1101011 | 100011 | 0 | 110111 | 110 | 1100010 | 1010000 | 1000100 |
Color Harmonies of #9CEF6B
Complementary color
Monochromatic Colors of #9CEF6B
Black with #9CEF6B
Text Example
Text Example
White with #9CEF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEF6B; }
p { color: rgb(156,239,107); }
H1.HeaderClassName
{
color: #9CEF6B;
}
.AnyTagClassName
{
color: #9CEF6B;
}
</style>
background-color css
<style>
a { background-color: #9CEF6B; }
a { background-color: rgb(156,239,107); }
div.DivClassName
{
background-color: #9CEF6B;
}
.BgClassName
{
background-color: #9CEF6B;
}
</style>
border-color css
<style>
span { border-color: #9CEF6B; }
span { border-color: rgb(156,239,107); }
td.TdClassName
{
border-color: #9CEF6B;
}
.TagClassName
{
border-color: #9CEF6B;
}
</style>