Shades of Conifer #9FD45D
Tints of Conifer #9FD45D
RGB
CMYK
RGB Variations
Color information
#9FD45D (or 0x9FD45D) is known color: Conifer. HEX triplet: 9F, D4 and 5D. RGB value is (159,212,93). Sum of RGB (Red+Green+Blue) = 159+212+93=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD45D is #602BA2. Grayscale: #B7B7B7. Windows color (decimal): -6302627 or 6149279. OLE color: 6149279.
HSL color Cylindrical-coordinate representation of color #9FD45D: hue angle of 86.72º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FD45D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 93 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.17 |
| HSL | 86.72º | 0.58% | 0.6% | - |
| HSV(B) | 86.72º | 0.56% | 0.83% | - |
| XYZ | 39.82 | 55.25 | 18.92 | - |
| YUV | 182.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 93 | 0.25 | 0 | 0.56 | 0.17 | 86.72 | 0.58 | 0.6 |
| Hex | 9F | D4 | 5D | 19 | 0 | 38 | 11 | 57 | 3A | 3C |
| Octal | 237 | 324 | 135 | 31 | 0 | 70 | 21 | 127 | 72 | 74 |
| Binary | 10011111 | 11010100 | 1011101 | 11001 | 0 | 111000 | 10001 | 1010111 | 111010 | 111100 |
Color Harmonies of #9FD45D
Complementary color
Monochromatic Colors of #9FD45D
Black with #9FD45D
Text Example
Text Example
White with #9FD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD45D; }
p { color: rgb(159,212,93); }
H1.HeaderClassName
{
color: #9FD45D;
}
.AnyTagClassName
{
color: #9FD45D;
}
</style>
background-color css
<style>
a { background-color: #9FD45D; }
a { background-color: rgb(159,212,93); }
div.DivClassName
{
background-color: #9FD45D;
}
.BgClassName
{
background-color: #9FD45D;
}
</style>
border-color css
<style>
span { border-color: #9FD45D; }
span { border-color: rgb(159,212,93); }
td.TdClassName
{
border-color: #9FD45D;
}
.TagClassName
{
border-color: #9FD45D;
}
</style>