Shades of Feijoa #9CF973
Tints of Feijoa #9CF973
RGB
CMYK
RGB Variations
Color information
#9CF973 (or 0x9CF973) is known color: Feijoa. HEX triplet: 9C, F9 and 73. RGB value is (156,249,115). Sum of RGB (Red+Green+Blue) = 156+249+115=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF973 is #63068C. Grayscale: #CECECE. Windows color (decimal): -6489741 or 7600540. OLE color: 7600540.
HSL color Cylindrical-coordinate representation of color #9CF973: hue angle of 101.64º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CF973 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 115 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.02 |
| HSL | 101.64º | 0.92% | 0.71% | - |
| HSV(B) | 101.64º | 0.54% | 0.98% | - |
| XYZ | 50.68 | 76.06 | 28.23 | - |
| YUV | 205.92 | 76.69 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 115 | 0.37 | 0 | 0.54 | 0.02 | 101.64 | 0.92 | 0.71 |
| Hex | 9C | F9 | 73 | 25 | 0 | 36 | 2 | 66 | 5C | 47 |
| Octal | 234 | 371 | 163 | 45 | 0 | 66 | 2 | 146 | 134 | 107 |
| Binary | 10011100 | 11111001 | 1110011 | 100101 | 0 | 110110 | 10 | 1100110 | 1011100 | 1000111 |
Color Harmonies of #9CF973
Complementary color
Monochromatic Colors of #9CF973
Black with #9CF973
Text Example
Text Example
White with #9CF973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF973; }
p { color: rgb(156,249,115); }
H1.HeaderClassName
{
color: #9CF973;
}
.AnyTagClassName
{
color: #9CF973;
}
</style>
background-color css
<style>
a { background-color: #9CF973; }
a { background-color: rgb(156,249,115); }
div.DivClassName
{
background-color: #9CF973;
}
.BgClassName
{
background-color: #9CF973;
}
</style>
border-color css
<style>
span { border-color: #9CF973; }
span { border-color: rgb(156,249,115); }
td.TdClassName
{
border-color: #9CF973;
}
.TagClassName
{
border-color: #9CF973;
}
</style>