Shades of Feijoa #9CEF68
Tints of Feijoa #9CEF68
RGB
CMYK
RGB Variations
Color information
#9CEF68 (or 0x9CEF68) is known color: Feijoa. HEX triplet: 9C, EF and 68. RGB value is (156,239,104). Sum of RGB (Red+Green+Blue) = 156+239+104=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEF68 is #631097. Grayscale: #C7C7C7. Windows color (decimal): -6492312 or 6877084. OLE color: 6877084.
HSL color Cylindrical-coordinate representation of color #9CEF68: hue angle of 96.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CEF68 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 239 | 104 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.06 |
| HSL | 96.89º | 0.81% | 0.67% | - |
| HSV(B) | 96.89º | 0.56% | 0.94% | - |
| XYZ | 47.08 | 69.8 | 24.09 | - |
| YUV | 198.79 | 74.5 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 239 | 104 | 0.35 | 0 | 0.56 | 0.06 | 96.89 | 0.81 | 0.67 |
| Hex | 9C | EF | 68 | 23 | 0 | 38 | 6 | 61 | 51 | 43 |
| Octal | 234 | 357 | 150 | 43 | 0 | 70 | 6 | 141 | 121 | 103 |
| Binary | 10011100 | 11101111 | 1101000 | 100011 | 0 | 111000 | 110 | 1100001 | 1010001 | 1000011 |
Color Harmonies of #9CEF68
Complementary color
Monochromatic Colors of #9CEF68
Black with #9CEF68
Text Example
Text Example
White with #9CEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEF68; }
p { color: rgb(156,239,104); }
H1.HeaderClassName
{
color: #9CEF68;
}
.AnyTagClassName
{
color: #9CEF68;
}
</style>
background-color css
<style>
a { background-color: #9CEF68; }
a { background-color: rgb(156,239,104); }
div.DivClassName
{
background-color: #9CEF68;
}
.BgClassName
{
background-color: #9CEF68;
}
</style>
border-color css
<style>
span { border-color: #9CEF68; }
span { border-color: rgb(156,239,104); }
td.TdClassName
{
border-color: #9CEF68;
}
.TagClassName
{
border-color: #9CEF68;
}
</style>