Shades of Conifer #9DF960
Tints of Conifer #9DF960
RGB
CMYK
RGB Variations
Color information
#9DF960 (or 0x9DF960) is known color: Conifer. HEX triplet: 9D, F9 and 60. RGB value is (157,249,96). Sum of RGB (Red+Green+Blue) = 157+249+96=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF960 is #62069F. Grayscale: #CCCCCC. Windows color (decimal): -6424224 or 6355357. OLE color: 6355357.
HSL color Cylindrical-coordinate representation of color #9DF960: hue angle of 96.08º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DF960 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 96 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.02 |
| HSL | 96.08º | 0.93% | 0.68% | - |
| HSV(B) | 96.08º | 0.61% | 0.98% | - |
| XYZ | 49.89 | 75.76 | 23.06 | - |
| YUV | 204.05 | 67.02 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 96 | 0.37 | 0 | 0.61 | 0.02 | 96.08 | 0.93 | 0.68 |
| Hex | 9D | F9 | 60 | 25 | 0 | 3D | 2 | 60 | 5D | 44 |
| Octal | 235 | 371 | 140 | 45 | 0 | 75 | 2 | 140 | 135 | 104 |
| Binary | 10011101 | 11111001 | 1100000 | 100101 | 0 | 111101 | 10 | 1100000 | 1011101 | 1000100 |
Color Harmonies of #9DF960
Complementary color
Monochromatic Colors of #9DF960
Black with #9DF960
Text Example
Text Example
White with #9DF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF960; }
p { color: rgb(157,249,96); }
H1.HeaderClassName
{
color: #9DF960;
}
.AnyTagClassName
{
color: #9DF960;
}
</style>
background-color css
<style>
a { background-color: #9DF960; }
a { background-color: rgb(157,249,96); }
div.DivClassName
{
background-color: #9DF960;
}
.BgClassName
{
background-color: #9DF960;
}
</style>
border-color css
<style>
span { border-color: #9DF960; }
span { border-color: rgb(157,249,96); }
td.TdClassName
{
border-color: #9DF960;
}
.TagClassName
{
border-color: #9DF960;
}
</style>