Shades of Conifer #9FD25D
Tints of Conifer #9FD25D
RGB
CMYK
RGB Variations
Color information
#9FD25D (or 0x9FD25D) is known color: Conifer. HEX triplet: 9F, D2 and 5D. RGB value is (159,210,93). Sum of RGB (Red+Green+Blue) = 159+210+93=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD25D is #602DA2. Grayscale: #B5B5B5. Windows color (decimal): -6303139 or 6148767. OLE color: 6148767.
HSL color Cylindrical-coordinate representation of color #9FD25D: hue angle of 86.15º degrees, saturation: 0.57, 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 #9FD25D is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 93 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.18 |
| HSL | 86.15º | 0.57% | 0.59% | - |
| HSV(B) | 86.15º | 0.56% | 0.82% | - |
| XYZ | 39.32 | 54.25 | 18.76 | - |
| YUV | 181.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 93 | 0.24 | 0 | 0.56 | 0.18 | 86.15 | 0.57 | 0.59 |
| Hex | 9F | D2 | 5D | 18 | 0 | 38 | 12 | 56 | 39 | 3B |
| Octal | 237 | 322 | 135 | 30 | 0 | 70 | 22 | 126 | 71 | 73 |
| Binary | 10011111 | 11010010 | 1011101 | 11000 | 0 | 111000 | 10010 | 1010110 | 111001 | 111011 |
Color Harmonies of #9FD25D
Complementary color
Monochromatic Colors of #9FD25D
Black with #9FD25D
Text Example
Text Example
White with #9FD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD25D; }
p { color: rgb(159,210,93); }
H1.HeaderClassName
{
color: #9FD25D;
}
.AnyTagClassName
{
color: #9FD25D;
}
</style>
background-color css
<style>
a { background-color: #9FD25D; }
a { background-color: rgb(159,210,93); }
div.DivClassName
{
background-color: #9FD25D;
}
.BgClassName
{
background-color: #9FD25D;
}
</style>
border-color css
<style>
span { border-color: #9FD25D; }
span { border-color: rgb(159,210,93); }
td.TdClassName
{
border-color: #9FD25D;
}
.TagClassName
{
border-color: #9FD25D;
}
</style>