Shades of Conifer #9FF64E
Tints of Conifer #9FF64E
RGB
CMYK
RGB Variations
Color information
#9FF64E (or 0x9FF64E) is known color: Conifer. HEX triplet: 9F, F6 and 4E. RGB value is (159,246,78). Sum of RGB (Red+Green+Blue) = 159+246+78=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF64E is #6009B1. Grayscale: #C9C9C9. Windows color (decimal): -6293938 or 5174943. OLE color: 5174943.
HSL color Cylindrical-coordinate representation of color #9FF64E: hue angle of 91.07º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FF64E is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 246 | 78 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.04 |
| HSL | 91.07º | 0.9% | 0.64% | - |
| HSV(B) | 91.07º | 0.68% | 0.96% | - |
| XYZ | 48.63 | 73.83 | 18.9 | - |
| YUV | 200.84 | 58.68 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 246 | 78 | 0.35 | 0 | 0.68 | 0.04 | 91.07 | 0.9 | 0.64 |
| Hex | 9F | F6 | 4E | 23 | 0 | 44 | 4 | 5B | 5A | 40 |
| Octal | 237 | 366 | 116 | 43 | 0 | 104 | 4 | 133 | 132 | 100 |
| Binary | 10011111 | 11110110 | 1001110 | 100011 | 0 | 1000100 | 100 | 1011011 | 1011010 | 1000000 |
Color Harmonies of #9FF64E
Complementary color
Monochromatic Colors of #9FF64E
Black with #9FF64E
Text Example
Text Example
White with #9FF64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF64E; }
p { color: rgb(159,246,78); }
H1.HeaderClassName
{
color: #9FF64E;
}
.AnyTagClassName
{
color: #9FF64E;
}
</style>
background-color css
<style>
a { background-color: #9FF64E; }
a { background-color: rgb(159,246,78); }
div.DivClassName
{
background-color: #9FF64E;
}
.BgClassName
{
background-color: #9FF64E;
}
</style>
border-color css
<style>
span { border-color: #9FF64E; }
span { border-color: rgb(159,246,78); }
td.TdClassName
{
border-color: #9FF64E;
}
.TagClassName
{
border-color: #9FF64E;
}
</style>