Shades of Feijoa #9CF467
Tints of Feijoa #9CF467
RGB
CMYK
RGB Variations
Color information
#9CF467 (or 0x9CF467) is known color: Feijoa. HEX triplet: 9C, F4 and 67. RGB value is (156,244,103). Sum of RGB (Red+Green+Blue) = 156+244+103=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF467 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF467 is #630B98. Grayscale: #CACACA. Windows color (decimal): -6491033 or 6812828. OLE color: 6812828.
HSL color Cylindrical-coordinate representation of color #9CF467: hue angle of 97.45º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CF467 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 244 | 103 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.04 |
| HSL | 97.45º | 0.87% | 0.68% | - |
| HSV(B) | 97.45º | 0.58% | 0.96% | - |
| XYZ | 48.51 | 72.75 | 24.32 | - |
| YUV | 201.61 | 72.35 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 244 | 103 | 0.36 | 0 | 0.58 | 0.04 | 97.45 | 0.87 | 0.68 |
| Hex | 9C | F4 | 67 | 24 | 0 | 3A | 4 | 61 | 57 | 44 |
| Octal | 234 | 364 | 147 | 44 | 0 | 72 | 4 | 141 | 127 | 104 |
| Binary | 10011100 | 11110100 | 1100111 | 100100 | 0 | 111010 | 100 | 1100001 | 1010111 | 1000100 |
Color Harmonies of #9CF467
Complementary color
Monochromatic Colors of #9CF467
Black with #9CF467
Text Example
Text Example
White with #9CF467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF467; }
p { color: rgb(156,244,103); }
H1.HeaderClassName
{
color: #9CF467;
}
.AnyTagClassName
{
color: #9CF467;
}
</style>
background-color css
<style>
a { background-color: #9CF467; }
a { background-color: rgb(156,244,103); }
div.DivClassName
{
background-color: #9CF467;
}
.BgClassName
{
background-color: #9CF467;
}
</style>
border-color css
<style>
span { border-color: #9CF467; }
span { border-color: rgb(156,244,103); }
td.TdClassName
{
border-color: #9CF467;
}
.TagClassName
{
border-color: #9CF467;
}
</style>