Shades of Conifer #9BD95D
Tints of Conifer #9BD95D
RGB
CMYK
RGB Variations
Color information
#9BD95D (or 0x9BD95D) is known color: Conifer. HEX triplet: 9B, D9 and 5D. RGB value is (155,217,93). Sum of RGB (Red+Green+Blue) = 155+217+93=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD95D is #6426A2. Grayscale: #B8B8B8. Windows color (decimal): -6563491 or 6150555. OLE color: 6150555.
HSL color Cylindrical-coordinate representation of color #9BD95D: hue angle of 90º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BD95D is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 93 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.15 |
| HSL | 90º | 0.62% | 0.61% | - |
| HSV(B) | 90º | 0.57% | 0.85% | - |
| XYZ | 40.31 | 57.38 | 19.31 | - |
| YUV | 184.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 93 | 0.29 | 0 | 0.57 | 0.15 | 90 | 0.62 | 0.61 |
| Hex | 9B | D9 | 5D | 1D | 0 | 39 | F | 5A | 3E | 3D |
| Octal | 233 | 331 | 135 | 35 | 0 | 71 | 17 | 132 | 76 | 75 |
| Binary | 10011011 | 11011001 | 1011101 | 11101 | 0 | 111001 | 1111 | 1011010 | 111110 | 111101 |
Color Harmonies of #9BD95D
Complementary color
Monochromatic Colors of #9BD95D
Black with #9BD95D
Text Example
Text Example
White with #9BD95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD95D; }
p { color: rgb(155,217,93); }
H1.HeaderClassName
{
color: #9BD95D;
}
.AnyTagClassName
{
color: #9BD95D;
}
</style>
background-color css
<style>
a { background-color: #9BD95D; }
a { background-color: rgb(155,217,93); }
div.DivClassName
{
background-color: #9BD95D;
}
.BgClassName
{
background-color: #9BD95D;
}
</style>
border-color css
<style>
span { border-color: #9BD95D; }
span { border-color: rgb(155,217,93); }
td.TdClassName
{
border-color: #9BD95D;
}
.TagClassName
{
border-color: #9BD95D;
}
</style>