Shades of Conifer #9FD65A
Tints of Conifer #9FD65A
RGB
CMYK
RGB Variations
Color information
#9FD65A (or 0x9FD65A) is known color: Conifer. HEX triplet: 9F, D6 and 5A. RGB value is (159,214,90). Sum of RGB (Red+Green+Blue) = 159+214+90=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD65A is #6029A5. Grayscale: #B7B7B7. Windows color (decimal): -6302118 or 5953183. OLE color: 5953183.
HSL color Cylindrical-coordinate representation of color #9FD65A: hue angle of 86.61º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FD65A is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 90 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.16 |
| HSL | 86.61º | 0.6% | 0.6% | - |
| HSV(B) | 86.61º | 0.58% | 0.84% | - |
| XYZ | 40.19 | 56.2 | 18.4 | - |
| YUV | 183.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 90 | 0.26 | 0 | 0.58 | 0.16 | 86.61 | 0.6 | 0.6 |
| Hex | 9F | D6 | 5A | 1A | 0 | 3A | 10 | 57 | 3C | 3C |
| Octal | 237 | 326 | 132 | 32 | 0 | 72 | 20 | 127 | 74 | 74 |
| Binary | 10011111 | 11010110 | 1011010 | 11010 | 0 | 111010 | 10000 | 1010111 | 111100 | 111100 |
Color Harmonies of #9FD65A
Complementary color
Monochromatic Colors of #9FD65A
Black with #9FD65A
Text Example
Text Example
White with #9FD65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD65A; }
p { color: rgb(159,214,90); }
H1.HeaderClassName
{
color: #9FD65A;
}
.AnyTagClassName
{
color: #9FD65A;
}
</style>
background-color css
<style>
a { background-color: #9FD65A; }
a { background-color: rgb(159,214,90); }
div.DivClassName
{
background-color: #9FD65A;
}
.BgClassName
{
background-color: #9FD65A;
}
</style>
border-color css
<style>
span { border-color: #9FD65A; }
span { border-color: rgb(159,214,90); }
td.TdClassName
{
border-color: #9FD65A;
}
.TagClassName
{
border-color: #9FD65A;
}
</style>