Shades of Conifer #9FEA65
Tints of Conifer #9FEA65
RGB
CMYK
RGB Variations
Color information
#9FEA65 (or 0x9FEA65) is known color: Conifer. HEX triplet: 9F, EA and 65. RGB value is (159,234,101). Sum of RGB (Red+Green+Blue) = 159+234+101=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA65 is #60159A. Grayscale: #C4C4C4. Windows color (decimal): -6296987 or 6679199. OLE color: 6679199.
HSL color Cylindrical-coordinate representation of color #9FEA65: hue angle of 93.83º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FEA65 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 101 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.08 |
| HSL | 93.83º | 0.76% | 0.66% | - |
| HSV(B) | 93.83º | 0.57% | 0.92% | - |
| XYZ | 46.07 | 67.16 | 22.85 | - |
| YUV | 196.41 | 74.15 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 101 | 0.32 | 0 | 0.57 | 0.08 | 93.83 | 0.76 | 0.66 |
| Hex | 9F | EA | 65 | 20 | 0 | 39 | 8 | 5E | 4C | 42 |
| Octal | 237 | 352 | 145 | 40 | 0 | 71 | 10 | 136 | 114 | 102 |
| Binary | 10011111 | 11101010 | 1100101 | 100000 | 0 | 111001 | 1000 | 1011110 | 1001100 | 1000010 |
Color Harmonies of #9FEA65
Complementary color
Monochromatic Colors of #9FEA65
Black with #9FEA65
Text Example
Text Example
White with #9FEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA65; }
p { color: rgb(159,234,101); }
H1.HeaderClassName
{
color: #9FEA65;
}
.AnyTagClassName
{
color: #9FEA65;
}
</style>
background-color css
<style>
a { background-color: #9FEA65; }
a { background-color: rgb(159,234,101); }
div.DivClassName
{
background-color: #9FEA65;
}
.BgClassName
{
background-color: #9FEA65;
}
</style>
border-color css
<style>
span { border-color: #9FEA65; }
span { border-color: rgb(159,234,101); }
td.TdClassName
{
border-color: #9FEA65;
}
.TagClassName
{
border-color: #9FEA65;
}
</style>