Shades of Conifer #9FF356
Tints of Conifer #9FF356
RGB
CMYK
RGB Variations
Color information
#9FF356 (or 0x9FF356) is known color: Conifer. HEX triplet: 9F, F3 and 56. RGB value is (159,243,86). Sum of RGB (Red+Green+Blue) = 159+243+86=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF356 is #600CA9. Grayscale: #C8C8C8. Windows color (decimal): -6294698 or 5698463. OLE color: 5698463.
HSL color Cylindrical-coordinate representation of color #9FF356: hue angle of 92.1º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FF356 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 86 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.05 |
| HSL | 92.1º | 0.87% | 0.65% | - |
| HSV(B) | 92.1º | 0.65% | 0.95% | - |
| XYZ | 48.03 | 72.14 | 20.2 | - |
| YUV | 199.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 86 | 0.35 | 0 | 0.65 | 0.05 | 92.1 | 0.87 | 0.65 |
| Hex | 9F | F3 | 56 | 23 | 0 | 41 | 5 | 5C | 57 | 41 |
| Octal | 237 | 363 | 126 | 43 | 0 | 101 | 5 | 134 | 127 | 101 |
| Binary | 10011111 | 11110011 | 1010110 | 100011 | 0 | 1000001 | 101 | 1011100 | 1010111 | 1000001 |
Color Harmonies of #9FF356
Complementary color
Monochromatic Colors of #9FF356
Black with #9FF356
Text Example
Text Example
White with #9FF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF356; }
p { color: rgb(159,243,86); }
H1.HeaderClassName
{
color: #9FF356;
}
.AnyTagClassName
{
color: #9FF356;
}
</style>
background-color css
<style>
a { background-color: #9FF356; }
a { background-color: rgb(159,243,86); }
div.DivClassName
{
background-color: #9FF356;
}
.BgClassName
{
background-color: #9FF356;
}
</style>
border-color css
<style>
span { border-color: #9FF356; }
span { border-color: rgb(159,243,86); }
td.TdClassName
{
border-color: #9FF356;
}
.TagClassName
{
border-color: #9FF356;
}
</style>