Shades of Conifer #9BE950
Tints of Conifer #9BE950
RGB
CMYK
RGB Variations
Color information
#9BE950 (or 0x9BE950) is known color: Conifer. HEX triplet: 9B, E9 and 50. RGB value is (155,233,80). Sum of RGB (Red+Green+Blue) = 155+233+80=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE950 is #6416AF. Grayscale: #C0C0C0. Windows color (decimal): -6559408 or 5302683. OLE color: 5302683.
HSL color Cylindrical-coordinate representation of color #9BE950: hue angle of 90.59º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BE950 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 233 | 80 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.09 |
| HSL | 90.59º | 0.78% | 0.61% | - |
| HSV(B) | 90.59º | 0.66% | 0.91% | - |
| XYZ | 44.1 | 65.83 | 17.97 | - |
| YUV | 192.24 | 64.66 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 80 | 0.33 | 0 | 0.66 | 0.09 | 90.59 | 0.78 | 0.61 |
| Hex | 9B | E9 | 50 | 21 | 0 | 42 | 9 | 5B | 4E | 3D |
| Octal | 233 | 351 | 120 | 41 | 0 | 102 | 11 | 133 | 116 | 75 |
| Binary | 10011011 | 11101001 | 1010000 | 100001 | 0 | 1000010 | 1001 | 1011011 | 1001110 | 111101 |
Color Harmonies of #9BE950
Complementary color
Monochromatic Colors of #9BE950
Black with #9BE950
Text Example
Text Example
White with #9BE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE950; }
p { color: rgb(155,233,80); }
H1.HeaderClassName
{
color: #9BE950;
}
.AnyTagClassName
{
color: #9BE950;
}
</style>
background-color css
<style>
a { background-color: #9BE950; }
a { background-color: rgb(155,233,80); }
div.DivClassName
{
background-color: #9BE950;
}
.BgClassName
{
background-color: #9BE950;
}
</style>
border-color css
<style>
span { border-color: #9BE950; }
span { border-color: rgb(155,233,80); }
td.TdClassName
{
border-color: #9BE950;
}
.TagClassName
{
border-color: #9BE950;
}
</style>