Shades of Conifer #9BF858
Tints of Conifer #9BF858
RGB
CMYK
RGB Variations
Color information
#9BF858 (or 0x9BF858) is known color: Conifer. HEX triplet: 9B, F8 and 58. RGB value is (155,248,88). Sum of RGB (Red+Green+Blue) = 155+248+88=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF858 is #6407A7. Grayscale: #CACACA. Windows color (decimal): -6555560 or 5830811. OLE color: 5830811.
HSL color Cylindrical-coordinate representation of color #9BF858: hue angle of 94.88º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BF858 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 88 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.03 |
| HSL | 94.88º | 0.92% | 0.66% | - |
| HSV(B) | 94.88º | 0.65% | 0.97% | - |
| XYZ | 48.85 | 74.81 | 21.1 | - |
| YUV | 201.95 | 63.69 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 88 | 0.38 | 0 | 0.65 | 0.03 | 94.88 | 0.92 | 0.66 |
| Hex | 9B | F8 | 58 | 26 | 0 | 41 | 3 | 5F | 5C | 42 |
| Octal | 233 | 370 | 130 | 46 | 0 | 101 | 3 | 137 | 134 | 102 |
| Binary | 10011011 | 11111000 | 1011000 | 100110 | 0 | 1000001 | 11 | 1011111 | 1011100 | 1000010 |
Color Harmonies of #9BF858
Complementary color
Monochromatic Colors of #9BF858
Black with #9BF858
Text Example
Text Example
White with #9BF858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF858; }
p { color: rgb(155,248,88); }
H1.HeaderClassName
{
color: #9BF858;
}
.AnyTagClassName
{
color: #9BF858;
}
</style>
background-color css
<style>
a { background-color: #9BF858; }
a { background-color: rgb(155,248,88); }
div.DivClassName
{
background-color: #9BF858;
}
.BgClassName
{
background-color: #9BF858;
}
</style>
border-color css
<style>
span { border-color: #9BF858; }
span { border-color: rgb(155,248,88); }
td.TdClassName
{
border-color: #9BF858;
}
.TagClassName
{
border-color: #9BF858;
}
</style>