Shades of Conifer #9BF156
Tints of Conifer #9BF156
RGB
CMYK
RGB Variations
Color information
#9BF156 (or 0x9BF156) is known color: Conifer. HEX triplet: 9B, F1 and 56. RGB value is (155,241,86). Sum of RGB (Red+Green+Blue) = 155+241+86=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF156 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF156 is #640EA9. Grayscale: #C6C6C6. Windows color (decimal): -6557354 or 5697947. OLE color: 5697947.
HSL color Cylindrical-coordinate representation of color #9BF156: hue angle of 93.29º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BF156 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 86 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.05 |
| HSL | 93.29º | 0.85% | 0.64% | - |
| HSV(B) | 93.29º | 0.64% | 0.95% | - |
| XYZ | 46.65 | 70.55 | 19.96 | - |
| YUV | 197.62 | 65.01 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 86 | 0.36 | 0 | 0.64 | 0.05 | 93.29 | 0.85 | 0.64 |
| Hex | 9B | F1 | 56 | 24 | 0 | 40 | 5 | 5D | 55 | 40 |
| Octal | 233 | 361 | 126 | 44 | 0 | 100 | 5 | 135 | 125 | 100 |
| Binary | 10011011 | 11110001 | 1010110 | 100100 | 0 | 1000000 | 101 | 1011101 | 1010101 | 1000000 |
Color Harmonies of #9BF156
Complementary color
Monochromatic Colors of #9BF156
Black with #9BF156
Text Example
Text Example
White with #9BF156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF156; }
p { color: rgb(155,241,86); }
H1.HeaderClassName
{
color: #9BF156;
}
.AnyTagClassName
{
color: #9BF156;
}
</style>
background-color css
<style>
a { background-color: #9BF156; }
a { background-color: rgb(155,241,86); }
div.DivClassName
{
background-color: #9BF156;
}
.BgClassName
{
background-color: #9BF156;
}
</style>
border-color css
<style>
span { border-color: #9BF156; }
span { border-color: rgb(155,241,86); }
td.TdClassName
{
border-color: #9BF156;
}
.TagClassName
{
border-color: #9BF156;
}
</style>