Shades of Conifer #9FD465
Tints of Conifer #9FD465
RGB
CMYK
RGB Variations
Color information
#9FD465 (or 0x9FD465) is known color: Conifer. HEX triplet: 9F, D4 and 65. RGB value is (159,212,101). Sum of RGB (Red+Green+Blue) = 159+212+101=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD465 is #602B9A. Grayscale: #B7B7B7. Windows color (decimal): -6302619 or 6673567. OLE color: 6673567.
HSL color Cylindrical-coordinate representation of color #9FD465: hue angle of 88.65º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FD465 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 101 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.17 |
| HSL | 88.65º | 0.56% | 0.61% | - |
| HSV(B) | 88.65º | 0.52% | 0.83% | - |
| XYZ | 40.19 | 55.4 | 20.89 | - |
| YUV | 183.5 | 81.44 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 101 | 0.25 | 0 | 0.52 | 0.17 | 88.65 | 0.56 | 0.61 |
| Hex | 9F | D4 | 65 | 19 | 0 | 34 | 11 | 59 | 38 | 3D |
| Octal | 237 | 324 | 145 | 31 | 0 | 64 | 21 | 131 | 70 | 75 |
| Binary | 10011111 | 11010100 | 1100101 | 11001 | 0 | 110100 | 10001 | 1011001 | 111000 | 111101 |
Color Harmonies of #9FD465
Complementary color
Monochromatic Colors of #9FD465
Black with #9FD465
Text Example
Text Example
White with #9FD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD465; }
p { color: rgb(159,212,101); }
H1.HeaderClassName
{
color: #9FD465;
}
.AnyTagClassName
{
color: #9FD465;
}
</style>
background-color css
<style>
a { background-color: #9FD465; }
a { background-color: rgb(159,212,101); }
div.DivClassName
{
background-color: #9FD465;
}
.BgClassName
{
background-color: #9FD465;
}
</style>
border-color css
<style>
span { border-color: #9FD465; }
span { border-color: rgb(159,212,101); }
td.TdClassName
{
border-color: #9FD465;
}
.TagClassName
{
border-color: #9FD465;
}
</style>