Shades of Feijoa #9CF96A
Tints of Feijoa #9CF96A
RGB
CMYK
RGB Variations
Color information
#9CF96A (or 0x9CF96A) is known color: Feijoa. HEX triplet: 9C, F9 and 6A. RGB value is (156,249,106). Sum of RGB (Red+Green+Blue) = 156+249+106=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF96A is #630695. Grayscale: #CDCDCD. Windows color (decimal): -6489750 or 7010716. OLE color: 7010716.
HSL color Cylindrical-coordinate representation of color #9CF96A: hue angle of 99.02º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CF96A is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 106 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.02 |
| HSL | 99.02º | 0.92% | 0.7% | - |
| HSV(B) | 99.02º | 0.57% | 0.98% | - |
| XYZ | 50.19 | 75.86 | 25.63 | - |
| YUV | 204.89 | 72.19 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 106 | 0.37 | 0 | 0.57 | 0.02 | 99.02 | 0.92 | 0.7 |
| Hex | 9C | F9 | 6A | 25 | 0 | 39 | 2 | 63 | 5C | 46 |
| Octal | 234 | 371 | 152 | 45 | 0 | 71 | 2 | 143 | 134 | 106 |
| Binary | 10011100 | 11111001 | 1101010 | 100101 | 0 | 111001 | 10 | 1100011 | 1011100 | 1000110 |
Color Harmonies of #9CF96A
Complementary color
Monochromatic Colors of #9CF96A
Black with #9CF96A
Text Example
Text Example
White with #9CF96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF96A; }
p { color: rgb(156,249,106); }
H1.HeaderClassName
{
color: #9CF96A;
}
.AnyTagClassName
{
color: #9CF96A;
}
</style>
background-color css
<style>
a { background-color: #9CF96A; }
a { background-color: rgb(156,249,106); }
div.DivClassName
{
background-color: #9CF96A;
}
.BgClassName
{
background-color: #9CF96A;
}
</style>
border-color css
<style>
span { border-color: #9CF96A; }
span { border-color: rgb(156,249,106); }
td.TdClassName
{
border-color: #9CF96A;
}
.TagClassName
{
border-color: #9CF96A;
}
</style>