Shades of Conifer #9FD15C
Tints of Conifer #9FD15C
RGB
CMYK
RGB Variations
Color information
#9FD15C (or 0x9FD15C) is known color: Conifer. HEX triplet: 9F, D1 and 5C. RGB value is (159,209,92). Sum of RGB (Red+Green+Blue) = 159+209+92=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD15C is #602EA3. Grayscale: #B5B5B5. Windows color (decimal): -6303396 or 6082975. OLE color: 6082975.
HSL color Cylindrical-coordinate representation of color #9FD15C: hue angle of 85.64º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FD15C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 209 | 92 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.18 |
| HSL | 85.64º | 0.56% | 0.59% | - |
| HSV(B) | 85.64º | 0.56% | 0.82% | - |
| XYZ | 39.03 | 53.74 | 18.44 | - |
| YUV | 180.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 209 | 92 | 0.24 | 0 | 0.56 | 0.18 | 85.64 | 0.56 | 0.59 |
| Hex | 9F | D1 | 5C | 18 | 0 | 38 | 12 | 56 | 38 | 3B |
| Octal | 237 | 321 | 134 | 30 | 0 | 70 | 22 | 126 | 70 | 73 |
| Binary | 10011111 | 11010001 | 1011100 | 11000 | 0 | 111000 | 10010 | 1010110 | 111000 | 111011 |
Color Harmonies of #9FD15C
Complementary color
Monochromatic Colors of #9FD15C
Black with #9FD15C
Text Example
Text Example
White with #9FD15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD15C; }
p { color: rgb(159,209,92); }
H1.HeaderClassName
{
color: #9FD15C;
}
.AnyTagClassName
{
color: #9FD15C;
}
</style>
background-color css
<style>
a { background-color: #9FD15C; }
a { background-color: rgb(159,209,92); }
div.DivClassName
{
background-color: #9FD15C;
}
.BgClassName
{
background-color: #9FD15C;
}
</style>
border-color css
<style>
span { border-color: #9FD15C; }
span { border-color: rgb(159,209,92); }
td.TdClassName
{
border-color: #9FD15C;
}
.TagClassName
{
border-color: #9FD15C;
}
</style>