Shades of Feijoa #9CFD6A
Tints of Feijoa #9CFD6A
RGB
CMYK
RGB Variations
Color information
#9CFD6A (or 0x9CFD6A) is known color: Feijoa. HEX triplet: 9C, FD and 6A. RGB value is (156,253,106). Sum of RGB (Red+Green+Blue) = 156+253+106=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFD6A is #630295. Grayscale: #CFCFCF. Windows color (decimal): -6488726 or 7011740. OLE color: 7011740.
HSL color Cylindrical-coordinate representation of color #9CFD6A: hue angle of 99.59º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CFD6A is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 106 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.01 |
| HSL | 99.59º | 0.97% | 0.7% | - |
| HSV(B) | 99.59º | 0.58% | 0.99% | - |
| XYZ | 51.44 | 78.36 | 26.05 | - |
| YUV | 207.24 | 70.86 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 106 | 0.38 | 0 | 0.58 | 0.01 | 99.59 | 0.97 | 0.7 |
| Hex | 9C | FD | 6A | 26 | 0 | 3A | 1 | 64 | 61 | 46 |
| Octal | 234 | 375 | 152 | 46 | 0 | 72 | 1 | 144 | 141 | 106 |
| Binary | 10011100 | 11111101 | 1101010 | 100110 | 0 | 111010 | 1 | 1100100 | 1100001 | 1000110 |
Color Harmonies of #9CFD6A
Complementary color
Monochromatic Colors of #9CFD6A
Black with #9CFD6A
Text Example
Text Example
White with #9CFD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFD6A; }
p { color: rgb(156,253,106); }
H1.HeaderClassName
{
color: #9CFD6A;
}
.AnyTagClassName
{
color: #9CFD6A;
}
</style>
background-color css
<style>
a { background-color: #9CFD6A; }
a { background-color: rgb(156,253,106); }
div.DivClassName
{
background-color: #9CFD6A;
}
.BgClassName
{
background-color: #9CFD6A;
}
</style>
border-color css
<style>
span { border-color: #9CFD6A; }
span { border-color: rgb(156,253,106); }
td.TdClassName
{
border-color: #9CFD6A;
}
.TagClassName
{
border-color: #9CFD6A;
}
</style>