Shades of Feijoa #9CF06A
Tints of Feijoa #9CF06A
RGB
CMYK
RGB Variations
Color information
#9CF06A (or 0x9CF06A) is known color: Feijoa. HEX triplet: 9C, F0 and 6A. RGB value is (156,240,106). Sum of RGB (Red+Green+Blue) = 156+240+106=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF06A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF06A is #630F95. Grayscale: #C8C8C8. Windows color (decimal): -6492054 or 7008412. OLE color: 7008412.
HSL color Cylindrical-coordinate representation of color #9CF06A: hue angle of 97.61º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CF06A is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 106 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.06 |
| HSL | 97.61º | 0.82% | 0.68% | - |
| HSV(B) | 97.61º | 0.56% | 0.94% | - |
| XYZ | 47.47 | 70.43 | 24.73 | - |
| YUV | 199.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 106 | 0.35 | 0 | 0.56 | 0.06 | 97.61 | 0.82 | 0.68 |
| Hex | 9C | F0 | 6A | 23 | 0 | 38 | 6 | 62 | 52 | 44 |
| Octal | 234 | 360 | 152 | 43 | 0 | 70 | 6 | 142 | 122 | 104 |
| Binary | 10011100 | 11110000 | 1101010 | 100011 | 0 | 111000 | 110 | 1100010 | 1010010 | 1000100 |
Color Harmonies of #9CF06A
Complementary color
Monochromatic Colors of #9CF06A
Black with #9CF06A
Text Example
Text Example
White with #9CF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF06A; }
p { color: rgb(156,240,106); }
H1.HeaderClassName
{
color: #9CF06A;
}
.AnyTagClassName
{
color: #9CF06A;
}
</style>
background-color css
<style>
a { background-color: #9CF06A; }
a { background-color: rgb(156,240,106); }
div.DivClassName
{
background-color: #9CF06A;
}
.BgClassName
{
background-color: #9CF06A;
}
</style>
border-color css
<style>
span { border-color: #9CF06A; }
span { border-color: rgb(156,240,106); }
td.TdClassName
{
border-color: #9CF06A;
}
.TagClassName
{
border-color: #9CF06A;
}
</style>