Shades of Conifer #9FD55E
Tints of Conifer #9FD55E
RGB
CMYK
RGB Variations
Color information
#9FD55E (or 0x9FD55E) is known color: Conifer. HEX triplet: 9F, D5 and 5E. RGB value is (159,213,94). Sum of RGB (Red+Green+Blue) = 159+213+94=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD55E is #602AA1. Grayscale: #B7B7B7. Windows color (decimal): -6302370 or 6215071. OLE color: 6215071.
HSL color Cylindrical-coordinate representation of color #9FD55E: hue angle of 87.23º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FD55E is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 94 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.16 |
| HSL | 87.23º | 0.59% | 0.6% | - |
| HSV(B) | 87.23º | 0.56% | 0.84% | - |
| XYZ | 40.11 | 55.77 | 19.24 | - |
| YUV | 183.29 | 77.61 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 94 | 0.25 | 0 | 0.56 | 0.16 | 87.23 | 0.59 | 0.6 |
| Hex | 9F | D5 | 5E | 19 | 0 | 38 | 10 | 57 | 3B | 3C |
| Octal | 237 | 325 | 136 | 31 | 0 | 70 | 20 | 127 | 73 | 74 |
| Binary | 10011111 | 11010101 | 1011110 | 11001 | 0 | 111000 | 10000 | 1010111 | 111011 | 111100 |
Color Harmonies of #9FD55E
Complementary color
Monochromatic Colors of #9FD55E
Black with #9FD55E
Text Example
Text Example
White with #9FD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD55E; }
p { color: rgb(159,213,94); }
H1.HeaderClassName
{
color: #9FD55E;
}
.AnyTagClassName
{
color: #9FD55E;
}
</style>
background-color css
<style>
a { background-color: #9FD55E; }
a { background-color: rgb(159,213,94); }
div.DivClassName
{
background-color: #9FD55E;
}
.BgClassName
{
background-color: #9FD55E;
}
</style>
border-color css
<style>
span { border-color: #9FD55E; }
span { border-color: rgb(159,213,94); }
td.TdClassName
{
border-color: #9FD55E;
}
.TagClassName
{
border-color: #9FD55E;
}
</style>