Shades of Conifer #9FDE4F
Tints of Conifer #9FDE4F
RGB
CMYK
RGB Variations
Color information
#9FDE4F (or 0x9FDE4F) is known color: Conifer. HEX triplet: 9F, DE and 4F. RGB value is (159,222,79). Sum of RGB (Red+Green+Blue) = 159+222+79=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE4F is #6021B0. Grayscale: #BBBBBB. Windows color (decimal): -6300081 or 5234335. OLE color: 5234335.
HSL color Cylindrical-coordinate representation of color #9FDE4F: hue angle of 86.43º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FDE4F is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 79 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.13 |
| HSL | 86.43º | 0.68% | 0.59% | - |
| HSV(B) | 86.43º | 0.64% | 0.87% | - |
| XYZ | 41.83 | 60.18 | 16.81 | - |
| YUV | 186.86 | 67.13 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 79 | 0.28 | 0 | 0.64 | 0.13 | 86.43 | 0.68 | 0.59 |
| Hex | 9F | DE | 4F | 1C | 0 | 40 | D | 56 | 44 | 3B |
| Octal | 237 | 336 | 117 | 34 | 0 | 100 | 15 | 126 | 104 | 73 |
| Binary | 10011111 | 11011110 | 1001111 | 11100 | 0 | 1000000 | 1101 | 1010110 | 1000100 | 111011 |
Color Harmonies of #9FDE4F
Complementary color
Monochromatic Colors of #9FDE4F
Black with #9FDE4F
Text Example
Text Example
White with #9FDE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE4F; }
p { color: rgb(159,222,79); }
H1.HeaderClassName
{
color: #9FDE4F;
}
.AnyTagClassName
{
color: #9FDE4F;
}
</style>
background-color css
<style>
a { background-color: #9FDE4F; }
a { background-color: rgb(159,222,79); }
div.DivClassName
{
background-color: #9FDE4F;
}
.BgClassName
{
background-color: #9FDE4F;
}
</style>
border-color css
<style>
span { border-color: #9FDE4F; }
span { border-color: rgb(159,222,79); }
td.TdClassName
{
border-color: #9FDE4F;
}
.TagClassName
{
border-color: #9FDE4F;
}
</style>