Shades of Conifer #9BE84E
Tints of Conifer #9BE84E
RGB
CMYK
RGB Variations
Color information
#9BE84E (or 0x9BE84E) is known color: Conifer. HEX triplet: 9B, E8 and 4E. RGB value is (155,232,78). Sum of RGB (Red+Green+Blue) = 155+232+78=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE84E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE84E is #6417B1. Grayscale: #BFBFBF. Windows color (decimal): -6559666 or 5171355. OLE color: 5171355.
HSL color Cylindrical-coordinate representation of color #9BE84E: hue angle of 90º degrees, saturation: 0.77, 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 #9BE84E is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 232 | 78 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.09 |
| HSL | 90º | 0.77% | 0.61% | - |
| HSV(B) | 90º | 0.66% | 0.91% | - |
| XYZ | 43.75 | 65.23 | 17.49 | - |
| YUV | 191.42 | 63.99 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 232 | 78 | 0.33 | 0 | 0.66 | 0.09 | 90 | 0.77 | 0.61 |
| Hex | 9B | E8 | 4E | 21 | 0 | 42 | 9 | 5A | 4D | 3D |
| Octal | 233 | 350 | 116 | 41 | 0 | 102 | 11 | 132 | 115 | 75 |
| Binary | 10011011 | 11101000 | 1001110 | 100001 | 0 | 1000010 | 1001 | 1011010 | 1001101 | 111101 |
Color Harmonies of #9BE84E
Complementary color
Monochromatic Colors of #9BE84E
Black with #9BE84E
Text Example
Text Example
White with #9BE84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE84E; }
p { color: rgb(155,232,78); }
H1.HeaderClassName
{
color: #9BE84E;
}
.AnyTagClassName
{
color: #9BE84E;
}
</style>
background-color css
<style>
a { background-color: #9BE84E; }
a { background-color: rgb(155,232,78); }
div.DivClassName
{
background-color: #9BE84E;
}
.BgClassName
{
background-color: #9BE84E;
}
</style>
border-color css
<style>
span { border-color: #9BE84E; }
span { border-color: rgb(155,232,78); }
td.TdClassName
{
border-color: #9BE84E;
}
.TagClassName
{
border-color: #9BE84E;
}
</style>