Shades of Conifer #9BE157
Tints of Conifer #9BE157
RGB
CMYK
RGB Variations
Color information
#9BE157 (or 0x9BE157) is known color: Conifer. HEX triplet: 9B, E1 and 57. RGB value is (155,225,87). Sum of RGB (Red+Green+Blue) = 155+225+87=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE157 is #641EA8. Grayscale: #BCBCBC. Windows color (decimal): -6561449 or 5759387. OLE color: 5759387.
HSL color Cylindrical-coordinate representation of color #9BE157: hue angle of 90.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BE157 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 87 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.12 |
| HSL | 90.43º | 0.7% | 0.61% | - |
| HSV(B) | 90.43º | 0.61% | 0.88% | - |
| XYZ | 42.16 | 61.51 | 18.67 | - |
| YUV | 188.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 87 | 0.31 | 0 | 0.61 | 0.12 | 90.43 | 0.7 | 0.61 |
| Hex | 9B | E1 | 57 | 1F | 0 | 3D | C | 5A | 46 | 3D |
| Octal | 233 | 341 | 127 | 37 | 0 | 75 | 14 | 132 | 106 | 75 |
| Binary | 10011011 | 11100001 | 1010111 | 11111 | 0 | 111101 | 1100 | 1011010 | 1000110 | 111101 |
Color Harmonies of #9BE157
Complementary color
Monochromatic Colors of #9BE157
Black with #9BE157
Text Example
Text Example
White with #9BE157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE157; }
p { color: rgb(155,225,87); }
H1.HeaderClassName
{
color: #9BE157;
}
.AnyTagClassName
{
color: #9BE157;
}
</style>
background-color css
<style>
a { background-color: #9BE157; }
a { background-color: rgb(155,225,87); }
div.DivClassName
{
background-color: #9BE157;
}
.BgClassName
{
background-color: #9BE157;
}
</style>
border-color css
<style>
span { border-color: #9BE157; }
span { border-color: rgb(155,225,87); }
td.TdClassName
{
border-color: #9BE157;
}
.TagClassName
{
border-color: #9BE157;
}
</style>