Shades of Conifer #9BF063
Tints of Conifer #9BF063
RGB
CMYK
RGB Variations
Color information
#9BF063 (or 0x9BF063) is known color: Conifer. HEX triplet: 9B, F0 and 63. RGB value is (155,240,99). Sum of RGB (Red+Green+Blue) = 155+240+99=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF063 is #640F9C. Grayscale: #C6C6C6. Windows color (decimal): -6557597 or 6549659. OLE color: 6549659.
HSL color Cylindrical-coordinate representation of color #9BF063: hue angle of 96.17º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BF063 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 99 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.06 |
| HSL | 96.17º | 0.82% | 0.66% | - |
| HSV(B) | 96.17º | 0.59% | 0.94% | - |
| XYZ | 46.93 | 70.19 | 22.88 | - |
| YUV | 198.51 | 71.84 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 99 | 0.35 | 0 | 0.59 | 0.06 | 96.17 | 0.82 | 0.66 |
| Hex | 9B | F0 | 63 | 23 | 0 | 3B | 6 | 60 | 52 | 42 |
| Octal | 233 | 360 | 143 | 43 | 0 | 73 | 6 | 140 | 122 | 102 |
| Binary | 10011011 | 11110000 | 1100011 | 100011 | 0 | 111011 | 110 | 1100000 | 1010010 | 1000010 |
Color Harmonies of #9BF063
Complementary color
Monochromatic Colors of #9BF063
Black with #9BF063
Text Example
Text Example
White with #9BF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF063; }
p { color: rgb(155,240,99); }
H1.HeaderClassName
{
color: #9BF063;
}
.AnyTagClassName
{
color: #9BF063;
}
</style>
background-color css
<style>
a { background-color: #9BF063; }
a { background-color: rgb(155,240,99); }
div.DivClassName
{
background-color: #9BF063;
}
.BgClassName
{
background-color: #9BF063;
}
</style>
border-color css
<style>
span { border-color: #9BF063; }
span { border-color: rgb(155,240,99); }
td.TdClassName
{
border-color: #9BF063;
}
.TagClassName
{
border-color: #9BF063;
}
</style>