Shades of Conifer #9DF15E
Tints of Conifer #9DF15E
RGB
CMYK
RGB Variations
Color information
#9DF15E (or 0x9DF15E) is known color: Conifer. HEX triplet: 9D, F1 and 5E. RGB value is (157,241,94). Sum of RGB (Red+Green+Blue) = 157+241+94=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF15E is #620EA1. Grayscale: #C7C7C7. Windows color (decimal): -6426274 or 6222237. OLE color: 6222237.
HSL color Cylindrical-coordinate representation of color #9DF15E: hue angle of 94.29º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DF15E is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 94 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.05 |
| HSL | 94.29º | 0.84% | 0.66% | - |
| HSV(B) | 94.29º | 0.61% | 0.95% | - |
| XYZ | 47.38 | 70.89 | 21.78 | - |
| YUV | 199.13 | 68.67 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 94 | 0.35 | 0 | 0.61 | 0.05 | 94.29 | 0.84 | 0.66 |
| Hex | 9D | F1 | 5E | 23 | 0 | 3D | 5 | 5E | 54 | 42 |
| Octal | 235 | 361 | 136 | 43 | 0 | 75 | 5 | 136 | 124 | 102 |
| Binary | 10011101 | 11110001 | 1011110 | 100011 | 0 | 111101 | 101 | 1011110 | 1010100 | 1000010 |
Color Harmonies of #9DF15E
Complementary color
Monochromatic Colors of #9DF15E
Black with #9DF15E
Text Example
Text Example
White with #9DF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF15E; }
p { color: rgb(157,241,94); }
H1.HeaderClassName
{
color: #9DF15E;
}
.AnyTagClassName
{
color: #9DF15E;
}
</style>
background-color css
<style>
a { background-color: #9DF15E; }
a { background-color: rgb(157,241,94); }
div.DivClassName
{
background-color: #9DF15E;
}
.BgClassName
{
background-color: #9DF15E;
}
</style>
border-color css
<style>
span { border-color: #9DF15E; }
span { border-color: rgb(157,241,94); }
td.TdClassName
{
border-color: #9DF15E;
}
.TagClassName
{
border-color: #9DF15E;
}
</style>