Shades of Conifer #9FF150
Tints of Conifer #9FF150
RGB
CMYK
RGB Variations
Color information
#9FF150 (or 0x9FF150) is known color: Conifer. HEX triplet: 9F, F1 and 50. RGB value is (159,241,80). Sum of RGB (Red+Green+Blue) = 159+241+80=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF150 is #600EAF. Grayscale: #C6C6C6. Windows color (decimal): -6295216 or 5304735. OLE color: 5304735.
HSL color Cylindrical-coordinate representation of color #9FF150: hue angle of 90.56º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FF150 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 80 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.05 |
| HSL | 90.56º | 0.85% | 0.63% | - |
| HSV(B) | 90.56º | 0.67% | 0.95% | - |
| XYZ | 47.2 | 70.86 | 18.78 | - |
| YUV | 198.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 80 | 0.34 | 0 | 0.67 | 0.05 | 90.56 | 0.85 | 0.63 |
| Hex | 9F | F1 | 50 | 22 | 0 | 43 | 5 | 5B | 55 | 3F |
| Octal | 237 | 361 | 120 | 42 | 0 | 103 | 5 | 133 | 125 | 77 |
| Binary | 10011111 | 11110001 | 1010000 | 100010 | 0 | 1000011 | 101 | 1011011 | 1010101 | 111111 |
Color Harmonies of #9FF150
Complementary color
Monochromatic Colors of #9FF150
Black with #9FF150
Text Example
Text Example
White with #9FF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF150; }
p { color: rgb(159,241,80); }
H1.HeaderClassName
{
color: #9FF150;
}
.AnyTagClassName
{
color: #9FF150;
}
</style>
background-color css
<style>
a { background-color: #9FF150; }
a { background-color: rgb(159,241,80); }
div.DivClassName
{
background-color: #9FF150;
}
.BgClassName
{
background-color: #9FF150;
}
</style>
border-color css
<style>
span { border-color: #9FF150; }
span { border-color: rgb(159,241,80); }
td.TdClassName
{
border-color: #9FF150;
}
.TagClassName
{
border-color: #9FF150;
}
</style>