Shades of Feijoa #9CF278
Tints of Feijoa #9CF278
RGB
CMYK
RGB Variations
Color information
#9CF278 (or 0x9CF278) is known color: Feijoa. HEX triplet: 9C, F2 and 78. RGB value is (156,242,120). Sum of RGB (Red+Green+Blue) = 156+242+120=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF278 is #630D87. Grayscale: #CACACA. Windows color (decimal): -6491528 or 7926428. OLE color: 7926428.
HSL color Cylindrical-coordinate representation of color #9CF278: hue angle of 102.3º degrees, saturation: 0.82, 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 #9CF278 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 120 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.05 |
| HSL | 102.3º | 0.82% | 0.71% | - |
| HSV(B) | 102.3º | 0.5% | 0.95% | - |
| XYZ | 48.85 | 71.93 | 29.08 | - |
| YUV | 202.38 | 81.51 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 120 | 0.36 | 0 | 0.50 | 0.05 | 102.3 | 0.82 | 0.71 |
| Hex | 9C | F2 | 78 | 24 | 0 | 32 | 5 | 66 | 52 | 47 |
| Octal | 234 | 362 | 170 | 44 | 0 | 62 | 5 | 146 | 122 | 107 |
| Binary | 10011100 | 11110010 | 1111000 | 100100 | 0 | 110010 | 101 | 1100110 | 1010010 | 1000111 |
Color Harmonies of #9CF278
Complementary color
Monochromatic Colors of #9CF278
Black with #9CF278
Text Example
Text Example
White with #9CF278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF278; }
p { color: rgb(156,242,120); }
H1.HeaderClassName
{
color: #9CF278;
}
.AnyTagClassName
{
color: #9CF278;
}
</style>
background-color css
<style>
a { background-color: #9CF278; }
a { background-color: rgb(156,242,120); }
div.DivClassName
{
background-color: #9CF278;
}
.BgClassName
{
background-color: #9CF278;
}
</style>
border-color css
<style>
span { border-color: #9CF278; }
span { border-color: rgb(156,242,120); }
td.TdClassName
{
border-color: #9CF278;
}
.TagClassName
{
border-color: #9CF278;
}
</style>