Shades of Feijoa #9FE570
Tints of Feijoa #9FE570
RGB
CMYK
RGB Variations
Color information
#9FE570 (or 0x9FE570) is known color: Feijoa. HEX triplet: 9F, E5 and 70. RGB value is (159,229,112). Sum of RGB (Red+Green+Blue) = 159+229+112=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE570 is #601A8F. Grayscale: #C3C3C3. Windows color (decimal): -6298256 or 7398815. OLE color: 7398815.
HSL color Cylindrical-coordinate representation of color #9FE570: hue angle of 95.9º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FE570 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 112 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.10 |
| HSL | 95.9º | 0.69% | 0.67% | - |
| HSV(B) | 95.9º | 0.51% | 0.9% | - |
| XYZ | 45.24 | 64.58 | 25.41 | - |
| YUV | 194.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 112 | 0.31 | 0 | 0.51 | 0.10 | 95.9 | 0.69 | 0.67 |
| Hex | 9F | E5 | 70 | 1F | 0 | 33 | A | 60 | 45 | 43 |
| Octal | 237 | 345 | 160 | 37 | 0 | 63 | 12 | 140 | 105 | 103 |
| Binary | 10011111 | 11100101 | 1110000 | 11111 | 0 | 110011 | 1010 | 1100000 | 1000101 | 1000011 |
Color Harmonies of #9FE570
Complementary color
Monochromatic Colors of #9FE570
Black with #9FE570
Text Example
Text Example
White with #9FE570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE570; }
p { color: rgb(159,229,112); }
H1.HeaderClassName
{
color: #9FE570;
}
.AnyTagClassName
{
color: #9FE570;
}
</style>
background-color css
<style>
a { background-color: #9FE570; }
a { background-color: rgb(159,229,112); }
div.DivClassName
{
background-color: #9FE570;
}
.BgClassName
{
background-color: #9FE570;
}
</style>
border-color css
<style>
span { border-color: #9FE570; }
span { border-color: rgb(159,229,112); }
td.TdClassName
{
border-color: #9FE570;
}
.TagClassName
{
border-color: #9FE570;
}
</style>