Shades of Conifer #9FF064
Tints of Conifer #9FF064
RGB
CMYK
RGB Variations
Color information
#9FF064 (or 0x9FF064) is known color: Conifer. HEX triplet: 9F, F0 and 64. RGB value is (159,240,100). Sum of RGB (Red+Green+Blue) = 159+240+100=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF064 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF064 is #600F9B. Grayscale: #C8C8C8. Windows color (decimal): -6295452 or 6615199. OLE color: 6615199.
HSL color Cylindrical-coordinate representation of color #9FF064: hue angle of 94.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FF064 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 100 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.06 |
| HSL | 94.71º | 0.82% | 0.67% | - |
| HSV(B) | 94.71º | 0.58% | 0.94% | - |
| XYZ | 47.76 | 70.61 | 23.17 | - |
| YUV | 199.82 | 71.66 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 100 | 0.34 | 0 | 0.58 | 0.06 | 94.71 | 0.82 | 0.67 |
| Hex | 9F | F0 | 64 | 22 | 0 | 3A | 6 | 5F | 52 | 43 |
| Octal | 237 | 360 | 144 | 42 | 0 | 72 | 6 | 137 | 122 | 103 |
| Binary | 10011111 | 11110000 | 1100100 | 100010 | 0 | 111010 | 110 | 1011111 | 1010010 | 1000011 |
Color Harmonies of #9FF064
Complementary color
Monochromatic Colors of #9FF064
Black with #9FF064
Text Example
Text Example
White with #9FF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF064; }
p { color: rgb(159,240,100); }
H1.HeaderClassName
{
color: #9FF064;
}
.AnyTagClassName
{
color: #9FF064;
}
</style>
background-color css
<style>
a { background-color: #9FF064; }
a { background-color: rgb(159,240,100); }
div.DivClassName
{
background-color: #9FF064;
}
.BgClassName
{
background-color: #9FF064;
}
</style>
border-color css
<style>
span { border-color: #9FF064; }
span { border-color: rgb(159,240,100); }
td.TdClassName
{
border-color: #9FF064;
}
.TagClassName
{
border-color: #9FF064;
}
</style>