Shades of Conifer #9BF356
Tints of Conifer #9BF356
RGB
CMYK
RGB Variations
Color information
#9BF356 (or 0x9BF356) is known color: Conifer. HEX triplet: 9B, F3 and 56. RGB value is (155,243,86). Sum of RGB (Red+Green+Blue) = 155+243+86=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF356 is #640CA9. Grayscale: #C7C7C7. Windows color (decimal): -6556842 or 5698459. OLE color: 5698459.
HSL color Cylindrical-coordinate representation of color #9BF356: hue angle of 93.63º 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 #9BF356 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 243 | 86 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.05 |
| HSL | 93.63º | 0.87% | 0.65% | - |
| HSV(B) | 93.63º | 0.65% | 0.95% | - |
| XYZ | 47.25 | 71.74 | 20.16 | - |
| YUV | 198.79 | 64.35 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 243 | 86 | 0.36 | 0 | 0.65 | 0.05 | 93.63 | 0.87 | 0.65 |
| Hex | 9B | F3 | 56 | 24 | 0 | 41 | 5 | 5E | 57 | 41 |
| Octal | 233 | 363 | 126 | 44 | 0 | 101 | 5 | 136 | 127 | 101 |
| Binary | 10011011 | 11110011 | 1010110 | 100100 | 0 | 1000001 | 101 | 1011110 | 1010111 | 1000001 |
Color Harmonies of #9BF356
Complementary color
Monochromatic Colors of #9BF356
Black with #9BF356
Text Example
Text Example
White with #9BF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF356; }
p { color: rgb(155,243,86); }
H1.HeaderClassName
{
color: #9BF356;
}
.AnyTagClassName
{
color: #9BF356;
}
</style>
background-color css
<style>
a { background-color: #9BF356; }
a { background-color: rgb(155,243,86); }
div.DivClassName
{
background-color: #9BF356;
}
.BgClassName
{
background-color: #9BF356;
}
</style>
border-color css
<style>
span { border-color: #9BF356; }
span { border-color: rgb(155,243,86); }
td.TdClassName
{
border-color: #9BF356;
}
.TagClassName
{
border-color: #9BF356;
}
</style>