Shades of Feijoa #9CF478
Tints of Feijoa #9CF478
RGB
CMYK
RGB Variations
Color information
#9CF478 (or 0x9CF478) is known color: Feijoa. HEX triplet: 9C, F4 and 78. RGB value is (156,244,120). Sum of RGB (Red+Green+Blue) = 156+244+120=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF478 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF478 is #630B87. Grayscale: #CBCBCB. Windows color (decimal): -6491016 or 7926940. OLE color: 7926940.
HSL color Cylindrical-coordinate representation of color #9CF478: hue angle of 102.58º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CF478 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 244 | 120 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.04 |
| HSL | 102.58º | 0.85% | 0.71% | - |
| HSV(B) | 102.58º | 0.51% | 0.96% | - |
| XYZ | 49.45 | 73.13 | 29.28 | - |
| YUV | 203.55 | 80.85 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 244 | 120 | 0.36 | 0 | 0.51 | 0.04 | 102.58 | 0.85 | 0.71 |
| Hex | 9C | F4 | 78 | 24 | 0 | 33 | 4 | 67 | 55 | 47 |
| Octal | 234 | 364 | 170 | 44 | 0 | 63 | 4 | 147 | 125 | 107 |
| Binary | 10011100 | 11110100 | 1111000 | 100100 | 0 | 110011 | 100 | 1100111 | 1010101 | 1000111 |
Color Harmonies of #9CF478
Complementary color
Monochromatic Colors of #9CF478
Black with #9CF478
Text Example
Text Example
White with #9CF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF478; }
p { color: rgb(156,244,120); }
H1.HeaderClassName
{
color: #9CF478;
}
.AnyTagClassName
{
color: #9CF478;
}
</style>
background-color css
<style>
a { background-color: #9CF478; }
a { background-color: rgb(156,244,120); }
div.DivClassName
{
background-color: #9CF478;
}
.BgClassName
{
background-color: #9CF478;
}
</style>
border-color css
<style>
span { border-color: #9CF478; }
span { border-color: rgb(156,244,120); }
td.TdClassName
{
border-color: #9CF478;
}
.TagClassName
{
border-color: #9CF478;
}
</style>