Shades of Conifer #9FEC5B
Tints of Conifer #9FEC5B
RGB
CMYK
RGB Variations
Color information
#9FEC5B (or 0x9FEC5B) is known color: Conifer. HEX triplet: 9F, EC and 5B. RGB value is (159,236,91). Sum of RGB (Red+Green+Blue) = 159+236+91=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEC5B is #6013A4. Grayscale: #C4C4C4. Windows color (decimal): -6296485 or 6024351. OLE color: 6024351.
HSL color Cylindrical-coordinate representation of color #9FEC5B: hue angle of 91.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FEC5B is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 91 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.07 |
| HSL | 91.86º | 0.79% | 0.64% | - |
| HSV(B) | 91.86º | 0.61% | 0.93% | - |
| XYZ | 46.18 | 68.12 | 20.61 | - |
| YUV | 196.45 | 68.49 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 91 | 0.33 | 0 | 0.61 | 0.07 | 91.86 | 0.79 | 0.64 |
| Hex | 9F | EC | 5B | 21 | 0 | 3D | 7 | 5C | 4F | 40 |
| Octal | 237 | 354 | 133 | 41 | 0 | 75 | 7 | 134 | 117 | 100 |
| Binary | 10011111 | 11101100 | 1011011 | 100001 | 0 | 111101 | 111 | 1011100 | 1001111 | 1000000 |
Color Harmonies of #9FEC5B
Complementary color
Monochromatic Colors of #9FEC5B
Black with #9FEC5B
Text Example
Text Example
White with #9FEC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC5B; }
p { color: rgb(159,236,91); }
H1.HeaderClassName
{
color: #9FEC5B;
}
.AnyTagClassName
{
color: #9FEC5B;
}
</style>
background-color css
<style>
a { background-color: #9FEC5B; }
a { background-color: rgb(159,236,91); }
div.DivClassName
{
background-color: #9FEC5B;
}
.BgClassName
{
background-color: #9FEC5B;
}
</style>
border-color css
<style>
span { border-color: #9FEC5B; }
span { border-color: rgb(159,236,91); }
td.TdClassName
{
border-color: #9FEC5B;
}
.TagClassName
{
border-color: #9FEC5B;
}
</style>