Shades of Conifer #9CF159
Tints of Conifer #9CF159
RGB
CMYK
RGB Variations
Color information
#9CF159 (or 0x9CF159) is known color: Conifer. HEX triplet: 9C, F1 and 59. RGB value is (156,241,89). Sum of RGB (Red+Green+Blue) = 156+241+89=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF159 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF159 is #630EA6. Grayscale: #C6C6C6. Windows color (decimal): -6491815 or 5894556. OLE color: 5894556.
HSL color Cylindrical-coordinate representation of color #9CF159: hue angle of 93.55º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CF159 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 241 | 89 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.05 |
| HSL | 93.55º | 0.84% | 0.65% | - |
| HSV(B) | 93.55º | 0.63% | 0.95% | - |
| XYZ | 46.97 | 70.7 | 20.62 | - |
| YUV | 198.26 | 66.34 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 241 | 89 | 0.35 | 0 | 0.63 | 0.05 | 93.55 | 0.84 | 0.65 |
| Hex | 9C | F1 | 59 | 23 | 0 | 3F | 5 | 5E | 54 | 41 |
| Octal | 234 | 361 | 131 | 43 | 0 | 77 | 5 | 136 | 124 | 101 |
| Binary | 10011100 | 11110001 | 1011001 | 100011 | 0 | 111111 | 101 | 1011110 | 1010100 | 1000001 |
Color Harmonies of #9CF159
Complementary color
Monochromatic Colors of #9CF159
Black with #9CF159
Text Example
Text Example
White with #9CF159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF159; }
p { color: rgb(156,241,89); }
H1.HeaderClassName
{
color: #9CF159;
}
.AnyTagClassName
{
color: #9CF159;
}
</style>
background-color css
<style>
a { background-color: #9CF159; }
a { background-color: rgb(156,241,89); }
div.DivClassName
{
background-color: #9CF159;
}
.BgClassName
{
background-color: #9CF159;
}
</style>
border-color css
<style>
span { border-color: #9CF159; }
span { border-color: rgb(156,241,89); }
td.TdClassName
{
border-color: #9CF159;
}
.TagClassName
{
border-color: #9CF159;
}
</style>