Shades of Conifer #9DF158
Tints of Conifer #9DF158
RGB
CMYK
RGB Variations
Color information
#9DF158 (or 0x9DF158) is known color: Conifer. HEX triplet: 9D, F1 and 58. RGB value is (157,241,88). Sum of RGB (Red+Green+Blue) = 157+241+88=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF158 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF158 is #620EA7. Grayscale: #C6C6C6. Windows color (decimal): -6426280 or 5829021. OLE color: 5829021.
HSL color Cylindrical-coordinate representation of color #9DF158: hue angle of 92.94º degrees, saturation: 0.85, 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 #9DF158 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 88 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.05 |
| HSL | 92.94º | 0.85% | 0.65% | - |
| HSV(B) | 92.94º | 0.63% | 0.95% | - |
| XYZ | 47.12 | 70.78 | 20.41 | - |
| YUV | 198.44 | 65.67 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 88 | 0.35 | 0 | 0.63 | 0.05 | 92.94 | 0.85 | 0.65 |
| Hex | 9D | F1 | 58 | 23 | 0 | 3F | 5 | 5D | 55 | 41 |
| Octal | 235 | 361 | 130 | 43 | 0 | 77 | 5 | 135 | 125 | 101 |
| Binary | 10011101 | 11110001 | 1011000 | 100011 | 0 | 111111 | 101 | 1011101 | 1010101 | 1000001 |
Color Harmonies of #9DF158
Complementary color
Monochromatic Colors of #9DF158
Black with #9DF158
Text Example
Text Example
White with #9DF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF158; }
p { color: rgb(157,241,88); }
H1.HeaderClassName
{
color: #9DF158;
}
.AnyTagClassName
{
color: #9DF158;
}
</style>
background-color css
<style>
a { background-color: #9DF158; }
a { background-color: rgb(157,241,88); }
div.DivClassName
{
background-color: #9DF158;
}
.BgClassName
{
background-color: #9DF158;
}
</style>
border-color css
<style>
span { border-color: #9DF158; }
span { border-color: rgb(157,241,88); }
td.TdClassName
{
border-color: #9DF158;
}
.TagClassName
{
border-color: #9DF158;
}
</style>