Shades of Conifer #9BD158
Tints of Conifer #9BD158
RGB
CMYK
RGB Variations
Color information
#9BD158 (or 0x9BD158) is known color: Conifer. HEX triplet: 9B, D1 and 58. RGB value is (155,209,88). Sum of RGB (Red+Green+Blue) = 155+209+88=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD158 is #642EA7. Grayscale: #B3B3B3. Windows color (decimal): -6565544 or 5820827. OLE color: 5820827.
HSL color Cylindrical-coordinate representation of color #9BD158: hue angle of 86.78º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BD158 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 209 | 88 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.18 |
| HSL | 86.78º | 0.57% | 0.58% | - |
| HSV(B) | 86.78º | 0.58% | 0.82% | - |
| XYZ | 38.08 | 53.27 | 17.51 | - |
| YUV | 179.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 209 | 88 | 0.26 | 0 | 0.58 | 0.18 | 86.78 | 0.57 | 0.58 |
| Hex | 9B | D1 | 58 | 1A | 0 | 3A | 12 | 57 | 39 | 3A |
| Octal | 233 | 321 | 130 | 32 | 0 | 72 | 22 | 127 | 71 | 72 |
| Binary | 10011011 | 11010001 | 1011000 | 11010 | 0 | 111010 | 10010 | 1010111 | 111001 | 111010 |
Color Harmonies of #9BD158
Complementary color
Monochromatic Colors of #9BD158
Black with #9BD158
Text Example
Text Example
White with #9BD158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD158; }
p { color: rgb(155,209,88); }
H1.HeaderClassName
{
color: #9BD158;
}
.AnyTagClassName
{
color: #9BD158;
}
</style>
background-color css
<style>
a { background-color: #9BD158; }
a { background-color: rgb(155,209,88); }
div.DivClassName
{
background-color: #9BD158;
}
.BgClassName
{
background-color: #9BD158;
}
</style>
border-color css
<style>
span { border-color: #9BD158; }
span { border-color: rgb(155,209,88); }
td.TdClassName
{
border-color: #9BD158;
}
.TagClassName
{
border-color: #9BD158;
}
</style>