Shades of Conifer #9BE964
Tints of Conifer #9BE964
RGB
CMYK
RGB Variations
Color information
#9BE964 (or 0x9BE964) is known color: Conifer. HEX triplet: 9B, E9 and 64. RGB value is (155,233,100). Sum of RGB (Red+Green+Blue) = 155+233+100=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE964 is #64169B. Grayscale: #C2C2C2. Windows color (decimal): -6559388 or 6613403. OLE color: 6613403.
HSL color Cylindrical-coordinate representation of color #9BE964: hue angle of 95.19º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BE964 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 233 | 100 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.09 |
| HSL | 95.19º | 0.75% | 0.65% | - |
| HSV(B) | 95.19º | 0.57% | 0.91% | - |
| XYZ | 44.96 | 66.17 | 22.46 | - |
| YUV | 194.52 | 74.66 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 100 | 0.33 | 0 | 0.57 | 0.09 | 95.19 | 0.75 | 0.65 |
| Hex | 9B | E9 | 64 | 21 | 0 | 39 | 9 | 5F | 4B | 41 |
| Octal | 233 | 351 | 144 | 41 | 0 | 71 | 11 | 137 | 113 | 101 |
| Binary | 10011011 | 11101001 | 1100100 | 100001 | 0 | 111001 | 1001 | 1011111 | 1001011 | 1000001 |
Color Harmonies of #9BE964
Complementary color
Monochromatic Colors of #9BE964
Black with #9BE964
Text Example
Text Example
White with #9BE964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE964; }
p { color: rgb(155,233,100); }
H1.HeaderClassName
{
color: #9BE964;
}
.AnyTagClassName
{
color: #9BE964;
}
</style>
background-color css
<style>
a { background-color: #9BE964; }
a { background-color: rgb(155,233,100); }
div.DivClassName
{
background-color: #9BE964;
}
.BgClassName
{
background-color: #9BE964;
}
</style>
border-color css
<style>
span { border-color: #9BE964; }
span { border-color: rgb(155,233,100); }
td.TdClassName
{
border-color: #9BE964;
}
.TagClassName
{
border-color: #9BE964;
}
</style>