Shades of Feijoa #99F173
Tints of Feijoa #99F173
RGB
CMYK
RGB Variations
Color information
#99F173 (or 0x99F173) is known color: Feijoa. HEX triplet: 99, F1 and 73. RGB value is (153,241,115). Sum of RGB (Red+Green+Blue) = 153+241+115=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #99F173 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F173 is #660E8C. Grayscale: #C8C8C8. Windows color (decimal): -6688397 or 7598489. OLE color: 7598489.
HSL color Cylindrical-coordinate representation of color #99F173: hue angle of 101.9º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99F173 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 241 | 115 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.05 |
| HSL | 101.9º | 0.82% | 0.7% | - |
| HSV(B) | 101.9º | 0.52% | 0.95% | - |
| XYZ | 47.69 | 70.92 | 27.4 | - |
| YUV | 200.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 241 | 115 | 0.37 | 0 | 0.52 | 0.05 | 101.9 | 0.82 | 0.7 |
| Hex | 99 | F1 | 73 | 25 | 0 | 34 | 5 | 66 | 52 | 46 |
| Octal | 231 | 361 | 163 | 45 | 0 | 64 | 5 | 146 | 122 | 106 |
| Binary | 10011001 | 11110001 | 1110011 | 100101 | 0 | 110100 | 101 | 1100110 | 1010010 | 1000110 |
Color Harmonies of #99F173
Complementary color
Monochromatic Colors of #99F173
Black with #99F173
Text Example
Text Example
White with #99F173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F173; }
p { color: rgb(153,241,115); }
H1.HeaderClassName
{
color: #99F173;
}
.AnyTagClassName
{
color: #99F173;
}
</style>
background-color css
<style>
a { background-color: #99F173; }
a { background-color: rgb(153,241,115); }
div.DivClassName
{
background-color: #99F173;
}
.BgClassName
{
background-color: #99F173;
}
</style>
border-color css
<style>
span { border-color: #99F173; }
span { border-color: rgb(153,241,115); }
td.TdClassName
{
border-color: #99F173;
}
.TagClassName
{
border-color: #99F173;
}
</style>