Shades of Conifer #9DF159
Tints of Conifer #9DF159
RGB
CMYK
RGB Variations
Color information
#9DF159 (or 0x9DF159) is known color: Conifer. HEX triplet: 9D, F1 and 59. RGB value is (157,241,89). Sum of RGB (Red+Green+Blue) = 157+241+89=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF159 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF159 is #620EA6. Grayscale: #C7C7C7. Windows color (decimal): -6426279 or 5894557. OLE color: 5894557.
HSL color Cylindrical-coordinate representation of color #9DF159: hue angle of 93.16º 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 #9DF159 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 89 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.05 |
| HSL | 93.16º | 0.84% | 0.65% | - |
| HSV(B) | 93.16º | 0.63% | 0.95% | - |
| XYZ | 47.16 | 70.8 | 20.63 | - |
| YUV | 198.56 | 66.17 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 89 | 0.35 | 0 | 0.63 | 0.05 | 93.16 | 0.84 | 0.65 |
| Hex | 9D | F1 | 59 | 23 | 0 | 3F | 5 | 5D | 54 | 41 |
| Octal | 235 | 361 | 131 | 43 | 0 | 77 | 5 | 135 | 124 | 101 |
| Binary | 10011101 | 11110001 | 1011001 | 100011 | 0 | 111111 | 101 | 1011101 | 1010100 | 1000001 |
Color Harmonies of #9DF159
Complementary color
Monochromatic Colors of #9DF159
Black with #9DF159
Text Example
Text Example
White with #9DF159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF159; }
p { color: rgb(157,241,89); }
H1.HeaderClassName
{
color: #9DF159;
}
.AnyTagClassName
{
color: #9DF159;
}
</style>
background-color css
<style>
a { background-color: #9DF159; }
a { background-color: rgb(157,241,89); }
div.DivClassName
{
background-color: #9DF159;
}
.BgClassName
{
background-color: #9DF159;
}
</style>
border-color css
<style>
span { border-color: #9DF159; }
span { border-color: rgb(157,241,89); }
td.TdClassName
{
border-color: #9DF159;
}
.TagClassName
{
border-color: #9DF159;
}
</style>