Shades of Conifer #9FF665
Tints of Conifer #9FF665
RGB
CMYK
RGB Variations
Color information
#9FF665 (or 0x9FF665) is known color: Conifer. HEX triplet: 9F, F6 and 65. RGB value is (159,246,101). Sum of RGB (Red+Green+Blue) = 159+246+101=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF665 is #60099A. Grayscale: #CBCBCB. Windows color (decimal): -6293915 or 6682271. OLE color: 6682271.
HSL color Cylindrical-coordinate representation of color #9FF665: hue angle of 96º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FF665 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 246 | 101 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.04 |
| HSL | 96º | 0.89% | 0.68% | - |
| HSV(B) | 96º | 0.59% | 0.96% | - |
| XYZ | 49.6 | 74.22 | 24.02 | - |
| YUV | 203.46 | 70.18 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 246 | 101 | 0.35 | 0 | 0.59 | 0.04 | 96 | 0.89 | 0.68 |
| Hex | 9F | F6 | 65 | 23 | 0 | 3B | 4 | 60 | 59 | 44 |
| Octal | 237 | 366 | 145 | 43 | 0 | 73 | 4 | 140 | 131 | 104 |
| Binary | 10011111 | 11110110 | 1100101 | 100011 | 0 | 111011 | 100 | 1100000 | 1011001 | 1000100 |
Color Harmonies of #9FF665
Complementary color
Monochromatic Colors of #9FF665
Black with #9FF665
Text Example
Text Example
White with #9FF665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF665; }
p { color: rgb(159,246,101); }
H1.HeaderClassName
{
color: #9FF665;
}
.AnyTagClassName
{
color: #9FF665;
}
</style>
background-color css
<style>
a { background-color: #9FF665; }
a { background-color: rgb(159,246,101); }
div.DivClassName
{
background-color: #9FF665;
}
.BgClassName
{
background-color: #9FF665;
}
</style>
border-color css
<style>
span { border-color: #9FF665; }
span { border-color: rgb(159,246,101); }
td.TdClassName
{
border-color: #9FF665;
}
.TagClassName
{
border-color: #9FF665;
}
</style>