Shades of Conifer #9FF155
Tints of Conifer #9FF155
RGB
CMYK
RGB Variations
Color information
#9FF155 (or 0x9FF155) is known color: Conifer. HEX triplet: 9F, F1 and 55. RGB value is (159,241,85). Sum of RGB (Red+Green+Blue) = 159+241+85=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF155 is #600EAA. Grayscale: #C7C7C7. Windows color (decimal): -6295211 or 5632415. OLE color: 5632415.
HSL color Cylindrical-coordinate representation of color #9FF155: hue angle of 91.54º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FF155 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 85 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.05 |
| HSL | 91.54º | 0.85% | 0.64% | - |
| HSV(B) | 91.54º | 0.65% | 0.95% | - |
| XYZ | 47.39 | 70.94 | 19.79 | - |
| YUV | 198.7 | 63.83 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 85 | 0.34 | 0 | 0.65 | 0.05 | 91.54 | 0.85 | 0.64 |
| Hex | 9F | F1 | 55 | 22 | 0 | 41 | 5 | 5C | 55 | 40 |
| Octal | 237 | 361 | 125 | 42 | 0 | 101 | 5 | 134 | 125 | 100 |
| Binary | 10011111 | 11110001 | 1010101 | 100010 | 0 | 1000001 | 101 | 1011100 | 1010101 | 1000000 |
Color Harmonies of #9FF155
Complementary color
Monochromatic Colors of #9FF155
Black with #9FF155
Text Example
Text Example
White with #9FF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF155; }
p { color: rgb(159,241,85); }
H1.HeaderClassName
{
color: #9FF155;
}
.AnyTagClassName
{
color: #9FF155;
}
</style>
background-color css
<style>
a { background-color: #9FF155; }
a { background-color: rgb(159,241,85); }
div.DivClassName
{
background-color: #9FF155;
}
.BgClassName
{
background-color: #9FF155;
}
</style>
border-color css
<style>
span { border-color: #9FF155; }
span { border-color: rgb(159,241,85); }
td.TdClassName
{
border-color: #9FF155;
}
.TagClassName
{
border-color: #9FF155;
}
</style>