Shades of Conifer #9CF958
Tints of Conifer #9CF958
RGB
CMYK
RGB Variations
Color information
#9CF958 (or 0x9CF958) is known color: Conifer. HEX triplet: 9C, F9 and 58. RGB value is (156,249,88). Sum of RGB (Red+Green+Blue) = 156+249+88=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF958 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF958 is #6306A7. Grayscale: #CBCBCB. Windows color (decimal): -6489768 or 5831068. OLE color: 5831068.
HSL color Cylindrical-coordinate representation of color #9CF958: hue angle of 94.66º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CF958 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 88 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.02 |
| HSL | 94.66º | 0.93% | 0.66% | - |
| HSV(B) | 94.66º | 0.65% | 0.98% | - |
| XYZ | 49.35 | 75.52 | 21.21 | - |
| YUV | 202.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 88 | 0.37 | 0 | 0.65 | 0.02 | 94.66 | 0.93 | 0.66 |
| Hex | 9C | F9 | 58 | 25 | 0 | 41 | 2 | 5F | 5D | 42 |
| Octal | 234 | 371 | 130 | 45 | 0 | 101 | 2 | 137 | 135 | 102 |
| Binary | 10011100 | 11111001 | 1011000 | 100101 | 0 | 1000001 | 10 | 1011111 | 1011101 | 1000010 |
Color Harmonies of #9CF958
Complementary color
Monochromatic Colors of #9CF958
Black with #9CF958
Text Example
Text Example
White with #9CF958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF958; }
p { color: rgb(156,249,88); }
H1.HeaderClassName
{
color: #9CF958;
}
.AnyTagClassName
{
color: #9CF958;
}
</style>
background-color css
<style>
a { background-color: #9CF958; }
a { background-color: rgb(156,249,88); }
div.DivClassName
{
background-color: #9CF958;
}
.BgClassName
{
background-color: #9CF958;
}
</style>
border-color css
<style>
span { border-color: #9CF958; }
span { border-color: rgb(156,249,88); }
td.TdClassName
{
border-color: #9CF958;
}
.TagClassName
{
border-color: #9CF958;
}
</style>