Shades of Conifer #9BD558
Tints of Conifer #9BD558
RGB
CMYK
RGB Variations
Color information
#9BD558 (or 0x9BD558) is known color: Conifer. HEX triplet: 9B, D5 and 58. RGB value is (155,213,88). Sum of RGB (Red+Green+Blue) = 155+213+88=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD558 is #642AA7. Grayscale: #B5B5B5. Windows color (decimal): -6564520 or 5821851. OLE color: 5821851.
HSL color Cylindrical-coordinate representation of color #9BD558: hue angle of 87.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BD558 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 88 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.16 |
| HSL | 87.84º | 0.6% | 0.59% | - |
| HSV(B) | 87.84º | 0.59% | 0.84% | - |
| XYZ | 39.07 | 55.26 | 17.84 | - |
| YUV | 181.41 | 75.28 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 88 | 0.27 | 0 | 0.59 | 0.16 | 87.84 | 0.6 | 0.59 |
| Hex | 9B | D5 | 58 | 1B | 0 | 3B | 10 | 58 | 3C | 3B |
| Octal | 233 | 325 | 130 | 33 | 0 | 73 | 20 | 130 | 74 | 73 |
| Binary | 10011011 | 11010101 | 1011000 | 11011 | 0 | 111011 | 10000 | 1011000 | 111100 | 111011 |
Color Harmonies of #9BD558
Complementary color
Monochromatic Colors of #9BD558
Black with #9BD558
Text Example
Text Example
White with #9BD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD558; }
p { color: rgb(155,213,88); }
H1.HeaderClassName
{
color: #9BD558;
}
.AnyTagClassName
{
color: #9BD558;
}
</style>
background-color css
<style>
a { background-color: #9BD558; }
a { background-color: rgb(155,213,88); }
div.DivClassName
{
background-color: #9BD558;
}
.BgClassName
{
background-color: #9BD558;
}
</style>
border-color css
<style>
span { border-color: #9BD558; }
span { border-color: rgb(155,213,88); }
td.TdClassName
{
border-color: #9BD558;
}
.TagClassName
{
border-color: #9BD558;
}
</style>