Shades of Feijoa #9CF971
Tints of Feijoa #9CF971
RGB
CMYK
RGB Variations
Color information
#9CF971 (or 0x9CF971) is known color: Feijoa. HEX triplet: 9C, F9 and 71. RGB value is (156,249,113). Sum of RGB (Red+Green+Blue) = 156+249+113=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF971 is #63068E. Grayscale: #CECECE. Windows color (decimal): -6489743 or 7469468. OLE color: 7469468.
HSL color Cylindrical-coordinate representation of color #9CF971: hue angle of 101.03º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CF971 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 113 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.02 |
| HSL | 101.03º | 0.92% | 0.71% | - |
| HSV(B) | 101.03º | 0.55% | 0.98% | - |
| XYZ | 50.57 | 76.01 | 27.63 | - |
| YUV | 205.69 | 75.69 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 113 | 0.37 | 0 | 0.55 | 0.02 | 101.03 | 0.92 | 0.71 |
| Hex | 9C | F9 | 71 | 25 | 0 | 37 | 2 | 65 | 5C | 47 |
| Octal | 234 | 371 | 161 | 45 | 0 | 67 | 2 | 145 | 134 | 107 |
| Binary | 10011100 | 11111001 | 1110001 | 100101 | 0 | 110111 | 10 | 1100101 | 1011100 | 1000111 |
Color Harmonies of #9CF971
Complementary color
Monochromatic Colors of #9CF971
Black with #9CF971
Text Example
Text Example
White with #9CF971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF971; }
p { color: rgb(156,249,113); }
H1.HeaderClassName
{
color: #9CF971;
}
.AnyTagClassName
{
color: #9CF971;
}
</style>
background-color css
<style>
a { background-color: #9CF971; }
a { background-color: rgb(156,249,113); }
div.DivClassName
{
background-color: #9CF971;
}
.BgClassName
{
background-color: #9CF971;
}
</style>
border-color css
<style>
span { border-color: #9CF971; }
span { border-color: rgb(156,249,113); }
td.TdClassName
{
border-color: #9CF971;
}
.TagClassName
{
border-color: #9CF971;
}
</style>