Shades of Conifer #9FF163
Tints of Conifer #9FF163
RGB
CMYK
RGB Variations
Color information
#9FF163 (or 0x9FF163) is known color: Conifer. HEX triplet: 9F, F1 and 63. RGB value is (159,241,99). Sum of RGB (Red+Green+Blue) = 159+241+99=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF163 is #600E9C. Grayscale: #C8C8C8. Windows color (decimal): -6295197 or 6549919. OLE color: 6549919.
HSL color Cylindrical-coordinate representation of color #9FF163: hue angle of 94.65º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FF163 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 99 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.05 |
| HSL | 94.65º | 0.84% | 0.67% | - |
| HSV(B) | 94.65º | 0.59% | 0.95% | - |
| XYZ | 48.01 | 71.18 | 23.01 | - |
| YUV | 200.29 | 70.83 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 99 | 0.34 | 0 | 0.59 | 0.05 | 94.65 | 0.84 | 0.67 |
| Hex | 9F | F1 | 63 | 22 | 0 | 3B | 5 | 5F | 54 | 43 |
| Octal | 237 | 361 | 143 | 42 | 0 | 73 | 5 | 137 | 124 | 103 |
| Binary | 10011111 | 11110001 | 1100011 | 100010 | 0 | 111011 | 101 | 1011111 | 1010100 | 1000011 |
Color Harmonies of #9FF163
Complementary color
Monochromatic Colors of #9FF163
Black with #9FF163
Text Example
Text Example
White with #9FF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF163; }
p { color: rgb(159,241,99); }
H1.HeaderClassName
{
color: #9FF163;
}
.AnyTagClassName
{
color: #9FF163;
}
</style>
background-color css
<style>
a { background-color: #9FF163; }
a { background-color: rgb(159,241,99); }
div.DivClassName
{
background-color: #9FF163;
}
.BgClassName
{
background-color: #9FF163;
}
</style>
border-color css
<style>
span { border-color: #9FF163; }
span { border-color: rgb(159,241,99); }
td.TdClassName
{
border-color: #9FF163;
}
.TagClassName
{
border-color: #9FF163;
}
</style>