Shades of Conifer #9FEA64
Tints of Conifer #9FEA64
RGB
CMYK
RGB Variations
Color information
#9FEA64 (or 0x9FEA64) is known color: Conifer. HEX triplet: 9F, EA and 64. RGB value is (159,234,100). Sum of RGB (Red+Green+Blue) = 159+234+100=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA64 is #60159B. Grayscale: #C4C4C4. Windows color (decimal): -6296988 or 6613663. OLE color: 6613663.
HSL color Cylindrical-coordinate representation of color #9FEA64: hue angle of 93.58º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FEA64 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 100 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.08 |
| HSL | 93.58º | 0.76% | 0.65% | - |
| HSV(B) | 93.58º | 0.57% | 0.92% | - |
| XYZ | 46.02 | 67.14 | 22.59 | - |
| YUV | 196.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 100 | 0.32 | 0 | 0.57 | 0.08 | 93.58 | 0.76 | 0.65 |
| Hex | 9F | EA | 64 | 20 | 0 | 39 | 8 | 5E | 4C | 41 |
| Octal | 237 | 352 | 144 | 40 | 0 | 71 | 10 | 136 | 114 | 101 |
| Binary | 10011111 | 11101010 | 1100100 | 100000 | 0 | 111001 | 1000 | 1011110 | 1001100 | 1000001 |
Color Harmonies of #9FEA64
Complementary color
Monochromatic Colors of #9FEA64
Black with #9FEA64
Text Example
Text Example
White with #9FEA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA64; }
p { color: rgb(159,234,100); }
H1.HeaderClassName
{
color: #9FEA64;
}
.AnyTagClassName
{
color: #9FEA64;
}
</style>
background-color css
<style>
a { background-color: #9FEA64; }
a { background-color: rgb(159,234,100); }
div.DivClassName
{
background-color: #9FEA64;
}
.BgClassName
{
background-color: #9FEA64;
}
</style>
border-color css
<style>
span { border-color: #9FEA64; }
span { border-color: rgb(159,234,100); }
td.TdClassName
{
border-color: #9FEA64;
}
.TagClassName
{
border-color: #9FEA64;
}
</style>