Shades of Feijoa #99F070
Tints of Feijoa #99F070
RGB
CMYK
RGB Variations
Color information
#99F070 (or 0x99F070) is known color: Feijoa. HEX triplet: 99, F0 and 70. RGB value is (153,240,112). Sum of RGB (Red+Green+Blue) = 153+240+112=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #99F070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F070 is #660F8F. Grayscale: #C7C7C7. Windows color (decimal): -6688656 or 7401625. OLE color: 7401625.
HSL color Cylindrical-coordinate representation of color #99F070: hue angle of 100.78º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99F070 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 112 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.06 |
| HSL | 100.78º | 0.81% | 0.69% | - |
| HSV(B) | 100.78º | 0.53% | 0.94% | - |
| XYZ | 47.22 | 70.26 | 26.4 | - |
| YUV | 199.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 112 | 0.36 | 0 | 0.53 | 0.06 | 100.78 | 0.81 | 0.69 |
| Hex | 99 | F0 | 70 | 24 | 0 | 35 | 6 | 65 | 51 | 45 |
| Octal | 231 | 360 | 160 | 44 | 0 | 65 | 6 | 145 | 121 | 105 |
| Binary | 10011001 | 11110000 | 1110000 | 100100 | 0 | 110101 | 110 | 1100101 | 1010001 | 1000101 |
Color Harmonies of #99F070
Complementary color
Monochromatic Colors of #99F070
Black with #99F070
Text Example
Text Example
White with #99F070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F070; }
p { color: rgb(153,240,112); }
H1.HeaderClassName
{
color: #99F070;
}
.AnyTagClassName
{
color: #99F070;
}
</style>
background-color css
<style>
a { background-color: #99F070; }
a { background-color: rgb(153,240,112); }
div.DivClassName
{
background-color: #99F070;
}
.BgClassName
{
background-color: #99F070;
}
</style>
border-color css
<style>
span { border-color: #99F070; }
span { border-color: rgb(153,240,112); }
td.TdClassName
{
border-color: #99F070;
}
.TagClassName
{
border-color: #99F070;
}
</style>