Shades of Conifer #9FD84F
Tints of Conifer #9FD84F
RGB
CMYK
RGB Variations
Color information
#9FD84F (or 0x9FD84F) is known color: Conifer. HEX triplet: 9F, D8 and 4F. RGB value is (159,216,79). Sum of RGB (Red+Green+Blue) = 159+216+79=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD84F is #6027B0. Grayscale: #B7B7B7. Windows color (decimal): -6301617 or 5232799. OLE color: 5232799.
HSL color Cylindrical-coordinate representation of color #9FD84F: hue angle of 84.96º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FD84F is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 216 | 79 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.15 |
| HSL | 84.96º | 0.64% | 0.58% | - |
| HSV(B) | 84.96º | 0.63% | 0.85% | - |
| XYZ | 40.27 | 57.05 | 16.29 | - |
| YUV | 183.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 216 | 79 | 0.26 | 0 | 0.63 | 0.15 | 84.96 | 0.64 | 0.58 |
| Hex | 9F | D8 | 4F | 1A | 0 | 3F | F | 55 | 40 | 3A |
| Octal | 237 | 330 | 117 | 32 | 0 | 77 | 17 | 125 | 100 | 72 |
| Binary | 10011111 | 11011000 | 1001111 | 11010 | 0 | 111111 | 1111 | 1010101 | 1000000 | 111010 |
Color Harmonies of #9FD84F
Complementary color
Monochromatic Colors of #9FD84F
Black with #9FD84F
Text Example
Text Example
White with #9FD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD84F; }
p { color: rgb(159,216,79); }
H1.HeaderClassName
{
color: #9FD84F;
}
.AnyTagClassName
{
color: #9FD84F;
}
</style>
background-color css
<style>
a { background-color: #9FD84F; }
a { background-color: rgb(159,216,79); }
div.DivClassName
{
background-color: #9FD84F;
}
.BgClassName
{
background-color: #9FD84F;
}
</style>
border-color css
<style>
span { border-color: #9FD84F; }
span { border-color: rgb(159,216,79); }
td.TdClassName
{
border-color: #9FD84F;
}
.TagClassName
{
border-color: #9FD84F;
}
</style>