Shades of Feijoa #9CE076
Tints of Feijoa #9CE076
RGB
CMYK
RGB Variations
Color information
#9CE076 (or 0x9CE076) is known color: Feijoa. HEX triplet: 9C, E0 and 76. RGB value is (156,224,118). Sum of RGB (Red+Green+Blue) = 156+224+118=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE076 is #631F89. Grayscale: #BFBFBF. Windows color (decimal): -6496138 or 7790748. OLE color: 7790748.
HSL color Cylindrical-coordinate representation of color #9CE076: hue angle of 98.49º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CE076 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 118 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.12 |
| HSL | 98.49º | 0.63% | 0.67% | - |
| HSV(B) | 98.49º | 0.47% | 0.88% | - |
| XYZ | 43.64 | 61.69 | 26.75 | - |
| YUV | 191.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 118 | 0.30 | 0 | 0.47 | 0.12 | 98.49 | 0.63 | 0.67 |
| Hex | 9C | E0 | 76 | 1E | 0 | 2F | C | 62 | 3F | 43 |
| Octal | 234 | 340 | 166 | 36 | 0 | 57 | 14 | 142 | 77 | 103 |
| Binary | 10011100 | 11100000 | 1110110 | 11110 | 0 | 101111 | 1100 | 1100010 | 111111 | 1000011 |
Color Harmonies of #9CE076
Complementary color
Monochromatic Colors of #9CE076
Black with #9CE076
Text Example
Text Example
White with #9CE076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE076; }
p { color: rgb(156,224,118); }
H1.HeaderClassName
{
color: #9CE076;
}
.AnyTagClassName
{
color: #9CE076;
}
</style>
background-color css
<style>
a { background-color: #9CE076; }
a { background-color: rgb(156,224,118); }
div.DivClassName
{
background-color: #9CE076;
}
.BgClassName
{
background-color: #9CE076;
}
</style>
border-color css
<style>
span { border-color: #9CE076; }
span { border-color: rgb(156,224,118); }
td.TdClassName
{
border-color: #9CE076;
}
.TagClassName
{
border-color: #9CE076;
}
</style>