Shades of Conifer #9FD45E
Tints of Conifer #9FD45E
RGB
CMYK
RGB Variations
Color information
#9FD45E (or 0x9FD45E) is known color: Conifer. HEX triplet: 9F, D4 and 5E. RGB value is (159,212,94). Sum of RGB (Red+Green+Blue) = 159+212+94=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD45E is #602BA1. Grayscale: #B7B7B7. Windows color (decimal): -6302626 or 6214815. OLE color: 6214815.
HSL color Cylindrical-coordinate representation of color #9FD45E: hue angle of 86.95º 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 #9FD45E is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 94 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.17 |
| HSL | 86.95º | 0.58% | 0.6% | - |
| HSV(B) | 86.95º | 0.56% | 0.83% | - |
| XYZ | 39.86 | 55.27 | 19.16 | - |
| YUV | 182.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 94 | 0.25 | 0 | 0.56 | 0.17 | 86.95 | 0.58 | 0.6 |
| Hex | 9F | D4 | 5E | 19 | 0 | 38 | 11 | 57 | 3A | 3C |
| Octal | 237 | 324 | 136 | 31 | 0 | 70 | 21 | 127 | 72 | 74 |
| Binary | 10011111 | 11010100 | 1011110 | 11001 | 0 | 111000 | 10001 | 1010111 | 111010 | 111100 |
Color Harmonies of #9FD45E
Complementary color
Monochromatic Colors of #9FD45E
Black with #9FD45E
Text Example
Text Example
White with #9FD45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD45E; }
p { color: rgb(159,212,94); }
H1.HeaderClassName
{
color: #9FD45E;
}
.AnyTagClassName
{
color: #9FD45E;
}
</style>
background-color css
<style>
a { background-color: #9FD45E; }
a { background-color: rgb(159,212,94); }
div.DivClassName
{
background-color: #9FD45E;
}
.BgClassName
{
background-color: #9FD45E;
}
</style>
border-color css
<style>
span { border-color: #9FD45E; }
span { border-color: rgb(159,212,94); }
td.TdClassName
{
border-color: #9FD45E;
}
.TagClassName
{
border-color: #9FD45E;
}
</style>