Shades of Conifer #9BD358
Tints of Conifer #9BD358
RGB
CMYK
RGB Variations
Color information
#9BD358 (or 0x9BD358) is known color: Conifer. HEX triplet: 9B, D3 and 58. RGB value is (155,211,88). Sum of RGB (Red+Green+Blue) = 155+211+88=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD358 is #642CA7. Grayscale: #B4B4B4. Windows color (decimal): -6565032 or 5821339. OLE color: 5821339.
HSL color Cylindrical-coordinate representation of color #9BD358: hue angle of 87.32º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BD358 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 88 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.17 |
| HSL | 87.32º | 0.58% | 0.59% | - |
| HSV(B) | 87.32º | 0.58% | 0.83% | - |
| XYZ | 38.57 | 54.26 | 17.67 | - |
| YUV | 180.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 88 | 0.27 | 0 | 0.58 | 0.17 | 87.32 | 0.58 | 0.59 |
| Hex | 9B | D3 | 58 | 1B | 0 | 3A | 11 | 57 | 3A | 3B |
| Octal | 233 | 323 | 130 | 33 | 0 | 72 | 21 | 127 | 72 | 73 |
| Binary | 10011011 | 11010011 | 1011000 | 11011 | 0 | 111010 | 10001 | 1010111 | 111010 | 111011 |
Color Harmonies of #9BD358
Complementary color
Monochromatic Colors of #9BD358
Black with #9BD358
Text Example
Text Example
White with #9BD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD358; }
p { color: rgb(155,211,88); }
H1.HeaderClassName
{
color: #9BD358;
}
.AnyTagClassName
{
color: #9BD358;
}
</style>
background-color css
<style>
a { background-color: #9BD358; }
a { background-color: rgb(155,211,88); }
div.DivClassName
{
background-color: #9BD358;
}
.BgClassName
{
background-color: #9BD358;
}
</style>
border-color css
<style>
span { border-color: #9BD358; }
span { border-color: rgb(155,211,88); }
td.TdClassName
{
border-color: #9BD358;
}
.TagClassName
{
border-color: #9BD358;
}
</style>