Shades of Feijoa #99FA70
Tints of Feijoa #99FA70
RGB
CMYK
RGB Variations
Color information
#99FA70 (or 0x99FA70) is known color: Feijoa. HEX triplet: 99, FA and 70. RGB value is (153,250,112). Sum of RGB (Red+Green+Blue) = 153+250+112=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FA70 is #66058F. Grayscale: #CDCDCD. Windows color (decimal): -6686096 or 7404185. OLE color: 7404185.
HSL color Cylindrical-coordinate representation of color #99FA70: hue angle of 102.17º degrees, saturation: 0.93, 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 #99FA70 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 112 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.02 |
| HSL | 102.17º | 0.93% | 0.71% | - |
| HSV(B) | 102.17º | 0.55% | 0.98% | - |
| XYZ | 50.25 | 76.31 | 27.41 | - |
| YUV | 205.27 | 75.36 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 112 | 0.39 | 0 | 0.55 | 0.02 | 102.17 | 0.93 | 0.71 |
| Hex | 99 | FA | 70 | 27 | 0 | 37 | 2 | 66 | 5D | 47 |
| Octal | 231 | 372 | 160 | 47 | 0 | 67 | 2 | 146 | 135 | 107 |
| Binary | 10011001 | 11111010 | 1110000 | 100111 | 0 | 110111 | 10 | 1100110 | 1011101 | 1000111 |
Color Harmonies of #99FA70
Complementary color
Monochromatic Colors of #99FA70
Black with #99FA70
Text Example
Text Example
White with #99FA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FA70; }
p { color: rgb(153,250,112); }
H1.HeaderClassName
{
color: #99FA70;
}
.AnyTagClassName
{
color: #99FA70;
}
</style>
background-color css
<style>
a { background-color: #99FA70; }
a { background-color: rgb(153,250,112); }
div.DivClassName
{
background-color: #99FA70;
}
.BgClassName
{
background-color: #99FA70;
}
</style>
border-color css
<style>
span { border-color: #99FA70; }
span { border-color: rgb(153,250,112); }
td.TdClassName
{
border-color: #99FA70;
}
.TagClassName
{
border-color: #99FA70;
}
</style>