Shades of Feijoa #9CE078
Tints of Feijoa #9CE078
RGB
CMYK
RGB Variations
Color information
#9CE078 (or 0x9CE078) is known color: Feijoa. HEX triplet: 9C, E0 and 78. RGB value is (156,224,120). Sum of RGB (Red+Green+Blue) = 156+224+120=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE078 is #631F87. Grayscale: #C0C0C0. Windows color (decimal): -6496136 or 7921820. OLE color: 7921820.
HSL color Cylindrical-coordinate representation of color #9CE078: hue angle of 99.23º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CE078 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 120 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.12 |
| HSL | 99.23º | 0.63% | 0.67% | - |
| HSV(B) | 99.23º | 0.46% | 0.88% | - |
| XYZ | 43.76 | 61.74 | 27.38 | - |
| YUV | 191.81 | 87.47 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 120 | 0.30 | 0 | 0.46 | 0.12 | 99.23 | 0.63 | 0.67 |
| Hex | 9C | E0 | 78 | 1E | 0 | 2E | C | 63 | 3F | 43 |
| Octal | 234 | 340 | 170 | 36 | 0 | 56 | 14 | 143 | 77 | 103 |
| Binary | 10011100 | 11100000 | 1111000 | 11110 | 0 | 101110 | 1100 | 1100011 | 111111 | 1000011 |
Color Harmonies of #9CE078
Complementary color
Monochromatic Colors of #9CE078
Black with #9CE078
Text Example
Text Example
White with #9CE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE078; }
p { color: rgb(156,224,120); }
H1.HeaderClassName
{
color: #9CE078;
}
.AnyTagClassName
{
color: #9CE078;
}
</style>
background-color css
<style>
a { background-color: #9CE078; }
a { background-color: rgb(156,224,120); }
div.DivClassName
{
background-color: #9CE078;
}
.BgClassName
{
background-color: #9CE078;
}
</style>
border-color css
<style>
span { border-color: #9CE078; }
span { border-color: rgb(156,224,120); }
td.TdClassName
{
border-color: #9CE078;
}
.TagClassName
{
border-color: #9CE078;
}
</style>