Shades of Conifer #9BE958
Tints of Conifer #9BE958
RGB
CMYK
RGB Variations
Color information
#9BE958 (or 0x9BE958) is known color: Conifer. HEX triplet: 9B, E9 and 58. RGB value is (155,233,88). Sum of RGB (Red+Green+Blue) = 155+233+88=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE958 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE958 is #6416A7. Grayscale: #C1C1C1. Windows color (decimal): -6559400 or 5826971. OLE color: 5826971.
HSL color Cylindrical-coordinate representation of color #9BE958: hue angle of 92.28º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BE958 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 233 | 88 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.09 |
| HSL | 92.28º | 0.77% | 0.63% | - |
| HSV(B) | 92.28º | 0.62% | 0.91% | - |
| XYZ | 44.42 | 65.95 | 19.62 | - |
| YUV | 193.15 | 68.66 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 88 | 0.33 | 0 | 0.62 | 0.09 | 92.28 | 0.77 | 0.63 |
| Hex | 9B | E9 | 58 | 21 | 0 | 3E | 9 | 5C | 4D | 3F |
| Octal | 233 | 351 | 130 | 41 | 0 | 76 | 11 | 134 | 115 | 77 |
| Binary | 10011011 | 11101001 | 1011000 | 100001 | 0 | 111110 | 1001 | 1011100 | 1001101 | 111111 |
Color Harmonies of #9BE958
Complementary color
Monochromatic Colors of #9BE958
Black with #9BE958
Text Example
Text Example
White with #9BE958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE958; }
p { color: rgb(155,233,88); }
H1.HeaderClassName
{
color: #9BE958;
}
.AnyTagClassName
{
color: #9BE958;
}
</style>
background-color css
<style>
a { background-color: #9BE958; }
a { background-color: rgb(155,233,88); }
div.DivClassName
{
background-color: #9BE958;
}
.BgClassName
{
background-color: #9BE958;
}
</style>
border-color css
<style>
span { border-color: #9BE958; }
span { border-color: rgb(155,233,88); }
td.TdClassName
{
border-color: #9BE958;
}
.TagClassName
{
border-color: #9BE958;
}
</style>