Shades of Feijoa #9CF379
Tints of Feijoa #9CF379
RGB
CMYK
RGB Variations
Color information
#9CF379 (or 0x9CF379) is known color: Feijoa. HEX triplet: 9C, F3 and 79. RGB value is (156,243,121). Sum of RGB (Red+Green+Blue) = 156+243+121=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF379 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF379 is #630C86. Grayscale: #CBCBCB. Windows color (decimal): -6491271 or 7992220. OLE color: 7992220.
HSL color Cylindrical-coordinate representation of color #9CF379: hue angle of 102.79º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CF379 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 243 | 121 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.05 |
| HSL | 102.79º | 0.84% | 0.71% | - |
| HSV(B) | 102.79º | 0.5% | 0.95% | - |
| XYZ | 49.21 | 72.55 | 29.5 | - |
| YUV | 203.08 | 81.68 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 243 | 121 | 0.36 | 0 | 0.50 | 0.05 | 102.79 | 0.84 | 0.71 |
| Hex | 9C | F3 | 79 | 24 | 0 | 32 | 5 | 67 | 54 | 47 |
| Octal | 234 | 363 | 171 | 44 | 0 | 62 | 5 | 147 | 124 | 107 |
| Binary | 10011100 | 11110011 | 1111001 | 100100 | 0 | 110010 | 101 | 1100111 | 1010100 | 1000111 |
Color Harmonies of #9CF379
Complementary color
Monochromatic Colors of #9CF379
Black with #9CF379
Text Example
Text Example
White with #9CF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF379; }
p { color: rgb(156,243,121); }
H1.HeaderClassName
{
color: #9CF379;
}
.AnyTagClassName
{
color: #9CF379;
}
</style>
background-color css
<style>
a { background-color: #9CF379; }
a { background-color: rgb(156,243,121); }
div.DivClassName
{
background-color: #9CF379;
}
.BgClassName
{
background-color: #9CF379;
}
</style>
border-color css
<style>
span { border-color: #9CF379; }
span { border-color: rgb(156,243,121); }
td.TdClassName
{
border-color: #9CF379;
}
.TagClassName
{
border-color: #9CF379;
}
</style>