Shades of Conifer #9FD363
Tints of Conifer #9FD363
RGB
CMYK
RGB Variations
Color information
#9FD363 (or 0x9FD363) is known color: Conifer. HEX triplet: 9F, D3 and 63. RGB value is (159,211,99). Sum of RGB (Red+Green+Blue) = 159+211+99=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD363 is #602C9C. Grayscale: #B7B7B7. Windows color (decimal): -6302877 or 6542239. OLE color: 6542239.
HSL color Cylindrical-coordinate representation of color #9FD363: hue angle of 87.86º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FD363 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 99 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.17 |
| HSL | 87.86º | 0.56% | 0.61% | - |
| HSV(B) | 87.86º | 0.53% | 0.83% | - |
| XYZ | 39.84 | 54.86 | 20.29 | - |
| YUV | 182.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 99 | 0.25 | 0 | 0.53 | 0.17 | 87.86 | 0.56 | 0.61 |
| Hex | 9F | D3 | 63 | 19 | 0 | 35 | 11 | 58 | 38 | 3D |
| Octal | 237 | 323 | 143 | 31 | 0 | 65 | 21 | 130 | 70 | 75 |
| Binary | 10011111 | 11010011 | 1100011 | 11001 | 0 | 110101 | 10001 | 1011000 | 111000 | 111101 |
Color Harmonies of #9FD363
Complementary color
Monochromatic Colors of #9FD363
Black with #9FD363
Text Example
Text Example
White with #9FD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD363; }
p { color: rgb(159,211,99); }
H1.HeaderClassName
{
color: #9FD363;
}
.AnyTagClassName
{
color: #9FD363;
}
</style>
background-color css
<style>
a { background-color: #9FD363; }
a { background-color: rgb(159,211,99); }
div.DivClassName
{
background-color: #9FD363;
}
.BgClassName
{
background-color: #9FD363;
}
</style>
border-color css
<style>
span { border-color: #9FD363; }
span { border-color: rgb(159,211,99); }
td.TdClassName
{
border-color: #9FD363;
}
.TagClassName
{
border-color: #9FD363;
}
</style>