Shades of Conifer #9DF15C
Tints of Conifer #9DF15C
RGB
CMYK
RGB Variations
Color information
#9DF15C (or 0x9DF15C) is known color: Conifer. HEX triplet: 9D, F1 and 5C. RGB value is (157,241,92). Sum of RGB (Red+Green+Blue) = 157+241+92=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF15C is #620EA3. Grayscale: #C7C7C7. Windows color (decimal): -6426276 or 6091165. OLE color: 6091165.
HSL color Cylindrical-coordinate representation of color #9DF15C: hue angle of 93.83º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DF15C is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 92 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.05 |
| HSL | 93.83º | 0.84% | 0.65% | - |
| HSV(B) | 93.83º | 0.62% | 0.95% | - |
| XYZ | 47.29 | 70.85 | 21.31 | - |
| YUV | 198.9 | 67.67 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 92 | 0.35 | 0 | 0.62 | 0.05 | 93.83 | 0.84 | 0.65 |
| Hex | 9D | F1 | 5C | 23 | 0 | 3E | 5 | 5E | 54 | 41 |
| Octal | 235 | 361 | 134 | 43 | 0 | 76 | 5 | 136 | 124 | 101 |
| Binary | 10011101 | 11110001 | 1011100 | 100011 | 0 | 111110 | 101 | 1011110 | 1010100 | 1000001 |
Color Harmonies of #9DF15C
Complementary color
Monochromatic Colors of #9DF15C
Black with #9DF15C
Text Example
Text Example
White with #9DF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF15C; }
p { color: rgb(157,241,92); }
H1.HeaderClassName
{
color: #9DF15C;
}
.AnyTagClassName
{
color: #9DF15C;
}
</style>
background-color css
<style>
a { background-color: #9DF15C; }
a { background-color: rgb(157,241,92); }
div.DivClassName
{
background-color: #9DF15C;
}
.BgClassName
{
background-color: #9DF15C;
}
</style>
border-color css
<style>
span { border-color: #9DF15C; }
span { border-color: rgb(157,241,92); }
td.TdClassName
{
border-color: #9DF15C;
}
.TagClassName
{
border-color: #9DF15C;
}
</style>